Skip to content
Failed

Console Output

10:42:21 Started by user Oleksii Korniienko
10:42:21 Rebuilds build #126
10:42:21 Running as Oleksii Korniienko
10:42:21 Agent centos-7-zntxc is provisioned from template centos-7
10:42:22 ---
10:42:22 apiVersion: "v1"
10:42:22 kind: "Pod"
10:42:22 metadata:
10:42:22   labels:
10:42:22     jenkins: "slave"
10:42:22     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
10:42:22     jenkins/label: "migration_jipp-migration_centos-7"
10:42:22   name: "centos-7-zntxc"
10:42:22   namespace: "reddeer"
10:42:22 spec:
10:42:22   containers:
10:42:22   - env:
10:42:22     - name: "JENKINS_SECRET"
10:42:22       value: "********"
10:42:22     - name: "JENKINS_TUNNEL"
10:42:22       value: "jenkins-discovery.reddeer.svc.cluster.local:50000"
10:42:22     - name: "JENKINS_AGENT_NAME"
10:42:22       value: "centos-7-zntxc"
10:42:22     - name: "JENKINS_REMOTING_JAVA_OPTS"
10:42:22       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
10:42:22         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
10:42:22     - name: "JAVA_TOOL_OPTIONS"
10:42:22       value: ""
10:42:22     - name: "_JAVA_OPTIONS"
10:42:22       value: ""
10:42:22     - name: "OPENJ9_JAVA_OPTIONS"
10:42:22       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
10:42:22     - name: "JENKINS_NAME"
10:42:22       value: "centos-7-zntxc"
10:42:22     - name: "JENKINS_AGENT_WORKDIR"
10:42:22       value: "/home/jenkins/agent"
10:42:22     - name: "JENKINS_URL"
10:42:22       value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/"
10:42:22     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
10:42:22     imagePullPolicy: "Always"
10:42:22     name: "jnlp"
10:42:22     resources:
10:42:22       limits:
10:42:22         cpu: "2000m"
10:42:22         memory: "4096Mi"
10:42:22       requests:
10:42:22         cpu: "1000m"
10:42:22         memory: "4096Mi"
10:42:22     tty: true
10:42:22     volumeMounts:
10:42:22     - mountPath: "/home/jenkins/.m2/toolchains.xml"
10:42:22       name: "m2-dir"
10:42:22       readOnly: true
10:42:22       subPath: "toolchains.xml"
10:42:22     - mountPath: "/home/jenkins/.mavenrc"
10:42:22       name: "m2-dir"
10:42:22       readOnly: true
10:42:22       subPath: ".mavenrc"
10:42:22     - mountPath: "/opt/tools"
10:42:22       name: "volume-0"
10:42:22       readOnly: false
10:42:22     - mountPath: "/home/jenkins"
10:42:22       name: "volume-2"
10:42:22       readOnly: false
10:42:22     - mountPath: "/home/jenkins/.m2/repository"
10:42:22       name: "volume-3"
10:42:22       readOnly: false
10:42:22     - mountPath: "/home/jenkins/.m2/settings-security.xml"
10:42:22       name: "m2-secret-dir"
10:42:22       readOnly: true
10:42:22       subPath: "settings-security.xml"
10:42:22     - mountPath: "/home/jenkins/.m2/wrapper"
10:42:22       name: "volume-4"
10:42:22       readOnly: false
10:42:22     - mountPath: "/home/jenkins/.m2/settings.xml"
10:42:22       name: "m2-secret-dir"
10:42:22       readOnly: true
10:42:22       subPath: "settings.xml"
10:42:22     - mountPath: "/home/jenkins/.ssh"
10:42:22       name: "volume-1"
10:42:22       readOnly: false
10:42:22       subPath: ""
10:42:22     - mountPath: "/home/jenkins/agent"
10:42:22       name: "workspace-volume"
10:42:22       readOnly: false
10:42:22     workingDir: "/home/jenkins/agent"
10:42:22   nodeSelector:
10:42:22     kubernetes.io/os: "linux"
10:42:22   restartPolicy: "Never"
10:42:22   volumes:
10:42:22   - name: "volume-0"
10:42:22     persistentVolumeClaim:
10:42:22       claimName: "tools-claim-jiro-reddeer"
10:42:22       readOnly: true
10:42:22   - name: "m2-secret-dir"
10:42:22     secret:
10:42:22       secretName: "m2-secret-dir"
10:42:22   - emptyDir:
10:42:22       medium: ""
10:42:22     name: "volume-2"
10:42:22   - configMap:
10:42:22       name: "m2-dir"
10:42:22     name: "m2-dir"
10:42:22   - configMap:
10:42:22       name: "known-hosts"
10:42:22     name: "volume-1"
10:42:22   - emptyDir:
10:42:22       medium: ""
10:42:22     name: "workspace-volume"
10:42:22   - emptyDir:
10:42:22       medium: ""
10:42:22     name: "volume-4"
10:42:22   - emptyDir:
10:42:22       medium: ""
10:42:22     name: "volume-3"
10:42:22 
10:42:22 Building remotely on centos-7-zntxc (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized
10:42:22 The recommended git tool is: NONE
10:42:23 No credentials specified
10:42:23 Cloning the remote Git repository
10:42:23 Cloning repository https://github.com/eclipse/reddeer.git
10:42:23  > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10
10:42:23 Fetching upstream changes from https://github.com/eclipse/reddeer.git
10:42:23  > git --version # timeout=10
10:42:23  > git --version # 'git version 2.36.6'
10:42:23  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
10:42:24  > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10
10:42:24  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
10:42:25 Avoid second fetch
10:42:25  > git rev-parse origin/master^{commit} # timeout=10
10:42:25 Checking out Revision 344e314cac86ef32ae37df3196df2c1e574b64fb (origin/master)
10:42:25  > git config core.sparsecheckout # timeout=10
10:42:25  > git checkout -f 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10
10:42:25 Commit message: "Update gef plugins according to the 2023-09 changes"
10:42:25  > git rev-list --no-walk 344e314cac86ef32ae37df3196df2c1e574b64fb # timeout=10
10:42:25 $ pkill Xvnc
10:42:25 $ pkill Xrealvnc
10:42:25 $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
10:42:27 [reddeer.verification.parametrized] $ Xvnc -help
10:42:27 Starting xvnc
10:42:27 [reddeer.verification.parametrized] $ Xvnc :56 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
10:42:27 
10:42:27 Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
10:42:27 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
10:42:27 See http://www.tigervnc.org for information on TigerVNC.
10:42:27 Underlying X server release 12004000, The X.Org Foundation
10:42:27 
10:42:27 
10:42:27 Thu Aug 24 14:42:27 2023
10:42:27  vncext:      VNC extension running!
10:42:27  vncext:      Listening for VNC connections on all interface(s), port 5956
10:42:27  vncext:      created VNC server for screen 0
10:42:27 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins13335605449938350744.sh
10:42:27 + metacity --sm-disable --replace
10:42:27 [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -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
10:42:27 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
10:42:27 Maven home: /opt/tools/apache-maven/latest
10:42:27 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
10:42:27 Default locale: en_US, platform encoding: UTF-8
10:42:27 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
10:42:28 [INFO] Scanning for projects...
10:42:32 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:41 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 [WARNING] Pack200 is not supported when running on Java 14 and higher
10:42:42 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
10:42:42 SLF4J: Defaulting to no-operation (NOP) logger implementation
10:42:42 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
10:42:42 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/ (122B)
10:42:42 [INFO] Adding repository https://download.eclipse.org/releases/2023-09
10:42:43 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-09/ (480B)
10:42:43 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-09/ (442B)
10:42:43 [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-09/202308031200/ (111.66kB)
10:42:43 [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-09/202308041000/ (140B)
10:42:43 [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-09/202308041000/ (728.63kB)
10:42:44 [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B)
10:42:44 [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots
10:42:44 [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB)
10:42:44 [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B)
10:42:44 [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09
10:42:44 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B)
10:42:44 [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B)
10:42:44 [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB)
10:42:44 [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
10:42:45 [INFO] Fetching 202308041000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B)
10:42:45 [INFO] Fetching org.eclipse.osgi_3.18.500.v20230709-1406.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.47MB)
10:42:45 [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (393.54kB)
10:42:45 [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (64.89kB)
10:42:45 [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (83.65kB)
10:42:45 [INFO] Fetching org.eclipse.swt_3.124.100.v20230724-1304.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.79kB)
10:42:45 [INFO] Fetching org.hamcrest.core_1.3.0.v20230721-0740.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.19kB)
10:42:45 [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)
10:42:46 [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (23.09kB)
10:42:46 [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)
10:42:46 [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)
10:42:46 [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
10:42:46 [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.89MB)
10:42:47 [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.79MB)
10:42:47 [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.3MB)
10:42:47 [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.47kB)
10:42:47 [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.41kB)
10:42:47 [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.12kB)
10:42:48 [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (361.47kB)
10:42:48 [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.86kB)
10:42:48 [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.35kB)
10:42:48 [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (717.41kB)
10:42:48 [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.26kB)
10:42:48 [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.35kB)
10:42:48 [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.59kB)
10:42:48 [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.53kB)
10:42:48 [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (317.8kB)
10:42:48 [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (71.45kB)
10:42:48 [INFO] Fetching org.eclipse.ui_3.203.200.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (434.04kB)
10:42:48 [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.99kB)
10:42:48 [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (95.08kB)
10:42:48 [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (117.29kB)
10:42:48 [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.52kB)
10:42:48 [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.48kB)
10:42:48 [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.88kB)
10:42:48 [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.07kB)
10:42:48 [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (287.75kB)
10:42:48 [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)
10:42:48 [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)
10:42:48 [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.71kB)
10:42:48 [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (91.53kB)
10:42:49 [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (274.59kB)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (46.59kB)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.69kB)
10:42:49 [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)
10:42:49 [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230704-0745.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.29MB)
10:42:49 [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)
10:42:49 [INFO] Fetching org.eclipse.jface_3.30.100.v20230712-2038.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.12MB)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.14kB)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [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)
10:42:49 [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (292.29kB)
10:42:49 [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)
10:42:49 [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.21kB)
10:42:49 [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230614-0642.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (378.57kB)
10:42:49 [INFO] Fetching org.eclipse.ui.workbench_3.129.100.v20230711-1827.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.51MB)
10:42:50 [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (21.23kB)
10:42:50 [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
10:42:50 [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
10:42:50 [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (7.97MB)
10:42:50 [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (439.42kB)
10:42:50 [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (898.98kB)
10:42:50 [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
10:42:51 [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230726-0754.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.32MB)
10:42:51 [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)
10:42:51 [INFO] Fetching org.eclipse.ui.editors_3.16.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (612.07kB)
10:42:51 [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (69.73kB)
10:42:51 [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.84kB)
10:42:51 [INFO] Fetching org.eclipse.text_3.13.100.v20230725-1107.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (298.79kB)
10:42:51 [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.25kB)
10:42:51 [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)
10:42:51 [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.88kB)
10:42:51 [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)
10:42:51 [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)
10:42:51 [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (113.29kB)
10:42:51 [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)
10:42:51 [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)
10:42:51 [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)
10:42:51 [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)
10:42:51 [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)
10:42:51 [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (115.78kB)
10:42:51 [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230701-0639.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (428.8kB)
10:42:51 [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
10:42:51 [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
10:42:52 [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB)
10:42:52 [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB)
10:42:52 [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
10:42:52 [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
10:42:52 [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230723-1039.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.39kB)
10:42:52 [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
10:42:52 [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
10:42:52 [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (73.8kB)
10:42:52 [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (536.33kB)
10:42:52 [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.55MB)
10:42:52 [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (300.96kB)
10:42:52 [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.54kB)
10:42:52 [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (401.08kB)
10:42:52 [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230726-1201.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.04MB)
10:42:53 [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (246.77kB)
10:42:53 [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)
10:42:53 [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (39.06kB)
10:42:53 [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)
10:42:53 [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)
10:42:53 [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (429.55kB)
10:42:53 [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (432.64kB)
10:42:53 [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.04kB)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27kB)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [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)
10:42:53 [INFO] Fetching org.junit_4.13.2.v20230725-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (415.04kB)
10:42:53 [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230701-1230.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (210.27kB)
10:42:53 [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)
10:42:53 [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202301110442.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.78kB)
10:42:53 [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202307100345.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (954.9kB)
10:42:53 [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.15kB)
10:42:53 [INFO] Fetching org.yaml.snakeyaml_2.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.96kB)
10:42:53 [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (60.67kB)
10:42:53 [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)
10:42:53 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (102.78kB)
10:42:53 [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
10:42:54 [INFO] Fetching org.eclipse.draw2d_3.14.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (648.33kB)
10:42:54 [INFO] Fetching org.eclipse.gef_3.15.0.202308021527.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (999.33kB)
10:42:54 [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
10:42:54 [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
10:42:54 [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (107.53kB)
10:42:54 [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)
10:42:54 [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (301.84kB)
10:42:54 [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)
10:42:54 [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.07kB)
10:42:54 [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (175.44kB)
10:42:54 [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (411.07kB)
10:42:54 [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.93kB)
10:42:54 [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (326.75kB)
10:42:54 [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (222.15kB)
10:42:54 [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (692.62kB)
10:42:54 [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)
10:42:54 [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.83kB)
10:42:54 [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
10:42:55 [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
10:42:55 [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
10:42:55 [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)
10:42:55 [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
10:42:55 [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
10:42:55 [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
10:42:56 [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (418.96kB)
10:42:56 [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.84kB)
10:42:56 [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (3.04MB)
10:42:56 [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.01kB)
10:42:56 [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.96MB)
10:42:56 [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (472.61kB)
10:42:56 [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB)
10:42:56 [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (109.44kB)
10:42:56 [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.54kB)
10:42:56 [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230724-1759.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (582.94kB)
10:42:56 [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.77kB)
10:42:56 [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230726-1449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.04MB)
10:42:56 [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
10:42:56 [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.96kB)
10:42:56 [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230725-2325.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (10.98MB)
10:42:57 [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)
10:42:57 [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (405.12kB)
10:42:57 [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)
10:42:57 [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230714-1831.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (548.17kB)
10:42:57 [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (809.15kB)
10:42:57 [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)
10:42:57 [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)
10:42:57 [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)
10:42:57 [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230714-0701.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (925.81kB)
10:42:57 [INFO] Fetching org.eclipse.search_3.15.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (500.57kB)
10:42:57 [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)
10:42:57 [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)
10:42:57 [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.42MB)
10:42:58 [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)
10:42:58 [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230723-1104.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (503.38kB)
10:42:58 [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230719-1742.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.4MB)
10:42:58 [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230630-1319.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (142.98kB)
10:42:58 [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230723-1400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.59MB)
10:42:58 [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (349.88kB)
10:42:58 [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (388.81kB)
10:42:58 [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230712-1506.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (166.04kB)
10:42:58 [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
10:42:58 [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
10:42:58 [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB)
10:42:58 [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB)
10:42:59 [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB)
10:42:59 [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
10:42:59 [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
10:42:59 [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
10:42:59 [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
10:42:59 [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
10:43:00 [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.77kB)
10:43:00 [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.57kB)
10:43:00 [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)
10:43:00 [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
10:43:01 [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.14kB)
10:43:01 [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (150.25kB)
10:43:01 [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (308.6kB)
10:43:01 [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.51kB)
10:43:01 [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.9MB)
10:43:01 [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (119.01kB)
10:43:01 [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.52kB)
10:43:01 [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.94kB)
10:43:01 [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.92kB)
10:43:01 [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (370.34kB)
10:43:01 [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.5MB)
10:43:01 [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (101.69kB)
10:43:01 [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)
10:43:01 [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.16kB)
10:43:01 [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)
10:43:01 [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)
10:43:01 [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)
10:43:02 [INFO] Fetching org.eclipse.m2e.core_2.0.8.20230520-0934.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (640.8kB)
10:43:02 [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.56kB)
10:43:02 [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)
10:43:02 [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)
10:43:02 [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (48.9kB)
10:43:02 [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (229.37kB)
10:43:02 [INFO] Fetching org.eclipse.wst.sse.core_1.2.1100.v202305221405.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (479.83kB)
10:43:02 [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (811.49kB)
10:43:02 [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.85kB)
10:43:02 [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.38kB)
10:43:02 [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (30.58kB)
10:43:02 [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (35.82kB)
10:43:02 [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (19.88kB)
10:43:02 [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (54.28kB)
10:43:02 [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (29.67kB)
10:43:02 [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.42kB)
10:43:02 [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.74kB)
10:43:02 [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (13.73kB)
10:43:02 [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (18.3kB)
10:43:02 [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (121.53kB)
10:43:02 [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.86kB)
10:43:02 [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (50.73kB)
10:43:02 [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (33.18kB)
10:43:02 [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4.73kB)
10:43:02 [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
10:43:03 [INFO] Fetching org.eclipse.jetty.logging_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (37.46kB)
10:43:03 [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
10:43:04 [INFO] Fetching org.eclipse.jdt_3.19.200.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (44.73kB)
10:43:04 [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
10:43:04 [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
10:43:05 [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B)
10:43:05 [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository
10:43:05 [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB)
10:43:05 [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B)
10:43:05 [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository
10:43:05 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB)
10:43:05 [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B)
10:43:05 [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest
10:43:05 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B)
10:43:05 [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B)
10:43:05 [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB)
10:43:05 [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
10:43:07 [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)
10:43:07 [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.84MB)
10:43:07 [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)
10:43:07 [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (546.1kB)
10:43:07 [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (449.09kB)
10:43:07 [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (248.53kB)
10:43:07 [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (275.68kB)
10:43:07 [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)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (573.38kB)
10:43:08 [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (174.63kB)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (578.19kB)
10:43:08 [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (22.6kB)
10:43:08 [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)
10:43:08 [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)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (97.24kB)
10:43:08 [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (99.81kB)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.79kB)
10:43:08 [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)
10:43:08 [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)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (476.59kB)
10:43:08 [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (146.78kB)
10:43:08 [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (371.21kB)
10:43:08 [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)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (286.47kB)
10:43:08 [INFO] Fetching org.eclipse.jem.util_2.1.400.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (116.25kB)
10:43:08 [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.29kB)
10:43:08 [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)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.703.v202304232220.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (128.65kB)
10:43:08 [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (417.78kB)
10:43:08 [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)
10:43:08 [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (421.55kB)
10:43:09 [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)
10:43:09 [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)
10:43:09 [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)
10:43:09 [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)
10:43:09 [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.41kB)
10:43:09 [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)
10:43:09 [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.1000.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (460.17kB)
10:43:09 [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)
10:43:09 [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.1000.v202304260646.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (332.91kB)
10:43:09 [INFO] Fetching org.eclipse.jst.j2ee_1.2.900.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.83MB)
10:43:09 [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.700.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.72MB)
10:43:09 [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (859.17kB)
10:43:09 [INFO] Fetching org.eclipse.wst.web.ui_1.2.400.v202304020611.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (92.7kB)
10:43:09 [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (163.5kB)
10:43:09 [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.59kB)
10:43:09 [INFO] Fetching org.eclipse.jst.jee.ui_1.0.1300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (192.74kB)
10:43:09 [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (82.23kB)
10:43:10 [INFO] Fetching org.eclipse.jst.jee_1.0.1300.v202307052047.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.84kB)
10:43:10 [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)
10:43:10 [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1100.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (125.58kB)
10:43:10 [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)
10:43:10 [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)
10:43:10 [INFO] Fetching org.eclipse.jst.j2ee.web_1.2.300.v202304260449.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (478.06kB)
10:43:10 [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202304222306.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (153.67kB)
10:43:10 [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1600.v202301170822.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (252.67kB)
10:43:10 [INFO] Fetching org.eclipse.wst.css.core_1.3.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (555.51kB)
10:43:10 [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (323.9kB)
10:43:10 [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.01MB)
10:43:10 [INFO] Fetching org.eclipse.wst.sse.ui_1.7.700.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.05MB)
10:43:10 [INFO] Fetching org.eclipse.wst.html.core_1.4.300.v202305221615.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (786.44kB)
10:43:10 [INFO] Fetching org.eclipse.wst.html.ui_1.1.800.v202305230750.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (335.9kB)
10:43:10 [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B)
10:43:10 [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases
10:43:10 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB)
10:43:10 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB)
10:43:11 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB)
10:43:11 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB)
10:43:11 [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB)
10:43:11 [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
10:43:11 [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
10:43:11 [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
10:43:12 [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
10:43:12 [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB)
10:43:12 [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (72.52kB)
10:43:12 [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB)
10:43:12 [INFO] Fetching net.bytebuddy.byte-buddy_1.14.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (4MB)
10:43:12 [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB)
10:43:12 [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
10:43:13 [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
10:43:13 [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)
10:43:13 [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
10:43:13 [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
10:43:13 [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
10:43:13 [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
10:43:14 [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
10:43:14 [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
10:43:14 [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
10:43:16 [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
10:43:16 [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
10:43:16 [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
10:43:16 [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
10:43:17 [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
10:43:17 [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
10:43:17 [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
10:43:19 [INFO] ------------------------------------------------------------------------
10:43:19 [INFO] Reactor Build Order:
10:43:19 [INFO] 
10:43:19 [INFO] RedDeer Parent POM File                                            [pom]
10:43:19 [INFO] RedDeer Plugins                                                    [pom]
10:43:19 [INFO] RedDeer Common                                          [eclipse-plugin]
10:43:19 [INFO] RedDeer Workbench Core                                  [eclipse-plugin]
10:43:19 [INFO] RedDeer E4 Workbench Core                               [eclipse-plugin]
10:43:19 [INFO] RedDeer Core                                            [eclipse-plugin]
10:43:19 [INFO] RedDeer SWT                                             [eclipse-plugin]
10:43:19 [INFO] RedDeer JFace                                           [eclipse-plugin]
10:43:19 [INFO] RedDeer Workbench                                       [eclipse-plugin]
10:43:19 [INFO] RedDeer E4 Workbench                                    [eclipse-plugin]
10:43:19 [INFO] RedDeer UIForms                                         [eclipse-plugin]
10:43:19 [INFO] RedDeer Direct                                          [eclipse-plugin]
10:43:19 [INFO] RedDeer JUnit                                           [eclipse-plugin]
10:43:19 [INFO] RedDeer Eclipse                                         [eclipse-plugin]
10:43:19 [INFO] RedDeer GEF                                             [eclipse-plugin]
10:43:19 [INFO] RedDeer GEF Spy                                         [eclipse-plugin]
10:43:19 [INFO] RedDeer Graphiti                                        [eclipse-plugin]
10:43:19 [INFO] RedDeer JDT Junit                                       [eclipse-plugin]
10:43:19 [INFO] RedDeer JUnit Extensions                                [eclipse-plugin]
10:43:19 [INFO] RedDeer Requirements                                    [eclipse-plugin]
10:43:19 [INFO] RedDeer UI                                              [eclipse-plugin]
10:43:19 [INFO] RedDeer Spy                                             [eclipse-plugin]
10:43:19 [INFO] RedDeer Recorder                                        [eclipse-plugin]
10:43:19 [INFO] RedDeer Go                                              [eclipse-plugin]
10:43:19 [INFO] RedDeer Log Parser                                      [eclipse-plugin]
10:43:19 [INFO] RedDeer CodeGen                                         [eclipse-plugin]
10:43:19 [INFO] RedDeer Test-Apps                                                  [pom]
10:43:19 [INFO] RedDeer E4 Test App                                     [eclipse-plugin]
10:43:19 [INFO] RedDeer Tests                                                      [pom]
10:43:19 [INFO] RedDeer Common Tests                               [eclipse-test-plugin]
10:43:19 [INFO] RedDeer SWT Tests                                  [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Core Tests                                 [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Workbench Tests                            [eclipse-test-plugin]
10:43:19 [INFO] RedDeer UIForms Test                               [eclipse-test-plugin]
10:43:19 [INFO] RedDeer JFace Tests                                [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Eclipse Tests                              [eclipse-test-plugin]
10:43:19 [INFO] RedDeer GEF Tests                                  [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Graphiti Tests                             [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Direct Tests                               [eclipse-test-plugin]
10:43:19 [INFO] RedDeer JUnit Tests                                [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Requirements Tests                         [eclipse-test-plugin]
10:43:19 [INFO] RedDeer UI Tests                                   [eclipse-test-plugin]
10:43:19 [INFO] RedDeer E4 Workbench Tests                         [eclipse-test-plugin]
10:43:19 [INFO] RedDeer Features                                                   [pom]
10:43:19 [INFO] RedDeer E4 Feature                                     [eclipse-feature]
10:43:19 [INFO] RedDeer Eclipse Feature                                [eclipse-feature]
10:43:19 [INFO] RedDeer GEF Spy Feature                                [eclipse-feature]
10:43:19 [INFO] RedDeer SWT Feature                                    [eclipse-feature]
10:43:19 [INFO] RedDeer Tests Feature                                  [eclipse-feature]
10:43:19 [INFO] RedDeer UI Feature                                     [eclipse-feature]
10:43:19 [INFO] RedDeer Recorder Feature                               [eclipse-feature]
10:43:19 [INFO] RedDeer GEF/Graphiti Feature                           [eclipse-feature]
10:43:19 [INFO] RedDeer Spy Feature                                    [eclipse-feature]
10:43:19 [INFO] RedDeer Log Parser Feature                             [eclipse-feature]
10:43:19 [INFO] RedDeer CodeGen Feature                                [eclipse-feature]
10:43:19 [INFO] RedDeer Site                                        [eclipse-repository]
10:43:19 [INFO] RedDeer Archetype                                      [maven-archetype]
10:43:19 [INFO] 
10:43:19 [INFO] ---------------------< org.eclipse.reddeer:parent >---------------------
10:43:19 [INFO] Building RedDeer Parent POM File 4.7.0-SNAPSHOT                   [1/58]
10:43:19 [INFO]   from pom.xml
10:43:19 [INFO] --------------------------------[ pom ]---------------------------------
10:43:19 [INFO] 
10:43:19 [INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
10:43:19 [INFO] 
10:43:19 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent ---
10:43:20 [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/**/*
10:43:20 [INFO] 
10:43:20 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent ---
10:43:20 [INFO] 
10:43:20 [INFO] --------------------< org.eclipse.reddeer:plugins >---------------------
10:43:20 [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT                           [2/58]
10:43:20 [INFO]   from plugins/pom.xml
10:43:20 [INFO] --------------------------------[ pom ]---------------------------------
10:43:20 [INFO] 
10:43:20 [INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
10:43:20 [INFO] 
10:43:20 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins ---
10:43:20 [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/**/*
10:43:20 [INFO] 
10:43:20 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins ---
10:43:20 [INFO] 
10:43:20 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >-----------
10:43:20 [INFO] Building RedDeer Common 4.7.0-SNAPSHOT                            [3/58]
10:43:20 [INFO]   from plugins/org.eclipse.reddeer.common/pom.xml
10:43:20 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:20 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:20 [INFO] 
10:43:20 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common ---
10:43:20 [INFO] 
10:43:20 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common ---
10:43:21 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:21 [INFO] 
10:43:21 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common ---
10:43:21 [INFO] 
10:43:21 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common ---
10:43:21 [INFO] 
10:43:21 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common ---
10:43:21 [INFO] 
10:43:21 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common ---
10:43:21 [INFO] Resolving class path of RedDeer Common...
10:43:21 [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (79.16kB)
10:43:21 [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)
10:43:21 [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)
10:43:21 [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)
10:43:21 [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)
10:43:21 [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)
10:43:21 [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (49.9kB)
10:43:21 [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)
10:43:21 [INFO] 
10:43:21 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common ---
10:43:21 [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/**/*
10:43:21 [INFO] 
10:43:21 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common ---
10:43:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:22 [INFO] Copying 1 resource
10:43:22 [INFO] 
10:43:22 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common ---
10:43:22 [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/bin
10:43:23 [INFO] 
10:43:23 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] 
10:43:24 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/src/test/resources
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] 
10:43:24 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] No tests to run.
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common ---
10:43:24 [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
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common ---
10:43:24 [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
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] 
10:43:24 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] 
10:43:24 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.common ---
10:43:24 [INFO] No tests to run.
10:43:24 [INFO] 
10:43:24 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >-------
10:43:24 [INFO] Building RedDeer Workbench Core 4.7.0-SNAPSHOT                    [4/58]
10:43:24 [INFO]   from plugins/org.eclipse.reddeer.workbench.core/pom.xml
10:43:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:24 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:25 [INFO] 
10:43:25 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] Resolving class path of RedDeer Workbench Core...
10:43:25 [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)
10:43:25 [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)
10:43:25 [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)
10:43:25 [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (11.39kB)
10:43:25 [INFO] 
10:43:25 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core ---
10:43: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.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:25 [INFO] 
10:43:25 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/resources
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/bin
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/src/test/resources
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] No tests to run.
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [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
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [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
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench.core ---
10:43:25 [INFO] No tests to run.
10:43:25 [INFO] 
10:43:25 [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------
10:43:25 [INFO] Building RedDeer E4 Workbench Core 4.7.0-SNAPSHOT                 [5/58]
10:43:25 [INFO]   from plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml
10:43:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:25 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:25 [INFO] 
10:43:25 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] Resolving class path of RedDeer E4 Workbench Core...
10:43:25 [INFO] 
10:43:25 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core ---
10:43: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.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:25 [INFO] 
10:43:25 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/resources
10:43:25 [INFO] 
10:43:25 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:25 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/bin
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] No tests to run.
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [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
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [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
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench.core ---
10:43:26 [INFO] No tests to run.
10:43:26 [INFO] 
10:43:26 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------
10:43:26 [INFO] Building RedDeer Core 4.7.0-SNAPSHOT                              [6/58]
10:43:26 [INFO]   from plugins/org.eclipse.reddeer.core/pom.xml
10:43:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:26 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:26 [INFO] 
10:43:26 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] Resolving class path of RedDeer Core...
10:43:26 [INFO] 
10:43:26 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core ---
10:43: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.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:26 [INFO] 
10:43:26 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/resources
10:43:26 [INFO] 
10:43:26 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core ---
10:43:26 [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/bin
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] 
10:43:27 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/src/test/resources
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] 
10:43:27 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] No tests to run.
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core ---
10:43:27 [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
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core ---
10:43:27 [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
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] 
10:43:27 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.core ---
10:43:27 [INFO] No tests to run.
10:43:27 [INFO] 
10:43:27 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >-------------
10:43:27 [INFO] Building RedDeer SWT 4.7.0-SNAPSHOT                               [7/58]
10:43:27 [INFO]   from plugins/org.eclipse.reddeer.swt/pom.xml
10:43:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:27 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:27 [INFO] 
10:43:27 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] Resolving class path of RedDeer SWT...
10:43:27 [INFO] 
10:43:27 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt ---
10:43: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.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:27 [INFO] 
10:43:27 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/resources
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/bin
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/src/test/resources
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] No tests to run.
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt ---
10:43:27 [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
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt ---
10:43:27 [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
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] 
10:43:27 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.swt ---
10:43:27 [INFO] No tests to run.
10:43:27 [INFO] 
10:43:27 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------
10:43:27 [INFO] Building RedDeer JFace 4.7.0-SNAPSHOT                             [8/58]
10:43:27 [INFO]   from plugins/org.eclipse.reddeer.jface/pom.xml
10:43:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:27 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:27 [INFO] 
10:43:27 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] 
10:43:27 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] 
10:43:27 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface ---
10:43:27 [INFO] Resolving class path of RedDeer JFace...
10:43:28 [INFO] 
10:43:28 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface ---
10:43: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.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:28 [INFO] 
10:43:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/resources
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/bin
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] 
10:43:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/src/test/resources
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] 
10:43:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] No tests to run.
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface ---
10:43:28 [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
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface ---
10:43:28 [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
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] 
10:43:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jface ---
10:43:28 [INFO] No tests to run.
10:43:28 [INFO] 
10:43:28 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >----------
10:43:28 [INFO] Building RedDeer Workbench 4.7.0-SNAPSHOT                         [9/58]
10:43:28 [INFO]   from plugins/org.eclipse.reddeer.workbench/pom.xml
10:43:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:28 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:28 [INFO] 
10:43:28 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] Resolving class path of RedDeer Workbench...
10:43:28 [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)
10:43:28 [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)
10:43:28 [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)
10:43:28 [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)
10:43:28 [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)
10:43:28 [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)
10:43:28 [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.35kB)
10:43:28 [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)
10:43:28 [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)
10:43:28 [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)
10:43:28 [INFO] 
10:43:28 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench ---
10:43: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.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:28 [INFO] 
10:43:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/resources
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/bin
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/src/test/resources
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] No tests to run.
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench ---
10:43: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
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench ---
10:43: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
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench ---
10:43:28 [INFO] No tests to run.
10:43:28 [INFO] 
10:43:28 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >--------
10:43:28 [INFO] Building RedDeer E4 Workbench 4.7.0-SNAPSHOT                     [10/58]
10:43:28 [INFO]   from plugins/org.eclipse.reddeer.e4.workbench/pom.xml
10:43:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:28 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:28 [INFO] 
10:43:28 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench ---
10:43:28 [INFO] 
10:43:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench ---
10:43:28 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:28 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] Resolving class path of RedDeer E4 Workbench...
10:43:29 [INFO] 
10:43:29 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench ---
10:43: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.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/bin
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] 
10:43:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >-----------
10:43:29 [INFO] Building RedDeer UIForms 4.7.0-SNAPSHOT                          [11/58]
10:43:29 [INFO]   from plugins/org.eclipse.reddeer.uiforms/pom.xml
10:43:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:29 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:29 [INFO] 
10:43:29 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] Resolving class path of RedDeer UIForms...
10:43:29 [INFO] 
10:43:29 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms ---
10:43: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.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/bin
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/src/test/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms ---
10:43:29 [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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms ---
10:43:29 [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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] 
10:43:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.uiforms ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >-----------
10:43:29 [INFO] Building RedDeer Direct 4.7.0-SNAPSHOT                           [12/58]
10:43:29 [INFO]   from plugins/org.eclipse.reddeer.direct/pom.xml
10:43:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:29 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:29 [INFO] 
10:43:29 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] Resolving class path of RedDeer Direct...
10:43:29 [INFO] 
10:43:29 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct ---
10:43: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/**/*
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/bin
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/src/test/resources
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.direct ---
10:43: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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct ---
10:43: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
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] 
10:43:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.direct ---
10:43:29 [INFO] No tests to run.
10:43:29 [INFO] 
10:43:29 [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------
10:43:29 [INFO] Building RedDeer JUnit 4.7.0-SNAPSHOT                            [13/58]
10:43:29 [INFO]   from plugins/org.eclipse.reddeer.junit/pom.xml
10:43:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:29 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:30 [INFO] 
10:43:30 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] Resolving class path of RedDeer JUnit...
10:43:30 [INFO] 
10:43:30 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit ---
10:43: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.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:30 [INFO] 
10:43:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/resources
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/bin
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/src/test/resources
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] No tests to run.
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit ---
10:43:30 [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
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit ---
10:43:30 [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
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] 
10:43:30 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit ---
10:43:30 [INFO] No tests to run.
10:43:30 [INFO] 
10:43:30 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >-----------
10:43:30 [INFO] Building RedDeer Eclipse 4.7.0-SNAPSHOT                          [14/58]
10:43:30 [INFO]   from plugins/org.eclipse.reddeer.eclipse/pom.xml
10:43:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:30 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:30 [INFO] 
10:43:30 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] 
10:43:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] Resolving class path of RedDeer Eclipse...
10:43:30 [INFO] 
10:43:30 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse ---
10:43: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/**/*
10:43:30 [INFO] 
10:43:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/resources
10:43:30 [INFO] 
10:43:30 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse ---
10:43:30 [INFO] Compiling 251 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/bin
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] 
10:43:31 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/src/test/resources
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] 
10:43:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] No tests to run.
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse ---
10:43: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
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse ---
10:43: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
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] 
10:43:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.eclipse ---
10:43:31 [INFO] No tests to run.
10:43:31 [INFO] 
10:43:31 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >-------------
10:43:31 [INFO] Building RedDeer GEF 4.7.0-SNAPSHOT                              [15/58]
10:43:31 [INFO]   from plugins/org.eclipse.reddeer.gef/pom.xml
10:43:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:31 [INFO] 
10:43:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] Resolving class path of RedDeer GEF...
10:43:31 [INFO] 
10:43:31 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef ---
10:43: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/**/*
10:43:31 [INFO] 
10:43:31 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/resources
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/bin
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/src/test/resources
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] No tests to run.
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef ---
10:43: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
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef ---
10:43: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
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] 
10:43:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef ---
10:43:31 [INFO] No tests to run.
10:43:31 [INFO] 
10:43:31 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >-----------
10:43:31 [INFO] Building RedDeer GEF Spy 4.7.0-SNAPSHOT                          [16/58]
10:43:31 [INFO]   from plugins/org.eclipse.reddeer.gef.spy/pom.xml
10:43:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:31 [INFO] 
10:43:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.spy ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy ---
10:43:31 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy ---
10:43:31 [INFO] 
10:43:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy ---
10:43:31 [INFO] 
10:43:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] Resolving class path of RedDeer GEF Spy...
10:43:32 [INFO] 
10:43:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy ---
10:43: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/**/*
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/bin
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/src/test/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy ---
10:43: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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy ---
10:43: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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] 
10:43:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef.spy ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >----------
10:43:32 [INFO] Building RedDeer Graphiti 4.7.0-SNAPSHOT                         [17/58]
10:43:32 [INFO]   from plugins/org.eclipse.reddeer.graphiti/pom.xml
10:43:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:32 [INFO] 
10:43:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] Resolving class path of RedDeer Graphiti...
10:43:32 [INFO] 
10:43:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti ---
10:43: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/**/*
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/bin
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/src/test/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti ---
10:43: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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti ---
10:43: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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] 
10:43:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.graphiti ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >----------
10:43:32 [INFO] Building RedDeer JDT Junit 4.7.0-SNAPSHOT                        [18/58]
10:43:32 [INFO]   from plugins/org.eclipse.reddeer.jdt.junit/pom.xml
10:43:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:32 [INFO] 
10:43:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] Resolving class path of RedDeer JDT Junit...
10:43:32 [INFO] 
10:43:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit ---
10:43: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.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/bin
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [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.
10:43:32 [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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] 
10:43:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jdt.junit ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >-------
10:43:32 [INFO] Building RedDeer JUnit Extensions 4.7.0-SNAPSHOT                 [19/58]
10:43:32 [INFO]   from plugins/org.eclipse.reddeer.junit.extension/pom.xml
10:43:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:32 [INFO] 
10:43:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] Resolving class path of RedDeer JUnit Extensions...
10:43:32 [INFO] 
10:43:32 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension ---
10:43: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.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/bin
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/src/test/resources
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [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
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] 
10:43:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit.extension ---
10:43:32 [INFO] No tests to run.
10:43:32 [INFO] 
10:43:32 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >--------
10:43:32 [INFO] Building RedDeer Requirements 4.7.0-SNAPSHOT                     [20/58]
10:43:32 [INFO]   from plugins/org.eclipse.reddeer.requirements/pom.xml
10:43:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:32 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:33 [INFO] 
10:43:33 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] Resolving class path of RedDeer Requirements...
10:43:33 [INFO] 
10:43:33 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements ---
10:43: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/**/*
10:43:33 [INFO] 
10:43:33 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/resources
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/bin
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/src/test/resources
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] No tests to run.
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements ---
10:43:33 [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
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements ---
10:43:33 [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
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] 
10:43:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.requirements ---
10:43:33 [INFO] No tests to run.
10:43:33 [INFO] 
10:43:33 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >-------------
10:43:33 [INFO] Building RedDeer UI 4.7.0-SNAPSHOT                               [21/58]
10:43:33 [INFO]   from plugins/org.eclipse.reddeer.ui/pom.xml
10:43:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:33 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:33 [INFO] 
10:43:33 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] 
10:43:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] 
10:43:33 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.ui ---
10:43:33 [INFO] Resolving class path of RedDeer UI...
10:43: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)
10:43:34 [INFO] Fetching org.eclipse.swtbot.ant.junit_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (10.42kB)
10:43: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)
10:43:34 [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)
10:43:34 [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)
10:43:34 [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)
10:43:34 [INFO] 
10:43:34 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui ---
10:43:34 [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/**/*
10:43:34 [INFO] 
10:43:34 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:34 [INFO] Copying 2 resources
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/bin
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] 
10:43:34 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/src/test/resources
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] 
10:43:34 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] No tests to run.
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui ---
10:43:34 [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
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui ---
10:43:34 [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
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] 
10:43:34 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.ui ---
10:43:34 [INFO] No tests to run.
10:43:34 [INFO] 
10:43:34 [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >-------------
10:43:34 [INFO] Building RedDeer Spy 4.7.0-SNAPSHOT                              [22/58]
10:43:34 [INFO]   from plugins/org.eclipse.reddeer.spy/pom.xml
10:43:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:34 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:34 [INFO] 
10:43:34 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] Resolving class path of RedDeer Spy...
10:43:34 [INFO] 
10:43:34 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy ---
10:43:34 [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/**/*
10:43:34 [INFO] 
10:43:34 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:34 [INFO] Copying 1 resource
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/bin
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/src/test/resources
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] No tests to run.
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.spy ---
10:43:34 [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
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy ---
10:43:34 [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
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] 
10:43:34 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.spy ---
10:43:34 [INFO] No tests to run.
10:43:34 [INFO] 
10:43:34 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >----------
10:43:34 [INFO] Building RedDeer Recorder 4.7.0-SNAPSHOT                         [23/58]
10:43:34 [INFO]   from plugins/org.eclipse.reddeer.recorder/pom.xml
10:43:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:34 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:34 [INFO] 
10:43:34 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] 
10:43:34 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] Resolving class path of RedDeer Recorder...
10:43:34 [INFO] 
10:43:34 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder ---
10:43:34 [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/**/*
10:43:34 [INFO] 
10:43:34 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder ---
10:43:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/resources
10:43:34 [INFO] 
10:43:34 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/bin
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] 
10:43:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/src/test/resources
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] 
10:43:35 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] 
10:43:35 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.recorder ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >-------------
10:43:35 [INFO] Building RedDeer Go 4.7.0-SNAPSHOT                               [24/58]
10:43:35 [INFO]   from plugins/org.eclipse.reddeer.go/pom.xml
10:43:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:35 [INFO] 
10:43:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] Resolving class path of RedDeer Go...
10:43:35 [INFO] 
10:43:35 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go ---
10:43: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.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:35 [INFO] 
10:43:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/resources
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] No sources to compile
10:43:35 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src does not exist
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src/test/resources
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.go ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] 
10:43:35 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.go ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >----------
10:43:35 [INFO] Building RedDeer Log Parser 4.7.0-SNAPSHOT                       [25/58]
10:43:35 [INFO]   from plugins/org.eclipse.reddeer.logparser/pom.xml
10:43:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:35 [INFO] 
10:43:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] Resolving class path of RedDeer Log Parser...
10:43:35 [INFO] 
10:43:35 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser ---
10:43: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.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:35 [INFO] 
10:43:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/resources
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/bin
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/src/test/resources
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser ---
10:43:35 [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
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] 
10:43:35 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.logparser ---
10:43:35 [INFO] No tests to run.
10:43:35 [INFO] 
10:43:35 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >-----------
10:43:35 [INFO] Building RedDeer CodeGen 4.7.0-SNAPSHOT                          [26/58]
10:43:35 [INFO]   from plugins/org.eclipse.reddeer.codegen/pom.xml
10:43:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:35 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:35 [INFO] 
10:43:35 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] 
10:43:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] 
10:43:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.codegen ---
10:43:35 [INFO] Resolving class path of RedDeer CodeGen...
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen ---
10:43: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.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:36 [INFO] 
10:43:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/resources
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/bin
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] 
10:43:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/src/test/resources
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] 
10:43:36 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] No tests to run.
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen ---
10:43:36 [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
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen ---
10:43:36 [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
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] 
10:43:36 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.codegen ---
10:43:36 [INFO] No tests to run.
10:43:36 [INFO] 
10:43:36 [INFO] -------------------< org.eclipse.reddeer:test-apps >--------------------
10:43:36 [INFO] Building RedDeer Test-Apps 4.7.0-SNAPSHOT                        [27/58]
10:43:36 [INFO]   from test-apps/pom.xml
10:43:36 [INFO] --------------------------------[ pom ]---------------------------------
10:43:36 [INFO] 
10:43:36 [INFO] --- clean:3.2.0:clean (default-clean) @ test-apps ---
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps ---
10:43: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/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ test-apps ---
10:43:36 [INFO] 
10:43:36 [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >-------------
10:43:36 [INFO] Building RedDeer E4 Test App 4.7.0-SNAPSHOT                      [28/58]
10:43:36 [INFO]   from test-apps/org.eclipse.reddeer.e4/pom.xml
10:43:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
10:43:36 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:36 [INFO] 
10:43:36 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] Resolving class path of RedDeer E4 Test App...
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 ---
10:43: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/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:36 [INFO] 
10:43:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/resources
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/bin
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/src/test/resources
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] No tests to run.
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 ---
10:43:36 [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
10:43:36 [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
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 ---
10:43:36 [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
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] 
10:43:36 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4 ---
10:43:36 [INFO] No tests to run.
10:43:36 [INFO] 
10:43:36 [INFO] ---------------------< org.eclipse.reddeer:tests >----------------------
10:43:36 [INFO] Building RedDeer Tests 4.7.0-SNAPSHOT                            [29/58]
10:43:36 [INFO]   from tests/pom.xml
10:43:36 [INFO] --------------------------------[ pom ]---------------------------------
10:43:36 [INFO] 
10:43:36 [INFO] --- clean:3.2.0:clean (default-clean) @ tests ---
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ tests ---
10:43: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/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tests ---
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ tests ---
10:43:36 [INFO] 
10:43:36 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >---------
10:43:36 [INFO] Building RedDeer Common Tests 4.7.0-SNAPSHOT                     [30/58]
10:43:36 [INFO]   from tests/org.eclipse.reddeer.common.test/pom.xml
10:43:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:43:36 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:43:36 [INFO] 
10:43:36 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] 
10:43:36 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] Resolving class path of RedDeer Common Tests...
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [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)
10:43:36 [INFO] 
10:43:36 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test ---
10:43:36 [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/**/*
10:43:36 [INFO] 
10:43:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources
10:43:36 [INFO] 
10:43:36 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test ---
10:43:36 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin
10:43:37 [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist
10:43:37 [INFO] 
10:43:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test ---
10:43:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:43:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources
10:43:37 [INFO] 
10:43:37 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test ---
10:43:37 [INFO] 
10:43:37 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test ---
10:43:37 [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
10:43:37 [INFO] 
10:43:37 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test ---
10:43:37 [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
10:43:37 [INFO] 
10:43:37 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test ---
10:43:37 [INFO] 
10:43:37 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test ---
10:43:37 [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.76kB)
10:43:37 [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.71kB)
10:43:37 [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (57.69kB)
10:43:37 [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.01kB)
10:43:37 [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.88kB)
10:43:37 [INFO] Fetching org.eclipse.platform_4.29.0.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (586.38kB)
10:43:37 [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)
10:43:37 [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
10:43:37 [INFO] Command line:
10:43:37 	[/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]
10:43:46 Launching application org.eclipse.ui.ide.workbench...
10:43:54 Running org.eclipse.reddeer.common.test.wait.GroupWaitTest
10:43:54 14:43:54.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:43:55 14:43:55.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:43:55 14:43:55.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:43:59 14:43:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:43:59 14:43:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:03 14:44:03.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:03 14:44:03.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:04 14:44:04.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:04 14:44:04.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:07 14:44:07.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:44:07 14:44:07.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:09 14:44:09.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:44:09 14:44:09.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:13 14:44:13.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:13 14:44:13.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:20 14:44:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:21 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.105 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest
10:44:21 test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 1.075 s
10:44:21 test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 0 s
10:44:21 test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 4.001 s
10:44:21 test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 4.002 s
10:44:21 test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 3.503 s
10:44:21 test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 2.501 s
10:44:21 test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 11.003 s
10:44:21 test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest)  Time elapsed: 0 s
10:44:21 Running org.eclipse.reddeer.common.test.wait.TimePeriodTest
10:44:21 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest
10:44:21 getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0.001 s
10:44:21 getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest)  Time elapsed: 0 s
10:44:21 Running org.eclipse.reddeer.common.test.wait.WaitWhileTest
10:44:21 14:44:21.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:28 14:44:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:28 14:44:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:35 14:44:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:35 14:44:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:37 14:44:37.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:44:37 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.507 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest
10:44:37 test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0.001 s
10:44:37 test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0 s
10:44:37 test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 7.002 s
10:44:37 test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 0 s
10:44:37 test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 7.003 s
10:44:37 test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest)  Time elapsed: 2.501 s
10:44:37 Running org.eclipse.reddeer.common.test.wait.WaitUntilTest
10:44:37 14:44:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:44 14:44:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:44 14:44:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:51 14:44:51.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully
10:44:51 14:44:51.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition...
10:44:54 14:44:54.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown
10:44:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.508 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest
10:44:54 test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0 s
10:44:54 test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0 s
10:44:54 test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 0 s
10:44:54 test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 7.002 s
10:44:54 test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 7.003 s
10:44:54 test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest)  Time elapsed: 2.501 s
10:44:54 Running org.eclipse.reddeer.common.test.wait.WaitProviderTest
10:44:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest
10:44:54 test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
10:44:54 test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
10:44:54 test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest)  Time elapsed: 0 s
10:44:54 Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest
10:44:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest
10:44:54 testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.04 s
10:44:54 testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.002 s
10:44:54 testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0 s
10:44:54 testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.001 s
10:44:54 testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0.001 s
10:44:54 testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest)  Time elapsed: 0 s
10:44:54 Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest
10:44:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest
10:44:54 testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest)  Time elapsed: 0.002 s
10:44:54 testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest)  Time elapsed: 0.001 s
10:44:54 Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest
10:44:54 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest
10:44:54 getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest)  Time elapsed: 0 s
10:44:54 Running org.eclipse.reddeer.common.properties.LoggerTest
10:44:54 14:44:54.384 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message
10:44:54 14:44:54.384 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message
10:44:54 14:44:54.384 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message
10:44:54 14:44:54.384 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message
10:44:54 14:44:54.384 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message
10:44:54 14:44:54.384 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message
10:44:54 14:44:54.384 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message
10:44:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest
10:44:54 testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest)  Time elapsed: 0 s
10:44:54 
10:44:54 Results:
10:44:54 
10:44:54 Tests run: 50, Failures: 0, Errors: 0, Skipped: 0
10:44:54 
10:44:55 [INFO] All tests passed!
10:44:55 [INFO] 
10:44:55 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test ---
10:44:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:44:55 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:44:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:44:56 [INFO] 
10:44:56 [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >----------
10:44:56 [INFO] Building RedDeer SWT Tests 4.7.0-SNAPSHOT                        [31/58]
10:44:56 [INFO]   from tests/org.eclipse.reddeer.swt.test/pom.xml
10:44:56 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:44:56 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:44:56 [INFO] 
10:44:56 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] 
10:44:56 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:44:56 [INFO] 
10:44:56 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] 
10:44:56 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] 
10:44:56 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] 
10:44:56 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test ---
10:44:56 [INFO] Resolving class path of RedDeer SWT Tests...
10:44:57 [INFO] 
10:44:57 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test ---
10:44: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.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:44:57 [INFO] 
10:44:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test ---
10:44:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:44:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test ---
10:44:57 [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin
10:44:57 [INFO] 
10:44:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test ---
10:44:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:44:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test ---
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test ---
10:44:57 [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
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test ---
10:44:57 [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
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test ---
10:44:57 [INFO] 
10:44:57 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test ---
10:44:59 [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)
10:44:59 [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (81.03kB)
10:44:59 [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (352.28kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.75kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (211.53kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (557.33kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (777.98kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.37kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (161.99kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.17kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.41kB)
10:44:59 [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.46kB)
10:44:59 [INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (40.16kB)
10:44:59 [INFO] Fetching com.google.guava_32.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (2.9MB)
10:44:59 [INFO] Fetching slf4j.simple_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (14.97kB)
10:44: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)
10:44: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.swt.test/target/work/data/.metadata/.log
10:44:59 [INFO] Command line:
10:44: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.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]
10:45:01 Launching application org.eclipse.ui.ide.workbench...
10:45:01 SLF4J: No SLF4J providers were found.
10:45:01 SLF4J: Defaulting to no-operation (NOP) logger implementation
10:45:01 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
10:45:04 Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.112 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:45:04 14:45:04.114 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
10:45:04 14:45:04.121 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:45:04 14:45:04.122 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
10:45:04 14:45:04.137 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.158 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:04 14:45:04.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.214 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.215 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
10:45:04 14:45:04.216 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
10:45:04 14:45:04.223 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:45:04 14:45:04.226 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.226 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:04 14:45:04.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.252 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:04 14:45:04.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
10:45:04 14:45:04.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:04 14:45:04.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
10:45:04 14:45:04.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:04 14:45:04.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:04 14:45:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:04 14:45:04.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:04 14:45:04.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:04 14:45:04.620 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
10:45:04 14:45:04.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:04 14:45:04.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:04 14:45:04.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:04 14:45:04.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:04 14:45:04.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:04 14:45:04.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
10:45:04 14:45:04.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.747 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:04 14:45:04.747 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:04 14:45:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:04 14:45:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:04 14:45:04.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.855 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:04 14:45:04.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
10:45:04 14:45:04.856 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
10:45:04 14:45:04.856 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
10:45:04 14:45:04.856 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
10:45:04 14:45:04.856 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1
10:45:04 14:45:04.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:04 14:45:04.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:04 14:45:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:04 14:45:04.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:04 14:45:04.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:04 14:45:04.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:04 14:45:04.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:04 14:45:04.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:04 14:45:04.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:04 14:45:04.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:04 14:45:04.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.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
10:45:04 14:45:04.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:04 14:45:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:04 14:45:04.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:04 14:45:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:04 14:45:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:04 14:45:04.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:04 14:45:04.958 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
10:45:04 14:45:04.958 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
10:45:04 14:45:04.958 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
10:45:05 14:45:04.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:05 14:45:04.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:05 14:45:04.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:05 14:45:04.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:05 14:45:05.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:05 14:45:05.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:05 14:45:05.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:05 14:45:05.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:05 14:45:05.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:05 14:45:05.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:05 14:45:05.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:05 14:45:05.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:05 14:45:05.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:05 14:45:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:05 14:45:05.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:05 14:45:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:05 14:45:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:05 14:45:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:05 14:45:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:05 14:45:05.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:05 14:45:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:05 14:45:05.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:05 14:45:05.546 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:11 14:45:05.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
10:45:11 14:45:05.547 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1"
10:45:11 14:45:05.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:11 14:45:05.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:11 14:45:05.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:11 14:45:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:11 14:45:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell'
10:45:11 14:45:05.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem"
10:45:11 14:45:05.623 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem'
10:45:11 14:45:05.623 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem
10:45:11 14:45:05.623 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1'
10:45:11 14:45:05.623 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1
10:45:11 14:45:05.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:11 14:45:05.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)
10:45:11 14:45:05.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:11 14:45:05.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest
10:45:11 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.209 s
10:45:11 testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.121 s
10:45:11 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.116 s
10:45:11 shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.17 s
10:45:11 testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.585 s
10:45:11 hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.067 s
10:45:11 shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest)  Time elapsed: 0.065 s
10:45:11 Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.663 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.664 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:11 14:45:05.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.664 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:11 14:45:05.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:05.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:05.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:05.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:05.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:05.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:05.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:05.736 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:05.736 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:05.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:05.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:05.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:05.738 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:05.738 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
10:45:11 14:45:05.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
10:45:11 14:45:05.740 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2"
10:45:11 14:45:05.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.743 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:05.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:05.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:05.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:05.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:05.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:05.815 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:05.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:05.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:05.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:05.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:05.816 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
10:45:11 14:45:05.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
10:45:11 14:45:05.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:05.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:05.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:05.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:05.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:05.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:05.860 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:05.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:05.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:05.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:05.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:05.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:05.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:11 14:45:05.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:11 14:45:05.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
10:45:11 14:45:05.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
10:45:11 14:45:05.861 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio
10:45:11 14:45:05.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio"
10:45:11 14:45:05.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio
10:45:11 14:45:05.865 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio
10:45:11 14:45:05.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:05.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:05.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:05.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:05.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:05.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:05.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:05.950 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:05.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:05.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:05.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:05.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:05.957 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:05.957 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
10:45:11 14:45:05.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:05.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:05.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:05.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:05.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:05.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:05.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:05.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:05.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.033 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:06.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:06.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:06.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
10:45:11 14:45:06.034 DEBUG [main][MenuItemLookup] Item match:DisabledMenu
10:45:11 14:45:06.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
10:45:11 14:45:06.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
10:45:11 14:45:06.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.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.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:06.152 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:06.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:06.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:06.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.158 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:06.159 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:11 14:45:06.159 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:11 14:45:06.159 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
10:45:11 14:45:06.159 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
10:45:11 14:45:06.159 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
10:45:11 14:45:06.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.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
10:45:11 14:45:06.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
10:45:11 14:45:06.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem"
10:45:11 14:45:06.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.236 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:06.263 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:06.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:06.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:06.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.264 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:06.264 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:11 14:45:06.264 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:11 14:45:06.264 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
10:45:11 14:45:06.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
10:45:11 14:45:06.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild"
10:45:11 14:45:06.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:06.336 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:06.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:06.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:06.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio'
10:45:11 14:45:06.337 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu'
10:45:11 14:45:06.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:11 14:45:06.387 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:11 14:45:06.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:11 14:45:06.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:11 14:45:06.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:11 14:45:06.388 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:11 14:45:06.388 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
10:45:11 14:45:06.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
10:45:11 14:45:06.388 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1
10:45:11 14:45:06.388 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1
10:45:11 14:45:06.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1"
10:45:11 14:45:06.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:11 14:45:06.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:11 14:45:06.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent
10:45:11 14:45:06.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:11 14:45:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:11 14:45:06.413 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:11 14:45:06.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:11 14:45:06.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:11 14:45:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:11 14:45:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:11 14:45:06.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:11 14:45:06.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:11 14:45:06.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:11 14:45:06.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:11 14:45:06.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:11 14:45:06.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:11 14:45:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:11 14:45:06.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:11 14:45:06.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:11 14:45:06.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:11 14:45:06.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:11 14:45:06.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:11 14:45:06.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:11 14:45:06.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:11 14:45:06.460 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:11 14:45:06.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35
10:45:12 14:45:06.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.534 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem'
10:45:12 14:45:06.534 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem
10:45:12 14:45:06.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.553 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.578 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.578 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.579 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:12 14:45:06.579 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:12 14:45:06.579 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:12 14:45:06.579 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
10:45:12 14:45:06.579 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu"
10:45:12 14:45:06.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.615 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.615 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.615 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:12 14:45:06.634 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.683 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.683 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:12 14:45:06.684 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:12 14:45:06.684 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:12 14:45:06.684 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
10:45:12 14:45:06.684 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild'
10:45:12 14:45:06.684 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild
10:45:12 14:45:06.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
10:45:12 14:45:06.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:12 14:45:06.742 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.742 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:12 14:45:06.742 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1
10:45:12 14:45:06.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.814 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:12 14:45:06.814 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.815 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:12 14:45:06.815 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:12 14:45:06.815 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:12 14:45:06.815 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu
10:45:12 14:45:06.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild"
10:45:12 14:45:06.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.827 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:06.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:45:12 14:45:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:06.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1
10:45:12 14:45:06.860 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1
10:45:12 14:45:06.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection
10:45:12 14:45:06.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1
10:45:12 14:45:06.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:45:12 14:45:06.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1'
10:45:12 14:45:06.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2'
10:45:12 14:45:06.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu'
10:45:12 14:45:06.860 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck'
10:45:12 14:45:06.860 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck
10:45:12 14:45:06.860 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck"
10:45:12 14:45:06.860 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck
10:45:12 14:45:06.861 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck
10:45:12 14:45:06.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)
10:45:12 14:45:06.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 14:45:06.870 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:06.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:06.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest
10:45:12 menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.096 s
10:45:12 menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.065 s
10:45:12 radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.051 s
10:45:12 getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.101 s
10:45:12 disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.082 s
10:45:12 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.071 s
10:45:12 getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.049 s
10:45:12 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.055 s
10:45:12 menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.044 s
10:45:12 getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.076 s
10:45:12 selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.069 s
10:45:12 getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.044 s
10:45:12 shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.083 s
10:45:12 menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.062 s
10:45:12 getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.035 s
10:45:12 menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.073 s
10:45:12 getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.034 s
10:45:12 menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.07 s
10:45:12 checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest)  Time elapsed: 0.043 s
10:45:12 Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:06.881 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:06.882 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:12 14:45:06.882 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:06.882 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:06.882 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:06.882 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:12 14:45:06.915 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:06.915 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:12 14:45:06.915 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:06.916 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java'
10:45:12 14:45:06.916 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java'
10:45:12 14:45:06.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:06.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:06.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:06.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:06.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective")
10:45:12 14:45:06.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:06.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:06.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:06.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:06.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:06.926 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective
10:45:12 14:45:06.926 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:06.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available....
10:45:12 14:45:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully
10:45:12 14:45:06.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective
10:45:12 14:45:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:07.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:07.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:07.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:07.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:45:12 14:45:07.015 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java')
10:45:12 14:45:07.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:45:12 14:45:07.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:45:12 14:45:07.017 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
10:45:12 14:45:07.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:45:12 14:45:07.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:45:12 14:45:07.018 TRACE [main][WidgetHandler] Notify Table with event 13
10:45:12 14:45:07.018 TRACE [main][WidgetHandler] Wait for synchronization
10:45:12 14:45:07.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
10:45:12 14:45:07.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:45:12 14:45:07.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent
10:45:12 14:45:07.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:07.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:07.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:12 14:45:07.026 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:45:12 14:45:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:12 14:45:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:12 14:45:07.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:12 14:45:07.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:45:12 14:45:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:45:12 14:45:07.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.388 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.388 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.388 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.388 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.388 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.389 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.391 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:45:12 14:45:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.392 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.392 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.393 DEBUG [main][MenuItemLookup] Item match:Perspective
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
10:45:12 14:45:07.396 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
10:45:12 14:45:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:45:12 14:45:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.412 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.412 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.413 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:45:12 14:45:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.414 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.414 DEBUG [main][MenuItemLookup] Item match:Perspective
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
10:45:12 14:45:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.415 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.415 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.416 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:45:12 14:45:07.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.418 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:45:12 14:45:07.419 DEBUG [main][MenuItemLookup] Item match:Perspective
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective'
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...'
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...'
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...'
10:45:12 14:45:07.420 DEBUG [main][MenuItemLookup] Item match:Reset Perspective...
10:45:12 14:45:07.420 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..."
10:45:12 14:45:07.420 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective...
10:45:12 14:45:07.420 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective...
10:45:12 14:45:07.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available....
10:45:12 14:45:07.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully
10:45:12 14:45:07.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective")
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent
10:45:12 14:45:07.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:07.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:07.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:12 14:45:07.459 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective
10:45:12 14:45:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:12 14:45:07.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:12 14:45:07.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:12 14:45:07.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:07.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:07.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)
10:45:12 14:45:07.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:07.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:07.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:07.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*')
10:45:12 14:45:07.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:07.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:07.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:07.636 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:07.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:07.718 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)'
10:45:12 14:45:07.719 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.719 DEBUG [main][MenuItemLookup] Found menu:'Run As'
10:45:12 14:45:07.719 DEBUG [main][MenuItemLookup] Item match:Run As
10:45:12 14:45:07.721 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)'
10:45:12 14:45:07.721 DEBUG [main][MenuItemLookup] Item match:(none applicable)
10:45:12 14:45:07.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)"
10:45:12 14:45:07.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:07.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:07.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:07.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)
10:45:12 14:45:07.722 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 14:45:07.722 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:07.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest
10:45:12 WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest)  Time elapsed: 0.093 s
10:45:12 Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:07.728 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:07.728 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:12 14:45:07.728 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:07.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:07.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:07.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:07.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:07.743 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu.
10:45:12 14:45:07.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:07.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:07.743 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:07.743 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:07.743 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:07.743 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:45:12 14:45:07.743 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:07.744 DEBUG [main][MenuItemLookup] Item match:Show View
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:45:12 14:45:07.747 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:07.748 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:45:12 14:45:07.748 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:45:12 14:45:07.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:45:12 14:45:07.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:45:12 14:45:07.748 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:45:12 14:45:07.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:45:12 14:45:07.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:45:12 14:45:07.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:07.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:07.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:07.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:07.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:07.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:07.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:07.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:07.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
10:45:12 14:45:07.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:45:12 14:45:07.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:45:12 14:45:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:45:12 14:45:08.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:45:12 14:45:08.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:45:12 14:45:08.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:45:12 14:45:08.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT
10:45:12 14:45:08.327 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection
10:45:12 14:45:08.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT
10:45:12 14:45:08.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:08.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:08.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:08.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:45:12 14:45:08.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:08.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:08.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:08.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:12 14:45:08.329 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:45:12 14:45:08.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:12 14:45:08.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:12 14:45:08.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:12 14:45:08.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:45:12 14:45:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:08.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:45:12 14:45:08.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:45:12 14:45:08.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:08.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:08.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:08.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:08.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:45:12 14:45:08.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:08.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:08.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:45:12 14:45:08.388 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:45:12 14:45:08.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:45:12 14:45:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:45:12 14:45:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:45:12 14:45:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:45:12 14:45:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:45:12 14:45:08.398 DEBUG [main][MenuItemLookup] Found menu:'submenu'
10:45:12 14:45:08.398 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:08.398 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID'
10:45:12 14:45:08.398 DEBUG [main][MenuItemLookup] Item match:View Action with ID
10:45:12 14:45:08.398 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID"
10:45:12 14:45:08.398 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID
10:45:12 14:45:08.398 INFO [main][MenuItemHandler] Select menu item: View Action with ID
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled....
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:08.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:08.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:08.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:08.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:08.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:08.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:08.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:08.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:08.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:08.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
10:45:12 14:45:08.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:08.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:08.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:08.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:08.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:45:12 14:45:08.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:08.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:08.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:45:12 14:45:08.423 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:45:12 14:45:08.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:45:12 14:45:08.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:45:12 14:45:08.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:45:12 14:45:08.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:45:12 14:45:08.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:45:12 14:45:08.424 DEBUG [main][MenuItemLookup] Found menu:'submenu'
10:45:12 14:45:08.425 DEBUG [main][MenuItemLookup] Item match:submenu
10:45:12 14:45:08.426 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA'
10:45:12 14:45:08.426 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA
10:45:12 14:45:08.426 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A"
10:45:12 14:45:08.426 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA
10:45:12 14:45:08.426 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A
10:45:12 14:45:08.427 DEBUG [main][MenuItemLookup] Found menu:'submenu'
10:45:12 14:45:08.427 DEBUG [main][MenuItemLookup] Item match:submenu
10:45:12 14:45:08.427 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA'
10:45:12 14:45:08.427 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB'
10:45:12 14:45:08.427 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B"
10:45:12 14:45:08.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB
10:45:12 14:45:08.428 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:08.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:08.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:08.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:08.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:08.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:08.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:08.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:08.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:08.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu.
10:45:12 14:45:08.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:08.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:08.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'File'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:45:12 14:45:08.433 DEBUG [main][MenuItemLookup] Item match:Window
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:45:12 14:45:08.434 DEBUG [main][MenuItemLookup] Item match:Show View
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:45:12 14:45:08.437 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:45:12 14:45:08.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:45:12 14:45:08.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:45:12 14:45:08.445 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:45:12 14:45:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:45:12 14:45:08.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:45:12 14:45:08.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:45:12 14:45:08.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:08.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:08.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:08.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:08.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:45:12 14:45:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:45:12 14:45:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:45:12 14:45:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:45:12 14:45:08.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:45:12 14:45:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:45:12 14:45:09.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:45:12 14:45:09.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:45:12 14:45:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:45:12 14:45:09.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:45:12 14:45:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:45:12 14:45:09.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:45:12 14:45:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:45:12 14:45:09.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:45:12 14:45:09.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log
10:45:12 14:45:09.023 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log
10:45:12 14:45:09.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection
10:45:12 14:45:09.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:09.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:09.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:09.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:09.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:09.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:12 14:45:09.026 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:45:12 14:45:09.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:12 14:45:09.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:12 14:45:09.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:12 14:45:09.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:45:12 14:45:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:45:12 14:45:09.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:45:12 14:45:09.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E')
10:45:12 14:45:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:09.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:45:12 14:45:09.123 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
10:45:12 14:45:09.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:45:12 14:45:09.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:45:12 14:45:09.125 DEBUG [main][MenuItemLookup] Found menu:'Group By'
10:45:12 14:45:09.126 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:09.126 DEBUG [main][MenuItemLookup] Found menu:'Filters...'
10:45:12 14:45:09.126 DEBUG [main][MenuItemLookup] Item match:Filters...
10:45:12 14:45:09.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..."
10:45:12 14:45:09.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters...
10:45:12 14:45:09.126 INFO [main][MenuItemHandler] Select menu item: &Filters...
10:45:12 14:45:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available....
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:09.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:09.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:09.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:12 14:45:09.188 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:45:12 14:45:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:12 14:45:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:12 14:45:09.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:12 14:45:09.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available....
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available....
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:09.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:09.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:09.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:09.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:09.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate.
10:45:12 14:45:09.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E')
10:45:12 14:45:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:09.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:09.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:45:12 14:45:09.281 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
10:45:12 14:45:09.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
10:45:12 14:45:09.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:45:12 14:45:09.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:45:12 14:45:09.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:45:12 14:45:09.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:'Group By'
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:'Filters...'
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:''
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events'
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Found menu:'Show text filter'
10:45:12 14:45:09.282 DEBUG [main][MenuItemLookup] Item match:Show text filter
10:45:12 14:45:09.282 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter"
10:45:12 14:45:09.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter
10:45:12 14:45:09.282 INFO [main][MenuItemHandler] Select menu item: &Show text filter
10:45:12 14:45:09.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:09.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:09.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:09.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:09.284 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent
10:45:12 14:45:09.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:09.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:09.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:09.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:09.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:12 14:45:10.291 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
10:45:12 14:45:10.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:10.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)
10:45:12 14:45:10.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 14:45:10.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.564 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest
10:45:12 actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.67 s
10:45:12 parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.028 s
10:45:12 testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 0.836 s
10:45:12 testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest)  Time elapsed: 1.028 s
10:45:12 Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.309 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.309 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:12 14:45:10.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:10.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:10.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:10.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu")
10:45:12 14:45:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:10.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:10.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:10.338 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:10.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:10.344 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1'
10:45:12 14:45:10.344 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1
10:45:12 14:45:10.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.354 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:10.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:10.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu")
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:10.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:10.390 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:10.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:10.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1"
10:45:12 14:45:10.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2"
10:45:12 14:45:10.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3"
10:45:12 14:45:10.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:10.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:10.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu")
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:10.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:10.451 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:10.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:10.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.467 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.467 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu")
10:45:12 14:45:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:10.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:10.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:10.528 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:45:12 14:45:10.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:12 14:45:10.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1"
10:45:12 14:45:10.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available....
10:45:12 14:45:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully
10:45:12 14:45:10.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem")
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:10.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:10.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:45:12 14:45:10.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)
10:45:12 14:45:10.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 14:45:10.627 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:10.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest
10:45:12 toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.043 s
10:45:12 hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.072 s
10:45:12 toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.041 s
10:45:12 hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.082 s
10:45:12 toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest)  Time elapsed: 0.077 s
10:45:12 Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:10.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:10.635 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:12 14:45:10.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:10.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:10.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:10.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified
10:45:12 14:45:10.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:10.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:10.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:12 14:45:10.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:10.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:10.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:12 14:45:10.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:45:12 14:45:11.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:12 14:45:11.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:45:12 14:45:11.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:12 14:45:11.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:45:12 14:45:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:12 14:45:11.728 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found
10:45:12 14:45:11.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:12 14:45:11.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
10:45:12 14:45:11.729 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:12 14:45:11.729 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:12 14:45:11.729 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:11.729 INFO [main][AbstractShell] Close shell Testing shell
10:45:12 14:45:11.729 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:12 14:45:11.737 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:12 14:45:11.737 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:11.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:11.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:11.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:11.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:11.753 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:11.753 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:11.768 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:
10:45:12 is "@#NON_EXISITNG_LABEL%$")
10:45:12 14:45:11.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:11.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:11.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:11.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:12 14:45:11.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:11.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:11.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:11.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:12.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:12.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:12.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:12.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:12 14:45:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:12 14:45:12.787 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found
10:45:12 14:45:12.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:12 14:45:12.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:12 14:45:12.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:12 14:45:12.787 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:12 14:45:12.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:12.787 INFO [main][AbstractShell] Close shell Testing shell
10:45:12 14:45:12.787 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:12 14:45:12.796 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:12 14:45:12.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:12.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:12.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:12.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:12.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:12.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:12.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:12.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:12.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:12.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:12.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:12.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:12.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:12 14:45:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:12.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:12 14:45:12.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:12 14:45:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:12 14:45:12.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:12 14:45:12.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:12 14:45:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:12 14:45:12.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
10:45:12 14:45:12.843 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute()
10:45:12 14:45:12.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:12 14:45:12.925 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:12 14:45:12.925 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:12 14:45:12.925 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:12 14:45:12.925 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:12 14:45:12.925 INFO [main][AbstractShell] Close shell Testing shell
10:45:12 14:45:12.925 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:12 14:45:12.935 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:12 14:45:12.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:12 14:45:12.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:12.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:12 14:45:12.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:12 14:45:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:12 14:45:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:12 14:45:12.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:12.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:12 14:45:12.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:12 14:45:12.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:12 14:45:12.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:12 14:45:12.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:12 14:45:12.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:12 14:45:12.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified
10:45:12 14:45:12.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:13 14:45:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:13 14:45:13.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:13 14:45:13.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:13 14:45:13.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:13 14:45:13.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:13 14:45:13.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:13 14:45:13.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
10:45:13 14:45:13.019 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test";
10:45:13 14:45:13.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:13 14:45:13.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
10:45:13 14:45:13.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:13 14:45:13.075 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:13 14:45:13.075 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:13 14:45:13.075 INFO [main][AbstractShell] Close shell Testing shell
10:45:13 14:45:13.075 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:13 14:45:13.085 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:13 14:45:13.085 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:13 14:45:13.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:13 14:45:13.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:13 14:45:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:13 14:45:13.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:13 14:45:13.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:13 14:45:13.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:13 14:45:13.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified
10:45:13 14:45:13.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:13 14:45:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:13 14:45:13.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:13 14:45:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:13 14:45:13.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:13 14:45:13.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:13 14:45:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:13 14:45:13.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
10:45:13 14:45:13.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:13 14:45:13.154 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:13 14:45:13.154 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:13 14:45:13.154 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:13 14:45:13.154 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:13 14:45:13.154 INFO [main][AbstractShell] Close shell Testing shell
10:45:13 14:45:13.154 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:13 14:45:13.279 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:13 14:45:13.280 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:13 14:45:13.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:13 14:45:13.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:13 14:45:13.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:13 14:45:13.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:13 14:45:13.295 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:
10:45:13 is "Test browser:")
10:45:13 14:45:13.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:13 14:45:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:13 14:45:13.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:13 14:45:13.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:13 14:45:13.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:13 14:45:13.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:13 14:45:13.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:13 14:45:13.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
10:45:13 14:45:13.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:13 14:45:13.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:13 14:45:13.312 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:13 14:45:13.312 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:13 14:45:13.312 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:13 14:45:13.312 INFO [main][AbstractShell] Close shell Testing shell
10:45:13 14:45:13.312 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:13 14:45:13.375 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:13 14:45:13.375 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:13 14:45:13.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:13 14:45:13.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:13 14:45:13.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:13 14:45:13.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:13 14:45:13.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:13 14:45:13.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified
10:45:13 14:45:13.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:13 14:45:13.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:13 14:45:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:13 14:45:13.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:13 14:45:13.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:13 14:45:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:13 14:45:13.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:13 14:45:13.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:13 14:45:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:13 14:45:13.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found
10:45:13 14:45:13.413 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/'
10:45:13 14:45:13.415 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:13 14:45:13.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:13 14:45:13.416 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:13 14:45:13.579 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:13 14:45:13.818 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:13 14:45:13.916 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:14 14:45:14.416 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:14 14:45:14.916 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:15 14:45:15.115 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:15 failed to create drawable
10:45:15 14:45:15.409 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:15 14:45:15.417 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:15 14:45:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:15 14:45:15.417 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds
10:45:25 14:45:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:25 14:45:25.418 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:25 14:45:25.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:25 14:45:25.427 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/'
10:45:25 14:45:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:25 14:45:25.427 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:25 14:45:25.427 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:25 14:45:25.494 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:25 14:45:25.579 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:25 14:45:25.927 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:25 14:45:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:25 14:45:25.927 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds
10:45:35 14:45:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:35 14:45:35.928 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:35 14:45:35.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:35 14:45:35.929 INFO [WorkbenchTestable][AbstractBrowser] Browser back
10:45:35 14:45:35.930 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:35 14:45:35.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:35 14:45:35.930 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:36 14:45:36.031 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:36 14:45:36.430 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:36 14:45:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:36 14:45:36.430 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:37 14:45:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:37 14:45:37.431 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:37 14:45:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:37 14:45:37.432 INFO [WorkbenchTestable][AbstractBrowser] Browser forward
10:45:37 14:45:37.433 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:37 14:45:37.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:37 14:45:37.433 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:37 14:45:37.478 DEBUG [main][BrowserProgressListener] Calling chanded()
10:45:37 14:45:37.934 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:37 14:45:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:37 14:45:37.934 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:38 14:45:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser...
10:45:43 14:45:38.934 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone()
10:45:43 14:45:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully
10:45:43 14:45:38.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:38.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:38.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:38.936 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:38.936 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:38.936 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:38.936 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:38.945 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:38.945 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:38.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:43 14:45:38.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:38.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:38.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:38.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:38.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.325 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest
10:45:43 findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 1.117 s
10:45:43 findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 1.045 s
10:45:43 executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.152 s
10:45:43 evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.167 s
10:45:43 findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.163 s
10:45:43 findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 0.096 s
10:45:43 navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest)  Time elapsed: 25.58 s
10:45:43 Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:38.963 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:38.963 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:38.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:38.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:38.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:38.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:38.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:38.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:39.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:39.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:39.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
10:45:43 14:45:39.021 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:
10:45:43 is "Disabled:")
10:45:43 14:45:39.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.023 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.023 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:39.023 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.024 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.024 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.024 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.024 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.033 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1')
10:45:43 14:45:39.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.099 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId
10:45:43 14:45:39.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId
10:45:43 14:45:39.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.102 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 1
10:45:43 14:45:39.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.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
10:45:43 14:45:39.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.106 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.106 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.106 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.106 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.115 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.115 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.168 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:
10:45:43 is "Combo0")
10:45:43 14:45:39.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.186 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:
10:45:43 is "Combo1")
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:39.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
10:45:43 14:45:39.188 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:
10:45:43 is "Combo2")
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:45:43 14:45:39.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found
10:45:43 14:45:39.191 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:
10:45:43 is "Combo3")
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:45:43 14:45:39.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
10:45:43 14:45:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found
10:45:43 14:45:39.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:39.194 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.195 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.195 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.195 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.195 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.213 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.213 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.268 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:
10:45:43 is "Combo3")
10:45:43 14:45:39.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.287 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 3
10:45:43 14:45:39.288 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.288 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:39.288 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.289 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.289 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.289 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.289 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.298 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.298 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.327 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.327 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.327 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.363 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:
10:45:43 is "Combo1")
10:45:43 14:45:39.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:39.382 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 2
10:45:43 14:45:39.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:43 14:45:39.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:39.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:43 14:45:39.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:43 14:45:39.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:39.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.386 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.386 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.386 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.386 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.396 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.396 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:39.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:39.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:39.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found
10:45:43 14:45:39.480 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to index: 1
10:45:43 14:45:39.481 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:39.481 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:39.481 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:39.482 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:39.482 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:39.482 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:39.482 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:39.494 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:39.494 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:39.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:39.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:39.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:39.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:39.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified
10:45:43 14:45:39.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:39.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:39.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:39.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:39.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:39.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:43 14:45:39.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:43 14:45:40.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:43 14:45:40.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:43 14:45:40.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:43 14:45:40.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:43 14:45:40.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:43 14:45:40.595 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found
10:45:43 14:45:40.595 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:40.595 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:40.595 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:40.595 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:40.595 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:40.595 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:40.595 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:40.609 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:40.609 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:40.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:40.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:40.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:40.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:40.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:40.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:40.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:40.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:40.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:40.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:40.666 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:
10:45:43 is "NON_EXISTING_LABEL_&*")
10:45:43 14:45:40.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:40.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:40.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:40.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:40.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:40.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:40.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:40.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:43 14:45:41.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:41.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:43 14:45:41.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:41.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:43 14:45:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:43 14:45:41.697 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found
10:45:43 14:45:41.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:41.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:41.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:41.697 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:41.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:41.697 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:41.697 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:41.710 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:41.710 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:41.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:41.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:41.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:41.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:41.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:41.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:41.766 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:
10:45:43 is "Combo2")
10:45:43 14:45:41.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:41.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:41.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:41.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:41.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:41.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found
10:45:43 14:45:41.784 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo  to selection: Item23
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:41.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:41.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:43 14:45:41.790 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:43 14:45:41.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:41.791 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:43 14:45:41.791 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:41.792 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:41.792 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:41.792 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:41.792 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:41.801 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:41.801 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:41.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:41.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:41.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:41.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest
10:45:43 enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.074 s
10:45:43 findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.082 s
10:45:43 getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.098 s
10:45:43 findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.108 s
10:45:43 selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.098 s
10:45:43 findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.104 s
10:45:43 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 1.101 s
10:45:43 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 1.087 s
10:45:43 selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest)  Time elapsed: 0.099 s
10:45:43 Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.823 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.823 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:43 14:45:41.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:41.823 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.823 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:41.823 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:41.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:41.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.837: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.850: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.850: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.851: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.852: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.853: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.862: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.867: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.869: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.869: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.870: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.875: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.876: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.877: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.878: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.878: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.884: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.885: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.886: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.891: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.891: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.892: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.892: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.893: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.894: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.895: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 14:45:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified
10:45:43 14:45:41.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:41.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:41.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:43 14:45:41.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:43 14:45:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:41.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
10:45:43 14:45:41.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:41.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:41.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:41.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:41.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:41.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:41.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:41.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:43 14:45:41.916 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:43 14:45:41.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
10:45:43 14:45:41.916 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:43 14:45:41.917 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:43 14:45:41.917 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:43 14:45:41.917 INFO [main][AbstractShell] Close shell Testing shell
10:45:43 14:45:41.917 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:43 14:45:41.937 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:43 14:45:41.937 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:43 14:45:41.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:43 14:45:41.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:41.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:43 14:45:41.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:43 14:45:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.956: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.964: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.965: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.966: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.968: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.974: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.975: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.976: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.977: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.978: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.978: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.979: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.986: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.991: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.998: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.998: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:41.999: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.000: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.000: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.001: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.001: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.007: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.007: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.007: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.008: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.009: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.009: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.009: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.014: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.015: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.016: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 
10:45:43 (Eclipse:708): Gtk-WARNING **: 14:45:42.017: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:43 14:45:42.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:42.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:42.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:42.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:42.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:42.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:43   Expand Bar index: 1
10:45:43   Expand Bar Item index: 0
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:42.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:42.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:42.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:43 14:45:42.036 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
10:45:43 14:45:42.039 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:43 14:45:43.040 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:43   Expand Bar index: 1
10:45:43   Expand Bar Item index: 2
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:43 14:45:43.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:43 14:45:43.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:43 14:45:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:43 14:45:43.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:43 14:45:43.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:43 14:45:43.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:43 14:45:43.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:43 14:45:43.041 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2
10:45:43 14:45:43.041 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:44 14:45:44.042 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:44   Expand Bar index: 1
10:45:44   Expand Bar Item index: 4
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:44 14:45:44.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:44 14:45:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:44 14:45:44.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:44 14:45:44.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:44 14:45:44.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:44 14:45:44.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:44 14:45:44.043 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4
10:45:44 14:45:44.043 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:45 14:45:45.044 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded
10:45:45 14:45:45.044 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items
10:45:45 14:45:45.044 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0
10:45:45 14:45:45.046 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed
10:45:45 14:45:45.046 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1
10:45:45 14:45:45.046 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed
10:45:45 14:45:45.046 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2
10:45:45 14:45:45.047 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed
10:45:45 14:45:45.047 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3
10:45:45 14:45:45.047 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed
10:45:45 14:45:45.047 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4
10:45:45 14:45:45.047 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed
10:45:45 14:45:45.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:45 14:45:45.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:45 14:45:45.047 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:45 14:45:45.048 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:45 14:45:45.048 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:45 14:45:45.048 INFO [main][AbstractShell] Close shell Testing shell
10:45:45 14:45:45.048 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:45 14:45:45.064 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:45 14:45:45.065 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:45 14:45:45.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:45 14:45:45.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:45 14:45:45.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:45 14:45:45.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:45 14:45:45.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:45 14:45:45.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:45 14:45:45.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.090: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.095: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.096: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.096: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.097: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.111: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.117: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.118: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.119: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.119: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.124: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.125: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.126: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.126: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.127: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.132: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.133: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.133: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.134: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.134: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.134: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.135: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.140: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.140: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.140: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.140: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.141: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.142: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 
10:45:45 (Eclipse:708): Gtk-WARNING **: 14:45:45.143: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:45 14:45:45.145 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:45   Expand Bar index: 1
10:45:45   Expand Bar Item index: 0
10:45:45 14:45:45.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:45 14:45:45.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:45 14:45:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:45 14:45:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:45 14:45:45.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:45 14:45:45.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:45 14:45:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:45 14:45:45.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:45 14:45:45.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:45 14:45:45.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:45 14:45:45.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:45 14:45:45.160 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
10:45:45 14:45:45.160 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:46 14:45:46.161 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
10:45:46 14:45:46.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified
10:45:46 14:45:46.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:46 14:45:46.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:46 14:45:46.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:46 14:45:46.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:46 14:45:46.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found
10:45:46 14:45:46.162 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:46 14:45:46.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:46 14:45:46.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
10:45:46 14:45:46.164 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:46 14:45:46.165 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:46 14:45:46.165 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:46 14:45:46.165 INFO [main][AbstractShell] Close shell Testing shell
10:45:46 14:45:46.165 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:46 14:45:46.181 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:46 14:45:46.181 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:46 14:45:46.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:46 14:45:46.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:46 14:45:46.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:46 14:45:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:46 14:45:46.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:46 14:45:46.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:46 14:45:46.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:46 14:45:46.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:46 14:45:46.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:46 14:45:46.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:46 14:45:46.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:46 14:45:46.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.199: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.206: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.210: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.212: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.212: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.214: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.221: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.226: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.227: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.228: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.234: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.236: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.236: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.237: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.237: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.242: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.252: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 
10:45:46 (Eclipse:708): Gtk-WARNING **: 14:45:46.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:46 14:45:46.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified
10:45:46 14:45:46.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:46 14:45:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:46 14:45:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:46 14:45:46.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:46 14:45:46.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:46 14:45:46.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:46 14:45:46.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:46 14:45:46.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:46 14:45:46.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:46 14:45:46.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
10:45:46 14:45:46.275 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items
10:45:46 14:45:46.275 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0
10:45:46 14:45:46.275 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:47 14:45:47.276 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded
10:45:47 14:45:47.276 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1
10:45:47 14:45:47.276 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:48 14:45:48.277 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded
10:45:48 14:45:48.277 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2
10:45:48 14:45:48.278 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:49 14:45:49.278 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded
10:45:49 14:45:49.279 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:49 14:45:49.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
10:45:49 14:45:49.279 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:49 14:45:49.279 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:49 14:45:49.279 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:49 14:45:49.279 INFO [main][AbstractShell] Close shell Testing shell
10:45:49 14:45:49.279 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:49 14:45:49.295 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:49 14:45:49.295 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:49 14:45:49.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:49 14:45:49.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:49 14:45:49.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:49 14:45:49.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:49 14:45:49.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:49 14:45:49.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:49 14:45:49.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:49 14:45:49.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:49 14:45:49.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:49 14:45:49.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:49 14:45:49.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:49 14:45:49.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.312: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.316: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.323: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.323: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.324: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.325: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.333: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.337: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.338: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.339: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.340: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.347: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.347: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.352: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.353: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.354: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.355: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.364: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.364: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 
10:45:49 (Eclipse:708): Gtk-WARNING **: 14:45:49.364: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:49 14:45:49.366 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:49   Expand Bar index: 1
10:45:49   Expand Bar Item text: Expand Item: 1
10:45:49 14:45:49.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified
10:45:49 14:45:49.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:49 14:45:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:49 14:45:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:49 14:45:49.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:49 14:45:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:49 14:45:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:49 14:45:49.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:49 14:45:49.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:49 14:45:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:49 14:45:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found
10:45:49 14:45:49.383 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1
10:45:49 14:45:49.384 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:45:50 14:45:50.384 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded
10:45:50 14:45:50.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified
10:45:50 14:45:50.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:50 14:45:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:50 14:45:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:50 14:45:50.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:50 14:45:50.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:50 14:45:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:50 14:45:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:45:50 14:45:50.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:45:50 14:45:50.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:50 14:45:50.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found
10:45:50 14:45:50.386 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:50 14:45:50.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:50 14:45:50.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:50 14:45:50.388 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:50 14:45:50.388 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:50 14:45:50.388 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:50 14:45:50.388 INFO [main][AbstractShell] Close shell Testing shell
10:45:50 14:45:50.388 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:50 14:45:50.407 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:50 14:45:50.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:50 14:45:50.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:50 14:45:50.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:50 14:45:50.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:50 14:45:50.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:50 14:45:50.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:50 14:45:50.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:50 14:45:50.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:50 14:45:50.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:50 14:45:50.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:50 14:45:50.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:50 14:45:50.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:50 14:45:50.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.430: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.431: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.431: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.437: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.438: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.438: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.439: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.451: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.452: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.458: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.459: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.460: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.461: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.467: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.468: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.469: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.470: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.476: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.476: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.476: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.477: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.478: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.479: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.480: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.480: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 14:45:50.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified
10:45:50 14:45:50.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:50 14:45:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:50 14:45:50.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:50 14:45:50.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:50 14:45:50.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:50 14:45:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:50 14:45:50.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:50 14:45:50.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:50 14:45:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:50 14:45:50.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
10:45:50 14:45:50.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:50 14:45:50.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:50 14:45:50.499 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:50 14:45:50.500 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:50 14:45:50.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:50 14:45:50.500 INFO [main][AbstractShell] Close shell Testing shell
10:45:50 14:45:50.500 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:50 14:45:50.525 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:50 14:45:50.525 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:50 14:45:50.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:50 14:45:50.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:50 14:45:50.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:50 14:45:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:50 14:45:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:50 14:45:50.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:50 14:45:50.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:50 14:45:50.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:50 14:45:50.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:50 14:45:50.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:50 14:45:50.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:50 14:45:50.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.545: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.550: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.551: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.552: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.553: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.558: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.560: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.573: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.582: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.583: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.595: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.596: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.597: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.597: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.597: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.597: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.598: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 
10:45:50 (Eclipse:708): Gtk-WARNING **: 14:45:50.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:50 14:45:50.601 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:50   Expand Bar index: 3
10:45:50   Expand Bar Item index: 1
10:45:50 14:45:50.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified
10:45:50 14:45:50.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:50 14:45:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:50 14:45:50.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:50 14:45:50.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:50 14:45:50.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:50 14:45:50.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:50 14:45:50.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:45:50 14:45:50.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:45:51 14:45:51.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:45:51 14:45:51.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:45:51 14:45:51.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:45:51 14:45:51.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:45:51 14:45:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:51 14:45:51.630 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found
10:45:51 14:45:51.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:51 14:45:51.630 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.630 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.630 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.630 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.630 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.646 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.646 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:51 14:45:51.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:51 14:45:51.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:51 14:45:51.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:51 14:45:51.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.672: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.677: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.677: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.678: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.679: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.684: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.684: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.685: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.686: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.686: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.693: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.699: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.700: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.701: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.706: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.707: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.713: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.714: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.714: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.714: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.715: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.716: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.716: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.716: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.721: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.721: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.722: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.723: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.724: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.725: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 
10:45:51 (Eclipse:708): Gtk-WARNING **: 14:45:51.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
10:45:51 14:45:51.728 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item:
10:45:51   Expand Bar index: 0
10:45:51   Expand Bar Item text: NON_EXISTING_#$
10:45:51 14:45:51.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified
10:45:51 14:45:51.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:51 14:45:51.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found
10:45:51 14:45:51.742 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.742 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:51 14:45:51.742 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.742 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.742 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.742 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.759 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.759 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:51 14:45:51.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)
10:45:51 14:45:51.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:51 14:45:51.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.952 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest
10:45:51 getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.119 s
10:45:51 collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 3.127 s
10:45:51 findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.117 s
10:45:51 expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 3.113 s
10:45:51 findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.112 s
10:45:51 getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.118 s
10:45:51 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 1.129 s
10:45:51 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest)  Time elapsed: 0.112 s
10:45:51 Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.778 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.779 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:51 14:45:51.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1')
10:45:51 14:45:51.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:51 14:45:51.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:45:51 14:45:51.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:45:51 14:45:51.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:51 14:45:51.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:45:51 14:45:51.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:51 14:45:51.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.793 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.793 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.793 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.811 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.811 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.811 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.811 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified
10:45:51 14:45:51.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:51 14:45:51.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:51 14:45:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
10:45:51 14:45:51.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:51 14:45:51.843 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.843 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.843 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.843 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.843 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.845 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.845 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified
10:45:51 14:45:51.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:51 14:45:51.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:51 14:45:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:51 14:45:51.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:45:51 14:45:51.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:45:51 14:45:51.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found
10:45:51 14:45:51.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:51 14:45:51.879 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.879 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.879 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.879 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.879 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.881 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified
10:45:51 14:45:51.912 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:51 14:45:51.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:51 14:45:51.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:51 14:45:51.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
10:45:51 14:45:51.927 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:51 14:45:51.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
10:45:51 14:45:51.928 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:51 14:45:51.928 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:51 14:45:51.928 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:51 14:45:51.928 INFO [main][AbstractShell] Close shell Testing shell
10:45:51 14:45:51.928 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:51 14:45:51.930 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:51 14:45:51.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:51 14:45:51.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:51 14:45:51.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:51 14:45:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:51 14:45:51.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:51 14:45:51.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:51 14:45:51.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified
10:45:51 14:45:51.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:51 14:45:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:51 14:45:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:51 14:45:51.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:51 14:45:51.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:51 14:45:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:51 14:45:51.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
10:45:51 14:45:51.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
10:45:52 14:45:52.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
10:45:52 14:45:52.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
10:45:52 14:45:52.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers
10:45:52 14:45:52.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found
10:45:52 14:45:52.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:52 14:45:52.966 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found
10:45:52 14:45:52.966 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:52 14:45:52.966 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:52 14:45:52.966 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:52 14:45:52.966 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:52 14:45:52.966 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:52 14:45:52.966 INFO [main][AbstractShell] Close shell Testing shell
10:45:52 14:45:52.966 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:52 14:45:52.968 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:52 14:45:52.968 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:52 14:45:52.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:52 14:45:52.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:52 14:45:52.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:52 14:45:52.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:52 14:45:52.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:52 14:45:52.974 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:52 14:45:52.974 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:52 14:45:52.974 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:52 14:45:52.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:52 14:45:52.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:52 14:45:52.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:52 14:45:52.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:52 14:45:52.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1")
10:45:52 14:45:52.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:52 14:45:52.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:52 14:45:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:52 14:45:52.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:52 14:45:52.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:52 14:45:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:52 14:45:52.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:52 14:45:52.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:52 14:45:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:52 14:45:52.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:45:52 14:45:52.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:52 14:45:52.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:52 14:45:52.994 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:52 14:45:52.994 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:52 14:45:52.994 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:52 14:45:52.994 INFO [main][AbstractShell] Close shell Testing shell
10:45:52 14:45:52.994 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:52 14:45:52.996 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:52 14:45:52.996 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:52 14:45:52.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:52 14:45:52.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:52 14:45:52.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:53 14:45:53.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:53 14:45:53.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:53 14:45:53.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:53 14:45:53.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT")
10:45:53 14:45:53.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:53 14:45:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:53 14:45:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:53 14:45:53.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:53 14:45:53.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:53 14:45:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:53 14:45:53.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:53 14:45:53.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:53 14:45:53.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:53 14:45:53.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:54 14:45:54.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:54 14:45:54.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:54 14:45:54.030 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found
10:45:54 14:45:54.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.030 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.030 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.031 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.033 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:54 14:45:54.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:54 14:45:54.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:54 14:45:54.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:54 14:45:54.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified
10:45:54 14:45:54.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:54 14:45:54.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:54 14:45:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found
10:45:54 14:45:54.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.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
10:45:54 14:45:54.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.060 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.060 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.060 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.063 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.063 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:54 14:45:54.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.079 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)
10:45:54 14:45:54.079 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:54 14:45:54.079 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.301 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest
10:45:54 findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.052 s
10:45:54 findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.028 s
10:45:54 hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.027 s
10:45:54 getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.059 s
10:45:54 findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 1.027 s
10:45:54 findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.037 s
10:45:54 findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 1.028 s
10:45:54 getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest)  Time elapsed: 0.04 s
10:45:54 Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.083 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.083 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:54 14:45:54.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.083 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label:
10:45:54 is "Label 1")
10:45:54 14:45:54.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with 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:
10:45:54 is "Label 2")
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.106 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.107 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.107 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.107 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.107 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.107 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.109 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.109 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.128 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)
10:45:54 14:45:54.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 14:45:54.128 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.128 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest
10:45:54 labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest)  Time elapsed: 0.044 s
10:45:54 Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.131 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.134 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:54 14:45:54.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.135 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.135 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16)
10:45:54 14:45:54.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16)
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16)
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:45:54 14:45:54.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:45:54 14:45:54.221 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:
10:45:54 is "Label A")
10:45:54 14:45:54.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.222 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.223 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:
10:45:54 is "Label B")
10:45:54 14:45:54.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.224 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:
10:45:54 is "Label C")
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.226 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.226 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB
10:45:54 14:45:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.229 TRACE [main][WidgetHandler] Notify Button with event 27
10:45:54 14:45:54.229 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.229 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.229 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Notify Button with event 26
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Notify Button with event 3
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Notify Button with event 4
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.230 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC
10:45:54 14:45:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 27
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 26
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 3
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 4
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.231 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.232 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.232 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.232 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.232 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.237 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.237 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest
10:45:54 clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest)  Time elapsed: 0.107 s
10:45:54 Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.245 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.246 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:45:54 14:45:54.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.246 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2)
10:45:54 14:45:54.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:54 14:45:54.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:54 14:45:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:45:54 14:45:54.324 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1
10:45:54 14:45:54.324 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1
10:45:54 14:45:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.325 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.326 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.327 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed
10:45:54 14:45:54.327 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.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
10:45:54 14:45:54.327 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.327 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.327 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.327 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.327 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.332 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.332 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1")
10:45:54 14:45:54.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.374 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
10:45:54 14:45:54.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 27
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 26
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 3
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 4
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.374 TRACE [main][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.375 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.376 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.376 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.376 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.376 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.376 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.376 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.376 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.380 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.380 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2")
10:45:54 14:45:54.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.417 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
10:45:54 14:45:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.418 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.419 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.419 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.419 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.423 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.423 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4)
10:45:54 14:45:54.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:45:54 14:45:54.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:45:54 14:45:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:45:54 14:45:54.465 INFO [WorkbenchTestable][AbstractButton] Click button 
10:45:54 14:45:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.467 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.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
10:45:54 14:45:54.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.468 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.468 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.468 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.474 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.474 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0")
10:45:54 14:45:54.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.510 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.511 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.511 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.512 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.512 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.512 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.512 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.512 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.512 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.516 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.516 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.516 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32)
10:45:54 14:45:54.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:54 14:45:54.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:54 14:45:54.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:45:54 14:45:54.559 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1
10:45:54 14:45:54.559 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1
10:45:54 14:45:54.559 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
10:45:54 14:45:54.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:54 14:45:54.560 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:54 14:45:54.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:54 14:45:54.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:54 14:45:54.562 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
10:45:54 14:45:54.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:54 14:45:54.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:54 14:45:54.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:54 14:45:54.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:54 14:45:54.562 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1
10:45:54 14:45:54.562 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed
10:45:54 14:45:54.562 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:54 14:45:54.562 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:54 14:45:54.562 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:54 14:45:54.563 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:54 14:45:54.563 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:54 14:45:54.563 INFO [main][AbstractShell] Close shell Testing shell
10:45:54 14:45:54.563 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:54 14:45:54.567 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:54 14:45:54.567 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:54 14:45:54.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:54 14:45:54.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:54 14:45:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:54 14:45:54.582 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:54 14:45:54.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:54 14:45:54.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:54 14:45:54.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:54 14:45:54.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:54 14:45:54.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32)
10:45:54 14:45:54.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:54 14:45:54.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:54 14:45:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:54 14:45:54.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:54 14:45:54.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:54 14:45:54.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:54 14:45:54.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:54 14:45:54.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:55 14:45:55.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:55 14:45:55.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:55 14:45:55.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:55 14:45:55.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:55 14:45:55.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:55 14:45:55.614 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found
10:45:55 14:45:55.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:55 14:45:55.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:55 14:45:55.614 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:55 14:45:55.614 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:55 14:45:55.614 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:55 14:45:55.614 INFO [main][AbstractShell] Close shell Testing shell
10:45:55 14:45:55.614 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:55 14:45:55.618 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:55 14:45:55.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:55 14:45:55.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:55 14:45:55.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:55 14:45:55.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:55 14:45:55.633 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:55 14:45:55.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:55 14:45:55.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:55 14:45:55.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ")
10:45:55 14:45:55.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:55 14:45:55.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:55 14:45:55.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:55 14:45:55.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:55 14:45:55.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:55 14:45:55.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:55 14:45:55.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:55 14:45:55.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:56 14:45:56.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:56 14:45:56.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:56 14:45:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:56 14:45:56.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:45:56 14:45:56.673 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:56 14:45:56.673 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:56 14:45:56.673 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:56 14:45:56.673 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:56 14:45:56.673 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:56 14:45:56.673 INFO [main][AbstractShell] Close shell Testing shell
10:45:56 14:45:56.673 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:56 14:45:56.677 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:56 14:45:56.677 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:56 14:45:56.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:56 14:45:56.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:56 14:45:56.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:56 14:45:56.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:56 14:45:56.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0")
10:45:56 14:45:56.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:56 14:45:56.714 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:56 14:45:56.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:56 14:45:56.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:56 14:45:56.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:56 14:45:56.715 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:56 14:45:56.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:56 14:45:56.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:56 14:45:56.716 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:56 14:45:56.716 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:56 14:45:56.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:56 14:45:56.716 INFO [main][AbstractShell] Close shell Testing shell
10:45:56 14:45:56.716 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:56 14:45:56.720 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:56 14:45:56.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:56 14:45:56.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:56 14:45:56.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:56 14:45:56.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:56 14:45:56.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:56 14:45:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4,  with key 'buttonTestId' and value 'ARROW-BUTTON#2')
10:45:56 14:45:56.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:45:56 14:45:56.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:45:56 14:45:56.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:45:56 14:45:56.759 INFO [WorkbenchTestable][AbstractButton] Click button 
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:56 14:45:56.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:56 14:45:56.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:56 14:45:56.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:56 14:45:56.760 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:56 14:45:56.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:56 14:45:56.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:56 14:45:56.760 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:56 14:45:56.761 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:56 14:45:56.761 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:56 14:45:56.761 INFO [main][AbstractShell] Close shell Testing shell
10:45:56 14:45:56.761 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:56 14:45:56.765 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:56 14:45:56.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:56 14:45:56.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:56 14:45:56.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:56 14:45:56.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:56 14:45:56.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:56 14:45:56.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32)
10:45:56 14:45:56.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:45:56 14:45:56.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:45:56 14:45:56.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:45:56 14:45:56.809 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:45:56 14:45:56.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:45:56 14:45:56.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:56 14:45:56.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:45:56 14:45:56.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:45:56 14:45:56.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:45:56 14:45:56.810 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:45:56 14:45:56.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:56 14:45:56.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:56 14:45:56.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:56 14:45:56.811 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:56 14:45:56.811 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:56 14:45:56.811 INFO [main][AbstractShell] Close shell Testing shell
10:45:56 14:45:56.811 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:56 14:45:56.815 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:56 14:45:56.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:56 14:45:56.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:56 14:45:56.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:56 14:45:56.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:56 14:45:56.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:56 14:45:56.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:56 14:45:56.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2)
10:45:56 14:45:56.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:56 14:45:56.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:56 14:45:56.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:56 14:45:56.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:56 14:45:56.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:56 14:45:56.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:56 14:45:56.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:45:56 14:45:56.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:45:57 14:45:57.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:45:57 14:45:57.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:45:57 14:45:57.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:45:57 14:45:57.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:45:57 14:45:57.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:57 14:45:57.862 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found
10:45:57 14:45:57.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:57 14:45:57.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:57 14:45:57.862 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:57 14:45:57.862 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:57 14:45:57.862 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:57 14:45:57.862 INFO [main][AbstractShell] Close shell Testing shell
10:45:57 14:45:57.862 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:57 14:45:57.867 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:57 14:45:57.867 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:57 14:45:57.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:57 14:45:57.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:57 14:45:57.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:57 14:45:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:57 14:45:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:57 14:45:57.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:57 14:45:57.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:57 14:45:57.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:57 14:45:57.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:57 14:45:57.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:57 14:45:57.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:57 14:45:57.882 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:57 14:45:57.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG")
10:45:57 14:45:57.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:57 14:45:57.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:57 14:45:57.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:57 14:45:57.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:57 14:45:57.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:57 14:45:57.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:57 14:45:57.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:57 14:45:57.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:58 14:45:58.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:58 14:45:58.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:58 14:45:58.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:45:58 14:45:58.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:45:58 14:45:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:58 14:45:58.917 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:45:58 14:45:58.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:58 14:45:58.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:58 14:45:58.917 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:58 14:45:58.917 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:58 14:45:58.917 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:58 14:45:58.917 INFO [main][AbstractShell] Close shell Testing shell
10:45:58 14:45:58.917 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:58 14:45:58.922 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:58 14:45:58.922 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:58 14:45:58.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:58 14:45:58.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:58 14:45:58.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:58 14:45:58.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:58 14:45:58.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:58 14:45:58.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:58 14:45:58.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8)
10:45:58 14:45:58.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:45:58 14:45:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:58 14:45:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:58 14:45:58.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:45:58 14:45:58.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:45:58 14:45:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:45:58 14:45:58.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:58 14:45:58.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:59 14:45:59.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:59 14:45:59.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:59 14:45:59.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:45:59 14:45:59.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:45:59 14:45:59.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:45:59 14:45:59.962 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found
10:45:59 14:45:59.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:45:59 14:45:59.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:45:59 14:45:59.963 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:45:59 14:45:59.963 DEBUG [main][AbstractWait] Waiting until shell is active...
10:45:59 14:45:59.963 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:45:59 14:45:59.963 INFO [main][AbstractShell] Close shell Testing shell
10:45:59 14:45:59.963 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:45:59 14:45:59.967 DEBUG [main][AbstractWait] Waiting while shell is available...
10:45:59 14:45:59.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:45:59 14:45:59.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:59 14:45:59.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:45:59 14:45:59.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:45:59 14:45:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:45:59 14:45:59.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:45:59 14:45:59.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:45:59 14:45:59.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:45:59 14:45:59.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S")
10:45:59 14:45:59.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:00 14:46:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:00 14:46:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:00 14:46:00.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:00 14:46:00.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:00 14:46:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:00 14:46:00.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:00 14:46:00.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:00 14:46:00.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:00 14:46:00.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:01 14:46:01.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:01 14:46:01.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:01 14:46:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:01 14:46:01.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:46:01 14:46:01.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:01 14:46:01.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
10:46:01 14:46:01.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:01 14:46:01.007 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:01 14:46:01.007 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:01 14:46:01.007 INFO [main][AbstractShell] Close shell Testing shell
10:46:01 14:46:01.007 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:01 14:46:01.012 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:01 14:46:01.012 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:01 14:46:01.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:01 14:46:01.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:01 14:46:01.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:01 14:46:01.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:01 14:46:01.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:01 14:46:01.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:01 14:46:01.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: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1")
10:46:01 14:46:01.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:01 14:46:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:01 14:46:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:01 14:46:01.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:01 14:46:01.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:01 14:46:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:01 14:46:01.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:01 14:46:01.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:01 14:46:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:01 14:46:01.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:01 14:46:01.068 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
10:46:01 14:46:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:01 14:46:01.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:01 14:46:01.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:01 14:46:01.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:01 14:46:01.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:01 14:46:01.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:01 14:46:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:01 14:46:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:01 14:46:01.070 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:01 14:46:01.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:01 14:46:01.070 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:01 14:46:01.070 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:01 14:46:01.071 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:01 14:46:01.071 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:01 14:46:01.071 INFO [main][AbstractShell] Close shell Testing shell
10:46:01 14:46:01.071 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:01 14:46:01.075 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:01 14:46:01.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:01 14:46:01.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:01 14:46:01.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:01 14:46:01.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:01 14:46:01.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:01 14:46:01.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:01 14:46:01.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:01 14:46:01.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4)
10:46:01 14:46:01.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:01 14:46:01.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:01 14:46:01.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:01 14:46:01.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:01 14:46:01.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:01 14:46:01.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:01 14:46:01.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
10:46:01 14:46:01.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
10:46:01 14:46:01.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
10:46:01 14:46:01.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
10:46:02 14:46:02.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
10:46:02 14:46:02.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found
10:46:02 14:46:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:02 14:46:02.153 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found
10:46:02 14:46:02.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:02 14:46:02.153 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.153 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.153 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.153 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.158 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.158 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:02 14:46:02.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:02 14:46:02.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:46:02 14:46:02.195 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1
10:46:02 14:46:02.195 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
10:46:02 14:46:02.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 27
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 26
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 3
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 4
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.195 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:46:02 14:46:02.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.201 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0
10:46:02 14:46:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.202 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed
10:46:02 14:46:02.202 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.202 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:02 14:46:02.202 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.202 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.202 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.202 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.202 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.206 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.206 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.212 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.212 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.212 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.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,  with key 'buttonTestId' and value 'PUSH-BUTTON#2')
10:46:02 14:46:02.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.250 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.251 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.252 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.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
10:46:02 14:46:02.252 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.252 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.252 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.252 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.252 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.256 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.256 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.262 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16,  with key 'buttonTestId' and value 'RADIO-BUTTON#1')
10:46:02 14:46:02.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.315 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
10:46:02 14:46:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 27
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 26
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 3
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 4
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.315 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.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
10:46:02 14:46:02.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:02 14:46:02.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:02 14:46:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:46:02 14:46:02.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.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
10:46:02 14:46:02.319 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.319 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.319 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.319 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.323 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.323 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:02 14:46:02.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:02 14:46:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found
10:46:02 14:46:02.369 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1
10:46:02 14:46:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 27
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 26
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 3
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 4
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.370 TRACE [main][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:02 14:46:02.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:02 14:46:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:46:02 14:46:02.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:02 14:46:02.373 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.373 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.373 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.373 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.373 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.381 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.382 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.387 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.387 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2)
10:46:02 14:46:02.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:02 14:46:02.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:46:02 14:46:02.434 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.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
10:46:02 14:46:02.436 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.436 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.436 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.436 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.436 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.446 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.446 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.460 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8)
10:46:02 14:46:02.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:02 14:46:02.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:02 14:46:02.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found
10:46:02 14:46:02.521 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:02 14:46:02.522 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.523 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.523 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.523 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.523 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.527 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32,  with key 'buttonTestId' and value 'CHECK-BOX#1')
10:46:02 14:46:02.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.564 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:02 14:46:02.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:02 14:46:02.565 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1
10:46:02 14:46:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:02 14:46:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:02 14:46:02.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:02 14:46:02.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:02 14:46:02.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:02 14:46:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:02 14:46:02.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:02 14:46:02.570 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:02 14:46:02.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:02 14:46:02.571 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:02 14:46:02.571 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:02 14:46:02.571 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:02 14:46:02.571 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:02 14:46:02.572 INFO [main][AbstractShell] Close shell Testing shell
10:46:02 14:46:02.572 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:02 14:46:02.576 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:02 14:46:02.576 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:02 14:46:02.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:02 14:46:02.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:02 14:46:02.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:02 14:46:02.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:02 14:46:02.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16)
10:46:02 14:46:02.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:02 14:46:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:02 14:46:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:02 14:46:02.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:02 14:46:02.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:02 14:46:02.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:02 14:46:02.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:02 14:46:02.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:03 14:46:03.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:03 14:46:03.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:03 14:46:03.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:03 14:46:03.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:03 14:46:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:03 14:46:03.623 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found
10:46:03 14:46:03.623 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:03 14:46:03.623 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:03 14:46:03.623 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:03 14:46:03.623 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:03 14:46:03.623 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:03 14:46:03.623 INFO [main][AbstractShell] Close shell Testing shell
10:46:03 14:46:03.623 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:03 14:46:03.627 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:03 14:46:03.627 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:03 14:46:03.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:03 14:46:03.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:03 14:46:03.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:03 14:46:03.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:03 14:46:03.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:03 14:46:03.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:03 14:46:03.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@")
10:46:03 14:46:03.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:03 14:46:03.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:03 14:46:03.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:03 14:46:03.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:03 14:46:03.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:03 14:46:03.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:03 14:46:03.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:03 14:46:03.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:04 14:46:04.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:05 14:46:04.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:05 14:46:04.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:05 14:46:04.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:05 14:46:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:05 14:46:04.683 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:46:05 14:46:04.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:05 14:46:04.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:05 14:46:04.684 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:05 14:46:04.684 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:05 14:46:04.684 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:05 14:46:04.684 INFO [main][AbstractShell] Close shell Testing shell
10:46:05 14:46:04.684 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:05 14:46:04.688 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:05 14:46:04.688 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:05 14:46:04.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:05 14:46:04.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:05 14:46:04.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:05 14:46:04.692 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:05 14:46:04.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:05 14:46:04.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:05 14:46:04.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2,  with key 'buttonTestId' and value 'TOOGLE-BUTTON#2')
10:46:05 14:46:04.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:05 14:46:04.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:05 14:46:04.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:05 14:46:04.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId
10:46:05 14:46:04.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:05 14:46:04.724 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:05 14:46:04.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:05 14:46:04.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:05 14:46:04.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:05 14:46:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:05 14:46:04.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:05 14:46:04.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:05 14:46:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:05 14:46:04.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:05 14:46:04.725 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:05 14:46:04.725 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:05 14:46:04.725 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:05 14:46:04.725 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:05 14:46:04.726 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:06 14:46:04.726 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:06 14:46:04.726 INFO [main][AbstractShell] Close shell Testing shell
10:46:06 14:46:04.726 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:06 14:46:04.730 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:06 14:46:04.730 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:06 14:46:04.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:06 14:46:04.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:06 14:46:04.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:06 14:46:04.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:06 14:46:04.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:06 14:46:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:06 Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.499 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest
10:46:06 toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.09 s
10:46:06 findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.048 s
10:46:06 findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.043 s
10:46:06 findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.05 s
10:46:06 findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.042 s
10:46:06 toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.06 s
10:46:06 findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.051 s
10:46:06 findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.049 s
10:46:06 findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.044 s
10:46:06 findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.044 s
10:46:06 findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.06 s
10:46:06 findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.051 s
10:46:06 findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.046 s
10:46:06 findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.045 s
10:46:06 findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.06 s
10:46:06 findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.049 s
10:46:06 findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.082 s
10:46:06 toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.048 s
10:46:06 findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.049 s
10:46:06 findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.077 s
10:46:06 findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.048 s
10:46:06 findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.073 s
10:46:06 findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.072 s
10:46:06 findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.048 s
10:46:06 findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.068 s
10:46:06 findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 1.044 s
10:46:06 findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest)  Time elapsed: 0.052 s
10:46:06 Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:08 14:46:04.749 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:08 14:46:04.749 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:09 14:46:04.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:09 14:46:04.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:09 14:46:04.749 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:09 14:46:04.749 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:09 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:10 14:46:04.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:10 14:46:04.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:10 14:46:04.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:10 14:46:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:10 14:46:04.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:10 14:46:04.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:10 14:46:05.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:10 14:46:05.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:10 14:46:05.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:10 14:46:05.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:10 14:46:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:10 14:46:05.786 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:46:10 14:46:05.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:10 14:46:05.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:10 14:46:05.786 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:10 14:46:05.786 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:10 14:46:05.786 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:10 14:46:05.786 INFO [main][AbstractShell] Close shell Testing shell
10:46:10 14:46:05.786 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:10 14:46:05.792 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:10 14:46:05.792 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:10 14:46:05.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:10 14:46:05.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:10 14:46:05.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:10 14:46:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:10 14:46:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:10 14:46:05.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
10:46:10 14:46:05.797 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:10 14:46:05.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
10:46:11 14:46:05.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:11 14:46:05.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:11 14:46:05.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:11 14:46:05.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:11 14:46:05.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
10:46:11 14:46:05.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:11 14:46:05.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:11 14:46:05.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:11 14:46:05.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:11 14:46:05.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:11 14:46:05.836 INFO [WorkbenchTestable][AbstractButton] Click button &OK
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:11 14:46:05.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:11 14:46:05.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:11 14:46:05.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:11 14:46:05.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:11 14:46:05.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:11 14:46:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:11 14:46:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:12 14:46:05.837 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.839 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel
10:46:12 14:46:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.841 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:46:12 14:46:05.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.841 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.843 INFO [WorkbenchTestable][AbstractButton] Click button < &Back
10:46:12 14:46:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.845 INFO [WorkbenchTestable][AbstractButton] Click button &Yes
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.847 INFO [WorkbenchTestable][AbstractButton] Click button &No
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:12 14:46:05.852 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:46:12 14:46:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:12 14:46:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:12 14:46:05.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:12 14:46:05.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:05.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:05.852 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:05.853 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:05.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:05.853 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:05.853 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:05.858 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:05.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:05.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:12 14:46:05.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:05.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:05.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest
10:46:12 testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)  Time elapsed: 1.047 s
10:46:12 testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest)  Time elapsed: 0.066 s
10:46:12 Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.867 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.867 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:12 14:46:05.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:05.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.867 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:05.867 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:12 14:46:05.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:05.876 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:12 14:46:05.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:05.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:05.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:05.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:05.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:05.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.897 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:12 14:46:05.897 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.903 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0
10:46:12 14:46:05.903 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
10:46:12 14:46:05.904 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.904 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.904 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.904 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2")
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.905 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0
10:46:12 14:46:05.905 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
10:46:12 14:46:05.905 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.905 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.905 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.905 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2")
10:46:12 14:46:05.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.906 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0
10:46:12 14:46:05.906 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
10:46:12 14:46:05.906 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.906 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.906 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.906 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.911 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
10:46:12 14:46:05.911 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
10:46:12 14:46:05.911 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.911 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.911 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.911 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links")
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.914 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
10:46:12 14:46:05.914 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
10:46:12 14:46:05.914 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.914 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.914 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.914 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links")
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.915 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
10:46:12 14:46:05.915 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
10:46:12 14:46:05.915 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:05.915 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.915 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:05.915 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:05.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:05.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:05.915 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:05.915 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:05.916 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:05.916 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:05.916 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:05.918 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:05.918 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:05.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:05.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.923 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:05.923 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:05.923 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:05.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:05.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2")
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:05.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:05.944 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:05.944 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:05.944 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:05.944 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:05.944 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:05.947 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:05.947 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:05.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:05.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:05.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:05.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:05.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:05.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:05.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:05.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:05.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:05.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:05.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:05.979 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0
10:46:12 14:46:05.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:05.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
10:46:12 14:46:05.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:05.979 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:05.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:05.979 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:05.979 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:05.982 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:05.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:05.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:05.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:05.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:05.996 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:05.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:05.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:05.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:05.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:06.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.012 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
10:46:12 14:46:06.013 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.013 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.013 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.013 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.013 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.013 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.013 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.015 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.015 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:06.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2")
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.048 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.048 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.048 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.048 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.048 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.048 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.048 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.051 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.051 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1")
10:46:12 14:46:06.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2")
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.087 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.087 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.087 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.087 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.090 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:12 14:46:06.126 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same")
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.128 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0
10:46:12 14:46:06.128 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1'
10:46:12 14:46:06.128 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.128 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.128 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.128 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.128 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1
10:46:12 14:46:06.129 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2'
10:46:12 14:46:06.129 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.129 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.129 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.129 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.129 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.129 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.129 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.129 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.129 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.129 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.129 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.133 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.133 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest
10:46:12 clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.047 s
10:46:12 stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.038 s
10:46:12 clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.035 s
10:46:12 clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.033 s
10:46:12 getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.028 s
10:46:12 getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.039 s
10:46:12 sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest)  Time elapsed: 0.042 s
10:46:12 Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.143 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.144 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:12 14:46:06.144 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:12 14:46:06.165 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.167 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0
10:46:12 14:46:06.167 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
10:46:12 14:46:06.167 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.167 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.167 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.167 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.168 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0
10:46:12 14:46:06.168 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
10:46:12 14:46:06.168 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.168 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.168 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.168 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.169 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0
10:46:12 14:46:06.169 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.169 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
10:46:12 14:46:06.169 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1'
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.169 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.170 INFO [WorkbenchTestable][AbstractLink] Click link with index 0
10:46:12 14:46:06.170 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2'
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.170 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.171 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
10:46:12 14:46:06.171 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2'
10:46:12 14:46:06.171 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.171 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.171 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.171 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.171 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.171 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.172 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.172 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.172 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.175 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1")
10:46:12 14:46:06.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links")
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.227 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.227 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.227 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.227 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.227 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.227 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.229 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.229 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.267 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0
10:46:12 14:46:06.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.267 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.268 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.268 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.268 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.271 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.271 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.276 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.276 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.297 INFO [WorkbenchTestable][AbstractLink] Click link with index 1
10:46:12 14:46:06.297 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.297 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.297 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.297 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.297 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.297 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.297 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.300 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.300 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.332 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.332 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.332 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.332 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.332 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.332 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.332 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.335 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.335 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.335 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.335 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found
10:46:12 14:46:06.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified
10:46:12 14:46:06.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:12 14:46:06.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:12 14:46:06.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found
10:46:12 14:46:06.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:12 14:46:06.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:12 14:46:06.360 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:12 14:46:06.361 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:12 14:46:06.361 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:12 14:46:06.361 INFO [main][AbstractShell] Close shell Testing shell
10:46:12 14:46:06.361 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:12 14:46:06.364 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:12 14:46:06.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:12 14:46:06.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:12 14:46:06.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:12 14:46:06.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:12 14:46:06.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:12 14:46:06.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:12 14:46:06.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:12 14:46:06.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:12 14:46:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:12 14:46:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:12 14:46:06.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:12 14:46:06.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:12 14:46:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:12 14:46:06.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:12 14:46:06.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:12 14:46:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:12 14:46:06.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found
10:46:12 14:46:06.397 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0
10:46:12 14:46:06.397 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1'
10:46:12 14:46:06.397 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:12 14:46:06.397 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.398 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:12 14:46:06.398 TRACE [main][WidgetHandler] Wait for synchronization
10:46:12 14:46:06.398 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1
10:46:12 14:46:06.398 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2'
10:46:12 14:46:06.398 TRACE [main][WidgetHandler] Notify Link with event 3
10:46:13 14:46:06.398 TRACE [main][WidgetHandler] Wait for synchronization
10:46:13 14:46:06.398 TRACE [main][WidgetHandler] Notify Link with event 4
10:46:13 14:46:06.398 TRACE [main][WidgetHandler] Wait for synchronization
10:46:13 14:46:06.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:13 14:46:06.398 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:13 14:46:06.398 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:13 14:46:06.398 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:13 14:46:06.398 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:13 14:46:06.398 INFO [main][AbstractShell] Close shell Testing shell
10:46:13 14:46:06.398 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:13 14:46:06.401 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:13 14:46:06.401 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:13 14:46:06.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:13 14:46:06.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:06.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:06.409 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:06.409 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:06.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest
10:46:13 clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.036 s
10:46:13 stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.063 s
10:46:13 clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.032 s
10:46:13 clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.038 s
10:46:13 getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.025 s
10:46:13 getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.039 s
10:46:13 sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest)  Time elapsed: 0.031 s
10:46:13 Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:06.418 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:06.419 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:13 14:46:06.419 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:06.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:06.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:06.419 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:13 14:46:06.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:06.427 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:13 14:46:06.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:06.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:06.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:06.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:06.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:06.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:06.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:06.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:06.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:06.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:06.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:06.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:06.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:06.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:06.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:06.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:06.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:06.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:06.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:06.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:06.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:06.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:07.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:13 14:46:07.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:07.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:13 14:46:07.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:07.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:07.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:13 14:46:07.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:13 14:46:07.457 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:13 14:46:07.457 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:13 14:46:07.457 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:13 14:46:07.457 INFO [main][AbstractShell] Close shell Testing shell
10:46:13 14:46:07.457 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:13 14:46:07.460 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:13 14:46:07.460 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:13 14:46:07.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:07.461 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:07.461 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:07.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:07.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:07.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:07.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:07.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:07.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:07.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:07.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:07.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:07.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:07.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:07.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:07.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:07.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:13 14:46:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:13 14:46:07.495 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:13 14:46:07.495 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:13 14:46:07.496 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:13 14:46:07.496 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:13 14:46:07.496 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:13 14:46:07.496 INFO [main][AbstractShell] Close shell Testing shell
10:46:13 14:46:07.496 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:13 14:46:07.498 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:13 14:46:07.498 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:13 14:46:07.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:07.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:07.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:07.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:07.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:07.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:07.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:07.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:07.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:07.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:07.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:07.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:07.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:07.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:07.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:07.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:07.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:07.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:08.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:13 14:46:08.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:08.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:13 14:46:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:08.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:13 14:46:08.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:08.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:08.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:08.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:13 14:46:08.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:08.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:08.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:13 14:46:08.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:08.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:08.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:13 14:46:08.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:13 14:46:08.542 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:13 14:46:08.542 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:13 14:46:08.542 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:13 14:46:08.542 INFO [main][AbstractShell] Close shell Testing shell
10:46:13 14:46:08.542 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:13 14:46:08.545 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:13 14:46:08.545 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:13 14:46:08.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:08.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:08.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:08.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:08.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:08.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:08.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:08.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:08.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:08.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:08.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:08.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:08.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:08.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:08.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:08.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:08.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:08.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:13 14:46:08.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:13 14:46:08.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:08.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:09.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:09.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:09.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:13 14:46:09.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:13 14:46:09.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:09.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:09.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:09.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:13 14:46:09.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:13 14:46:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:13 14:46:09.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:13 14:46:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:13 14:46:09.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:13 14:46:09.587 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:13 14:46:09.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
10:46:13 14:46:09.587 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:13 14:46:09.587 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:13 14:46:09.587 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:13 14:46:09.587 INFO [main][AbstractShell] Close shell Testing shell
10:46:13 14:46:09.587 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:13 14:46:09.589 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:13 14:46:09.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:13 14:46:09.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:09.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:13 14:46:09.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:13 14:46:09.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:13 14:46:09.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:13 14:46:09.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:13 14:46:09.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
10:46:13 14:46:09.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:13 14:46:09.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:09.616 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:09.616 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:09.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:09.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:09.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:09.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:09.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:09.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:10.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:10.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:14 14:46:10.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:10.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:10.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:14 14:46:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:10.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:14 14:46:10.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:14 14:46:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:10.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:14 14:46:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:14 14:46:10.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:14 14:46:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:10.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:14 14:46:10.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:10.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:14 14:46:10.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:14 14:46:10.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:14 14:46:10.626 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:14 14:46:10.626 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:14 14:46:10.626 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:14 14:46:10.626 INFO [main][AbstractShell] Close shell Testing shell
10:46:14 14:46:10.626 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:14 14:46:10.629 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:14 14:46:10.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:14 14:46:10.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:10.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:14 14:46:10.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:10.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:14 14:46:10.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:14 14:46:10.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:14 14:46:10.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:10.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:10.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:10.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:10.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:10.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:10.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:10.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:10.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:10.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:10.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:10.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:10.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:10.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:11.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:11.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:14 14:46:11.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:14 14:46:11.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:14 14:46:11.168 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:14 14:46:11.168 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:14 14:46:11.168 INFO [main][AbstractShell] Close shell Testing shell
10:46:14 14:46:11.168 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:14 14:46:11.171 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:14 14:46:11.171 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:14 14:46:11.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:11.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:14 14:46:11.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:11.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:14 14:46:11.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:14 14:46:11.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:14 14:46:11.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:11.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:11.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:11.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:11.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:11.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:11.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:11.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:11.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:11.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:11.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:11.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:11.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:11.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:11.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:11.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:14 14:46:11.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:11.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:11.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:14 14:46:11.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:11.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:11.704 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
10:46:14 14:46:11.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:14 14:46:11.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:11.704 DEBUG [main][TreeEventsListener] Calling method treeExpanded()
10:46:14 14:46:12.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:12.205 DEBUG [main][TreeEventsListener] Calling method treeExpanded()
10:46:14 14:46:12.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:14 14:46:12.207 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA
10:46:14 14:46:12.207 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA
10:46:14 14:46:12.208 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed
10:46:14 14:46:12.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event
10:46:14 14:46:12.208 DEBUG [main][TreeEventsListener] Calling method treeCollapsed()
10:46:14 14:46:12.208 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA
10:46:14 14:46: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....
10:46:14 14:46: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
10:46:14 14:46:12.209 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:14 14:46:12.209 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:14 14:46:12.209 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:14 14:46:12.209 INFO [main][AbstractShell] Close shell Testing shell
10:46:14 14:46:12.209 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:14 14:46:12.212 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:14 14:46:12.212 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:14 14:46:12.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:12.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:14 14:46:12.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:14 14:46:12.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:14 14:46:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:14 14:46:12.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:12.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:12.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:12.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:12.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:12.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:12.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:12.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:12.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:12.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:12.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:12.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:14 14:46:12.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:12.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:14 14:46:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:12.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:12.750 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA
10:46:14 14:46:12.750 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA:
10:46:14 14:46:12.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event
10:46:14 14:46:12.751 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:14 14:46:12.751 DEBUG [main][TreeEventsListener] It was check event: true
10:46:14 14:46:12.751 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA
10:46:14 14:46:12.752 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA
10:46:14 14:46:12.752 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA:
10:46:14 14:46:12.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event
10:46:14 14:46:12.752 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:14 14:46:12.752 DEBUG [main][TreeEventsListener] It was check event: true
10:46:14 14:46:12.753 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA
10:46:14 14:46:12.753 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:14 14:46:12.753 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:14 14:46:12.753 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:14 14:46:12.753 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:14 14:46:12.753 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:14 14:46:12.753 INFO [main][AbstractShell] Close shell Testing shell
10:46:14 14:46:12.753 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:14 14:46:12.756 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:14 14:46:12.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:14 14:46:12.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:12.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:14 14:46:12.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:14 14:46:12.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:14 14:46:12.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:14 14:46:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:12.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:12.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:12.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:12.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:12.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:12.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:12.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:12.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:12.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children...
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
10:46:14 14:46:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:13.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
10:46:14 14:46:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children finished successfully
10:46:14 14:46:13.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item  is already expanded. No action performed
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:13.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children...
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
10:46:14 14:46:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:13.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
10:46:14 14:46:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem  has children finished successfully
10:46:14 14:46:13.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 
10:46:14 14:46:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:13.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item  is already expanded. No action performed
10:46:14 14:46:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:13.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 
10:46:14 14:46:13.796 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:14 14:46:13.797 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:14 14:46:13.797 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:14 14:46:13.797 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:14 14:46:13.797 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:14 14:46:13.797 INFO [main][AbstractShell] Close shell Testing shell
10:46:14 14:46:13.797 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:14 14:46:13.799 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:14 14:46:13.799 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:14 14:46:13.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:13.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:14 14:46:13.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:14 14:46:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:13.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:13.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:14 14:46:13.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:14 14:46:13.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:14 14:46:13.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:14 14:46:13.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:14 14:46:13.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:14 14:46:13.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:13.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:13.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:13.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:13.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:13.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:13.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:13.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:13.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:13.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:14.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:14.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:14 14:46:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:14.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:14 14:46:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:14 14:46:14.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:14 14:46:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:14 14:46:14.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:14 14:46:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:14 14:46:14.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:14 14:46:14.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:14 14:46:14.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:14 14:46:14.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children...
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:46:14 14:46:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:15 14:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:15 14:46:15.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:15 14:46:15.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:15 14:46:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:15 14:46:15.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
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:15 14:46:15.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
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:15 14:46:15.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:15 14:46:15.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:15 14:46:15.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:15 14:46:15.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:15 14:46:15.341 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:46:15 14:46:15.341 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:46:15 14:46:15.341 DEBUG [main][TreeItemHandler] Set Tree selection
10:46:15 14:46:15.342 DEBUG [main][TreeHandler] Notify Tree about selection event
10:46:15 14:46:15.342 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:15 14:46:15.342 DEBUG [main][TreeEventsListener] It was check event: false
10:46:15 14:46:15.342 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:46:15 14:46:15.342 DEBUG [WorkbenchTestable][TreeItemHandler]   AAA
10:46:15 14:46:15.342 DEBUG [WorkbenchTestable][TreeItemHandler]   BB
10:46:15 14:46:15.342 DEBUG [WorkbenchTestable][TreeItemHandler]   AAB
10:46:15 14:46:15.342 DEBUG [WorkbenchTestable][TreeItemHandler]   C
10:46:15 14:46:15.343 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items
10:46:15 14:46:15.343 DEBUG [main][TreeHandler] Unselect all tree items
10:46:15 14:46:15.343 DEBUG [main][TreeHandler] Notify Tree about selection event
10:46:15 14:46:15.343 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:15 14:46:15.343 DEBUG [main][TreeEventsListener] It was check event: false
10:46:15 14:46:15.343 INFO [WorkbenchTestable][TreeHandler] All tree items unselected
10:46:15 14:46:15.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:15 14:46:15.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:15 14:46:15.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:15 14:46:15.344 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:15 14:46:15.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:15 14:46:15.344 INFO [main][AbstractShell] Close shell Testing shell
10:46:15 14:46:15.344 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:15 14:46:15.346 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:15 14:46:15.347 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:15 14:46:15.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:15 14:46:15.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:15 14:46:15.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:15 14:46:15.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:15 14:46:15.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:15 14:46:15.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:15 14:46:15.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:15 14:46:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:15 14:46:15.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:15 14:46:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:15 14:46:15.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:15 14:46:15.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:15 14:46:15.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:15 14:46:15.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:15 14:46:15.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:15 14:46:15.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:15 14:46:15.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:15 14:46:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:15 14:46:15.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:15 14:46:15.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:15 14:46:15.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:15 14:46:15.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:15 14:46:15.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:15 14:46:15.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:15 14:46:15.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:15 14:46:15.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:16 14:46:16.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:16 14:46:16.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:16 14:46:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:16 14:46:16.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:16 14:46:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:16 14:46:16.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:16 14:46:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:16 14:46:16.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:16 14:46:16.382 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:16 14:46:16.382 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:16 14:46:16.382 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:16 14:46:16.382 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:16 14:46:16.382 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:16 14:46:16.382 INFO [main][AbstractShell] Close shell Testing shell
10:46:16 14:46:16.382 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:16 14:46:16.385 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:16 14:46:16.385 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:16 14:46:16.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:16 14:46:16.385 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:16 14:46:16.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:16 14:46:16.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:16 14:46:16.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:16 14:46:16.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:16 14:46:16.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:16 14:46:16.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:16 14:46:16.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:16 14:46:16.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:16 14:46:16.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:16 14:46:16.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:16 14:46:16.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:16 14:46:16.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:16 14:46:16.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:16 14:46:16.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:16 14:46:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:16 14:46:16.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:16 14:46:16.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:16 14:46:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:16 14:46:16.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:16 14:46:16.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:16 14:46:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:16 14:46:16.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:16 14:46:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:16 14:46:16.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:16 14:46:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:16 14:46:16.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:16 14:46:16.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:16 14:46:16.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:16 14:46:16.924 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:16 14:46:16.924 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:16 14:46:16.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:16 14:46:16.924 INFO [main][AbstractShell] Close shell Testing shell
10:46:16 14:46:16.924 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:16 14:46:16.927 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:16 14:46:16.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:16 14:46:16.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:16 14:46:16.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:16 14:46:16.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:16 14:46:16.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:16 14:46:16.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:16 14:46:16.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:16 14:46:16.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:16 14:46:16.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:16 14:46:16.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:16 14:46:16.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:16 14:46:16.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:16 14:46:16.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:16 14:46:16.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:16 14:46:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:16 14:46:16.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:16 14:46:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:17 14:46:17.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:17 14:46:17.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:17 14:46:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:17 14:46:17.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:17 14:46:17.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:17 14:46:17.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:17 14:46:17.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:17 14:46:17.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:17 14:46:17.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA
10:46:17 14:46:17.459 DEBUG [main][TreeItemHandler] Selecting tree item: AA
10:46:17 14:46:17.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection
10:46:17 14:46:17.459 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:17 14:46:17.459 DEBUG [main][TreeEventsListener] It was check event: false
10:46:17 14:46:17.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA
10:46:17 14:46:17.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:17 14:46:17.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
10:46:17 14:46:17.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:17 14:46:17.460 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:17 14:46:17.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:17 14:46:17.460 INFO [main][AbstractShell] Close shell Testing shell
10:46:17 14:46:17.460 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:17 14:46:17.462 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:17 14:46:17.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:17 14:46:17.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:17 14:46:17.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:17 14:46:17.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:17 14:46:17.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:17 14:46:17.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:17 14:46:17.468 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:17 14:46:17.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:17 14:46:17.468 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:17 14:46:17.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:17 14:46:17.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:17 14:46:17.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:17 14:46:17.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:17 14:46:17.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:17 14:46:17.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:17 14:46:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:17 14:46:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:17 14:46:17.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:17 14:46:17.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:17 14:46:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:17 14:46:17.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:17 14:46:17.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:17 14:46:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:17 14:46:17.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:17 14:46:17.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:17 14:46:17.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:17 14:46:17.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:17 14:46:17.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:17 14:46:17.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:17 14:46:17.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:17 14:46:17.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:17 14:46:17.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:17 14:46:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:17 14:46:17.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:17 14:46:17.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:18 14:46:18.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:18 14:46:18.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:18 14:46:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:46:18 14:46:18.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:18 14:46:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:18 14:46:18.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:18 14:46:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:18 14:46:18.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:18 14:46:18.498 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:18 14:46:18.498 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:18 14:46:18.498 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:18 14:46:18.499 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:18 14:46:18.499 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:18 14:46:18.499 INFO [main][AbstractShell] Close shell Testing shell
10:46:18 14:46:18.499 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:18 14:46:18.501 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:18 14:46:18.501 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:18 14:46:18.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:18 14:46:18.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:18 14:46:18.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:18 14:46:18.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:18 14:46:18.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:18 14:46:18.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:18 14:46:18.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:18 14:46:18.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:18 14:46:18.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:18 14:46:18.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:18 14:46:18.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:18 14:46:18.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:18 14:46:18.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:18 14:46:18.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:18 14:46:18.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:18 14:46:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:19 14:46:19.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:19 14:46:19.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:19 14:46:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:46:19 14:46:19.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:19 14:46:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:19 14:46:19.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:19 14:46:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:19 14:46:19.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:19 14:46:19.040 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA
10:46:19 14:46:19.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA
10:46:19 14:46:19.040 DEBUG [main][TreeItemHandler] Selecting tree item: AA
10:46:19 14:46:19.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection
10:46:19 14:46:19.040 DEBUG [main][TreeEventsListener] Calling method widgetSelected()
10:46:19 14:46:19.040 DEBUG [main][TreeEventsListener] It was check event: false
10:46:19 14:46:19.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA
10:46:19 14:46:19.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:46:19 14:46:19.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:46:19 14:46:19.040 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8
10:46:19 14:46:19.040 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired
10:46:19 14:46:19.040 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected()
10:46:19 14:46:19.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:46:19 14:46:19.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:19 14:46:19.041 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:19 14:46:19.041 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:19 14:46:19.041 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:19 14:46:19.041 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:19 14:46:19.041 INFO [main][AbstractShell] Close shell Testing shell
10:46:19 14:46:19.041 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:19 14:46:19.045 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:19 14:46:19.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:19 14:46:19.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:19 14:46:19.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:19 14:46:19.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:19 14:46:19.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:19 14:46:19.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:19 14:46:19.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:19 14:46:19.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:19 14:46:19.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:19 14:46:19.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:19 14:46:19.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:19 14:46:19.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:19 14:46:19.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:19 14:46:19.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:19 14:46:19.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:19 14:46:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:19 14:46:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:19 14:46:19.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:19 14:46:19.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:19 14:46:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:19 14:46:19.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:19 14:46:19.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:19 14:46:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:19 14:46:19.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:19 14:46:19.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
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:19 14:46:19.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:19 14:46:19.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:19 14:46:19.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:19 14:46:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:19 14:46:19.074 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items
10:46:19 14:46:19.074 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:19 14:46:19.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:19 14:46:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:19 14:46:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:19 14:46:19.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:19 14:46:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more...
10:46:19 14:46:19.575 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:19 14:46:19.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:19 14:46:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:20 14:46:20.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:20 14:46:20.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:20 14:46:20.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:20 14:46:20.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:20 14:46:20.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:20 14:46:20.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:21 14:46:21.077 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:21 14:46:21.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:21 14:46:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:21 14:46:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:21 14:46:21.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:21 14:46:21.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:21 14:46:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:22 14:46:22.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:22 14:46:22.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:22 14:46:22.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:22 14:46:22.580 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:22 14:46:22.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:22 14:46:22.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:22 14:46:22.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:22 14:46:22.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:22 14:46:22.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:23 14:46:23.081 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:23 14:46:23.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:23 14:46:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:23 14:46:23.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:23 14:46:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:23 14:46:23.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:23 14:46:23.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:23 14:46:23.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:23 14:46:23.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:23 14:46:23.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:23 14:46:23.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:23 14:46:23.582 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:23 14:46:23.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:23 14:46:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:23 14:46:23.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:23 14:46:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:23 14:46:23.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:23 14:46:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:23 14:46:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:23 14:46:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:23 14:46:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:23 14:46:23.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.083 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:24 14:46:24.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:24 14:46:24.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:24 14:46:24.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:24 14:46:24.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:24 14:46:24.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully
10:46:24 14:46:24.084 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:24 14:46:24.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:24 14:46:24.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:24 14:46:24.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:24 14:46:24.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:24 14:46:24.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:24 14:46:24.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:24 14:46:24.085 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items
10:46:24 14:46:24.085 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:24 14:46:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:24 14:46:24.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:24 14:46:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more...
10:46:24 14:46:24.586 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:24 14:46:24.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:24 14:46:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:25 14:46:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:25 14:46:25.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:25 14:46:25.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:25 14:46:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:25 14:46:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:25 14:46:25.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:26 14:46:26.088 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:26 14:46:26.088 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:26 14:46:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:26 14:46:26.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:26 14:46:26.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:26 14:46:26.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:26 14:46:26.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:27 14:46:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:27 14:46:27.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:27 14:46:27.591 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:27 14:46:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:27 14:46:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:28 14:46:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:28 14:46:28.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:28 14:46:28.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:28 14:46:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:28 14:46:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:28 14:46:28.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:28 14:46:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown
10:46:28 14:46:28.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:28 14:46:28.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:28 14:46:28.594 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:28 14:46:28.594 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:28 14:46:28.594 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:28 14:46:28.594 INFO [main][AbstractShell] Close shell Testing shell
10:46:28 14:46:28.594 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:28 14:46:28.597 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:28 14:46:28.597 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:28 14:46:28.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:28 14:46:28.597 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:28 14:46:28.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:28 14:46:28.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.184 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest
10:46:28 testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.037 s
10:46:28 testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.047 s
10:46:28 testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.046 s
10:46:28 testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.035 s
10:46:28 testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.049 s
10:46:28 getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.532 s
10:46:28 testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.051 s
10:46:28 testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.534 s
10:46:28 testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.045 s
10:46:28 testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.546 s
10:46:28 getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.039 s
10:46:28 testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.541 s
10:46:28 testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.537 s
10:46:28 testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 1.038 s
10:46:28 testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 0.544 s
10:46:28 testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest)  Time elapsed: 9.552 s
10:46:28 Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.606 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.606 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:28 14:46:28.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:28 14:46:28.606 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.606 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:28 14:46:28.606 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:28 14:46:28.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:28 14:46:28.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:28 14:46:28.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:28 14:46:28.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:28 14:46:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:28 14:46:28.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:28 14:46:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:28 14:46:28.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:28 14:46:28.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:28 14:46:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:28 14:46:28.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:28 14:46:28.636 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:28 14:46:28.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:28 14:46:28.637 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:28 14:46:28.637 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:28 14:46:28.637 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:28 14:46:28.637 INFO [main][AbstractShell] Close shell Testing shell
10:46:28 14:46:28.637 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:28 14:46:28.640 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:28 14:46:28.640 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:28 14:46:28.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:28 14:46:28.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:28 14:46:28.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:28 14:46:28.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:28 14:46:28.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:28 14:46:28.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:28 14:46:28.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:28 14:46:28.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:28 14:46:28.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:28 14:46:28.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:28 14:46:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:28 14:46:28.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:28 14:46:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:28 14:46:28.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:28 14:46:28.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:28 14:46:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:28 14:46:28.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:28 14:46:28.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:28 14:46:28.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:28 14:46:28.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:28 14:46:28.677 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:28 14:46:28.677 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:28 14:46:28.677 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:28 14:46:28.677 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:28 14:46:28.677 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:28 14:46:28.677 INFO [main][AbstractShell] Close shell Testing shell
10:46:28 14:46:28.677 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:28 14:46:28.680 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:28 14:46:28.680 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:28 14:46:28.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:28 14:46:28.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:28 14:46:28.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:28 14:46:28.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:28 14:46:28.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:28 14:46:28.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:28 14:46:28.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:28 14:46:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:28 14:46:28.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:28 14:46:28.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:28 14:46:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:28 14:46:28.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:28 14:46:28.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:28 14:46:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:28 14:46:28.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:28 14:46:28.715 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:46:28 14:46:28.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:28 14:46:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:29 14:46:29.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:29 14:46:29.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:29 14:46:29.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:46:29 14:46:29.218 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:29 14:46:29.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:29 14:46:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:29 14:46:29.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:29 14:46:29.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:46:29 14:46:29.721 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
10:46:29 14:46:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:30 14:46:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:30 14:46:30.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
10:46:30 14:46:30.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
10:46:30 14:46:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:30 14:46:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:30 14:46:30.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
10:46:30 14:46:30.722 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
10:46:30 14:46:30.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
10:46:30 14:46:30.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:31 14:46:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:31 14:46:31.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
10:46:31 14:46:31.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
10:46:31 14:46:31.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:31 14:46:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:31 14:46:31.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
10:46:31 14:46:31.724 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
10:46:31 14:46:31.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:46:31 14:46:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:32 14:46:32.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:32 14:46:32.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:32 14:46:32.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:46:32 14:46:32.226 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
10:46:32 14:46:32.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:32 14:46:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:32 14:46:32.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
10:46:32 14:46:32.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
10:46:32 14:46:32.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:33 14:46:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:33 14:46:33.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
10:46:33 14:46:33.228 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
10:46:33 14:46:33.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
10:46:33 14:46:33.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:33 14:46:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:33 14:46:33.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
10:46:33 14:46:33.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
10:46:33 14:46:33.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:34 14:46:34.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:34 14:46:34.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
10:46:34 14:46:34.231 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.231 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.231 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.231 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.231 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.231 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.231 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.234 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.234 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.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
10:46:34 14:46:34.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.262 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.263 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.263 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.263 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.263 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.265 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.265 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.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
10:46:34 14:46:34.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.294 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.294 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.294 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.294 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.296 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.296 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001')
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
10:46:34 14:46:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.334 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.334 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.334 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.334 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.337 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.337 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.364 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.365 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.365 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.365 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.365 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.367 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.367 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)
10:46:34 14:46:34.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 14:46:34.371 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.767 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest
10:46:34 testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.047 s
10:46:34 testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.03 s
10:46:34 testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 5.553 s
10:46:34 testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.042 s
10:46:34 testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.031 s
10:46:34 testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.03 s
10:46:34 testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest)  Time elapsed: 0.03 s
10:46:34 Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.375 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.375 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:34 14:46:34.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.411 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
10:46:34 14:46:34.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.415 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35
10:46:34 14:46:34.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:34 14:46:34.415 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.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
10:46:34 14:46:34.416 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.416 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.416 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.416 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.416 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.418 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.418 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.444 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.445 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text
10:46:34 14:46:34.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.447 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.448 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.448 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.448 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.448 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.449 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.449 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46: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
10:46:34 14:46:34.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.464 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:34 14:46:34.465 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text
10:46:34 14:46:34.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.476 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.476 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.476 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.476 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.476 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.476 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.478 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.478 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest
10:46:34 openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.048 s
10:46:34 selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.03 s
10:46:34 selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest)  Time elapsed: 0.039 s
10:46:34 Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.497 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.498 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.498 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)
10:46:34 14:46:34.498 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.499 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
10:46:34 14:46:34.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:34 14:46:34.526 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:46:34 14:46:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:34 14:46:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:34 14:46:34.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:34 14:46:34.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification...
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:34 14:46:34.527 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:34 14:46:34.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:34 14:46:34.527 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification...
10:46:34 14:46:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully
10:46:34 14:46:34.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.528 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.528 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.528 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.530 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.530 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)
10:46:34 14:46:34.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 14:46:34.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest
10:46:34 okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest)  Time elapsed: 0.047 s
10:46:34 Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.549 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:34 14:46:34.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.549 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:34 14:46:34.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.550 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:34 14:46:34.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:34 14:46:34.554 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
10:46:34 14:46:34.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Item match:Window
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:''
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:46:34 14:46:34.555 DEBUG [main][MenuItemLookup] Item match:Show View
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:''
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:46:34 14:46:34.560 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:46:34 14:46:34.560 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:46:34 14:46:34.560 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:46:34 14:46:34.560 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:46:34 14:46:34.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:46:34 14:46:34.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:46:34 14:46:34.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:34 14:46:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:34 14:46:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
10:46:34 14:46:34.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:34 14:46:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:34 14:46:34.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:34 14:46:34.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:34 14:46:34.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
10:46:34 14:46:34.626 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
10:46:34 14:46:34.626 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.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")
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:34 14:46:34.628 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:46:34 14:46:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:34 14:46:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:34 14:46:34.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:34 14:46:34.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:34 14:46:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:46:34 14:46:34.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:46:34 14:46:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.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 '\*?\QRedDeer SWT Controls\E')
10:46:34 14:46:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:34 14:46:34.669 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:34 14:46:34.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:34 14:46:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:34 14:46:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:34 14:46:34.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:34 14:46:34.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
10:46:34 14:46:34.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1')
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.672 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key
10:46:34 14:46:34.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:46:34 14:46:34.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:")
10:46:34 14:46:34.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest
10:46:34 testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)  Time elapsed: 0.003 s
10:46:34 defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest)  Time elapsed: 0.01 s
10:46:34 Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.688 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:34 14:46:34.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.688 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.688 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.688 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.726 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:34 14:46:34.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found
10:46:34 14:46:34.729 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:34 14:46:34.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found
10:46:34 14:46:34.730 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:
10:46:34 is "First spinner:")
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.731 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11
10:46:34 14:46:34.731 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:
10:46:34 is "First spinner:")
10:46:34 14:46:34.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.732 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:
10:46:34 is "Second spinner:")
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.733 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22
10:46:34 14:46:34.734 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:
10:46:34 is "Second spinner:")
10:46:34 14:46:34.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:34 14:46:34.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found
10:46:34 14:46:34.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:34 14:46:34.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:34 14:46:34.735 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:34 14:46:34.736 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.736 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.736 INFO [main][AbstractShell] Close shell Testing shell
10:46:34 14:46:34.736 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:34 14:46:34.740 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.740 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)
10:46:34 14:46:34.748 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 14:46:34.748 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest
10:46:34 spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest)  Time elapsed: 0.059 s
10:46:34 Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.751 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.752 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.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 '\*?\QRedDeer SWT Controls\E')
10:46:34 14:46:34.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:34 14:46:34.766 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:34 14:46:34.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:34 14:46:34.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:34 14:46:34.768 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
10:46:34 14:46:34.768 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
10:46:34 14:46:34.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.769 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:46:34 14:46:34.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:34 14:46:34.823 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
10:46:34 14:46:34.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.824 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Item match:Window
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:''
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:46:34 14:46:34.824 DEBUG [main][MenuItemLookup] Item match:Show View
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:''
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:46:34 14:46:34.828 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:46:34 14:46:34.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:46:34 14:46:34.828 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:46:34 14:46:34.828 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:46:34 14:46:34.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:46:34 14:46:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:46:34 14:46:34.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:34 14:46:34.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:34 14:46:34.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:34 14:46:34.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:34 14:46:34.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
10:46:34 14:46:34.874 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
10:46:34 14:46:34.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.875 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:34 14:46:34.876 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:46:34 14:46:34.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:34 14:46:34.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:34 14:46:34.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:34 14:46:34.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:34 14:46:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:46:34 14:46:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:46:34 14:46:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:46:34 14:46:34.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:46:34 14:46:34.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
10:46:34 14:46:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:34 14:46:34.942 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:34 14:46:34.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:34 14:46:34.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:34 14:46:34.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:34 14:46:34.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:34 14:46:34.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1')
10:46:34 14:46:34.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key
10:46:34 14:46:34.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:34 14:46:34.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:34 14:46:34.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:34 14:46:34.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:34 14:46:34.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:34 14:46:34.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.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 '\*?\QRedDeer SWT Controls\E')
10:46:34 14:46:34.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:34 14:46:34.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:34 14:46:34.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:34 14:46:34.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:34 14:46:34.960 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:34 14:46:34.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:34 14:46:34.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:34 14:46:34.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:34 14:46:34.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:34 14:46:34.968 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
10:46:34 14:46:34.969 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
10:46:34 14:46:34.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:34 14:46:34.969 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:46:34 14:46:34.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:34 14:46:34.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:34 14:46:34.992 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
10:46:34 14:46:34.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:34 14:46:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:34 14:46:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:34 14:46:34.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:34 14:46:34.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Item match:Window
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:''
10:46:34 14:46:34.993 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:46:34 14:46:34.994 DEBUG [main][MenuItemLookup] Item match:Show View
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:''
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:46:35 14:46:35.013 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:46:35 14:46:35.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:46:35 14:46:35.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:46:35 14:46:35.022 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:46:35 14:46:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:46:35 14:46:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:46:35 14:46:35.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.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
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:35 14:46:35.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:35 14:46:35.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:35 14:46:35.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:35 14:46:35.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
10:46:35 14:46:35.067 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
10:46:35 14:46:35.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.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 "Open")
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:35 14:46:35.068 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:35 14:46:35.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:35 14:46:35.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:35 14:46:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:46:35 14:46:35.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:46:35 14:46:35.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:35 14:46:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:35 14:46:35.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
10:46:35 14:46:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:35 14:46:35.106 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:35 14:46:35.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:35 14:46:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:35 14:46:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:35 14:46:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:35 14:46:35.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:35 14:46:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.108 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:46:35 14:46:35.108 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:35 14:46:35.108 DEBUG [main][MenuItemLookup] Item match:File
10:46:35 14:46:35.109 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:46:35 14:46:35.109 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:''
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Package'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Class'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Interface'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Enum'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Record'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:''
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:46:35 14:46:35.112 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:46:35 14:46:35.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:46:35 14:46:35.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:46:35 14:46:35.119 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:46:35 14:46:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available....
10:46:35 14:46:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully
10:46:35 14:46:35.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.176 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.177 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:35 14:46:35.180 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:46:35 14:46:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:35 14:46:35.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:35 14:46:35.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:35 14:46:35.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:35 14:46:35.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:35 14:46:35.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:35 14:46:35.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.200 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:35 14:46:35.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:35 14:46:35.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:35 14:46:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:35 14:46:35.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
10:46:35 14:46:35.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:35 14:46:35.214 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:35 14:46:35.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:35 14:46:35.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:35 14:46:35.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:35 14:46:35.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:35 14:46:35.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:35 14:46:35.216 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls'
10:46:35 14:46:35.216 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls
10:46:35 14:46:35.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:35 14:46:35.216 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:46:35 14:46:35.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:46:35 14:46:35.240 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu.
10:46:35 14:46:35.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:35 14:46:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:35 14:46:35.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'File'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Item match:Window
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:''
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:46:35 14:46:35.241 DEBUG [main][MenuItemLookup] Item match:Show View
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:''
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:46:35 14:46:35.244 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:46:35 14:46:35.244 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:46:35 14:46:35.244 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:46:35 14:46:35.244 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:46:35 14:46:35.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:46:35 14:46:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:46:35 14:46:35.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children...
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:35 14:46:35.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:46:35 14:46:35.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT
10:46:35 14:46:35.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls
10:46:35 14:46:35.288 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection
10:46:35 14:46:35.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:46:35 14:46:35.290 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:46:35 14:46:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:46:35 14:46:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:46:35 14:46:35.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:46:35 14:46:35.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:35 14:46:35.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:46:35 14:46:35.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:46:35 14:46:35.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:35 14:46:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:35 14:46:35.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
10:46:35 14:46:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:35 14:46:35.341 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:35 14:46:35.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:35 14:46:35.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:35 14:46:35.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:35 14:46:35.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:35 14:46:35.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text")
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.344 INFO [WorkbenchTestable][AbstractText] Text set to: New text
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.344 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text")
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:35 14:46:35.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.351 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.351 INFO [WorkbenchTestable][AbstractText] Text set to: Original text
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest
10:46:35 testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.2 s
10:46:35 testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.248 s
10:46:35 defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest)  Time elapsed: 0.152 s
10:46:35 Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.355 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.356 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label:
10:46:35 is "Test clabel")
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.417 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.417 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.417 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.417 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.417 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.423 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.424 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.463 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:
10:46:35 is "FormLabel")
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.467 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.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
10:46:35 14:46:35.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.468 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.468 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.468 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.475 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.475 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:35 14:46:35.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.533 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:
10:46:35 is "Test label")
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.534 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:
10:46:35 is "Test label1")
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.537 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:
10:46:35 is "Test label")
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.539 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.539 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.539 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.539 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.539 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.546 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.582 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:
10:46:35 is "Test label4")
10:46:35 14:46:35.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.588 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.588 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.589 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.589 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.589 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.589 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.595 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.647 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:
10:46:35 is "Test label2")
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.650 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.650 INFO [WorkbenchTestable][AbstractText] Text set to: funny text
10:46:35 14:46:35.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.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
10:46:35 14:46:35.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.651 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.651 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.651 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.651 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.657 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.657 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.696 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:
10:46:35 is "Required label1*")
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.703 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.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
10:46:35 14:46:35.704 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.705 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.705 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.705 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.705 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.711 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.711 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.711 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.750 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:
10:46:35 is "Test label3")
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.753 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.755 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.755 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.755 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.755 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.755 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.761 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.761 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.816 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:
10:46:35 is "Required label1")
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:35 14:46:35.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:35 14:46:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:35 14:46:35.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:35 14:46:35.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:35 14:46:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:35 14:46:35.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:35 14:46:35.822 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:35 14:46:35.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:35 14:46:35.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
10:46:35 14:46:35.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:35 14:46:35.823 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:35 14:46:35.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:35 14:46:35.823 INFO [main][AbstractShell] Close shell Testing shell
10:46:35 14:46:35.823 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:35 14:46:35.829 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:35 14:46:35.829 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:35 14:46:35.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:35 14:46:35.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:35 14:46:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:35 14:46:35.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:35 14:46:35.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:35 14:46:35.839 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:35 14:46:35.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:35 14:46:35.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:35 14:46:35.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:35 14:46:35.839 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:35 14:46:35.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:36 14:46:35.868 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:
10:46:36 is "Test label")
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:36 14:46:35.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:36 14:46:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:36 14:46:35.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:36 14:46:35.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:36 14:46:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:36 14:46:35.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:36 14:46:35.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:36 14:46:35.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:36 14:46:35.870 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:36 14:46:35.870 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:36 14:46:35.870 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:36 14:46:35.870 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:36 14:46:35.870 INFO [main][AbstractShell] Close shell Testing shell
10:46:36 14:46:35.870 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:36 14:46:35.876 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:36 14:46:35.876 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:36 14:46:35.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:36 14:46:35.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:36 14:46:35.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:36 14:46:35.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:36 14:46:35.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:36 14:46:35.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:36 14:46:35.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:36 14:46:35.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:36 14:46:35.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:36 14:46:35.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:36 14:46:35.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:36 14:46:35.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:36 14:46:35.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:36 14:46:35.929 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:
10:46:36 is "Test label1")
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:36 14:46:35.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:36 14:46:35.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:36 14:46:35.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:36 14:46:35.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:36 14:46:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:36 14:46:35.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:36 14:46:35.931 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:36 14:46:35.932 INFO [WorkbenchTestable][AbstractText] Type text not so funny text
10:46:36 14:46:35.932 INFO [WorkbenchTestable][AbstractText] Text set to: 
10:46:36 14:46:35.932 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:36 14:46:35.932 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events
10:46:36 14:46:35.934 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text"
10:46:36 14:46:36.400 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:36 14:46:36.400 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
10:46:37 14:46:37.002 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:37 14:46:37.002 INFO [WorkbenchTestable][Keyboard]     As char:o, as int:111
10:46:37 14:46:37.603 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:37 14:46:37.603 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:46:38 14:46:38.205 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:38 14:46:38.205 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
10:46:38 14:46:38.806 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:38 14:46:38.806 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:46:39 14:46:39.408 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:39 14:46:39.408 INFO [WorkbenchTestable][Keyboard]     As char:o, as int:111
10:46:40 14:46:40.009 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:40 14:46:40.010 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
10:46:40 14:46:40.611 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:40 14:46:40.611 INFO [WorkbenchTestable][Keyboard]     As char:f, as int:102
10:46:41 14:46:41.212 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:41 14:46:41.212 INFO [WorkbenchTestable][Keyboard]     As char:u, as int:117
10:46:41 14:46:41.814 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:41 14:46:41.814 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
10:46:42 14:46:42.416 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:42 14:46:42.416 INFO [WorkbenchTestable][Keyboard]     As char:n, as int:110
10:46:43 14:46:43.017 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:43 14:46:43.017 INFO [WorkbenchTestable][Keyboard]     As char:y, as int:121
10:46:43 14:46:43.618 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:43 14:46:43.618 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
10:46:44 14:46:44.220 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:44 14:46:44.220 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:46:44 14:46:44.821 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:44 14:46:44.822 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:46:45 14:46:45.423 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:45 14:46:45.423 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
10:46:46 14:46:46.024 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:46:46 14:46:46.024 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:46:46 14:46:46.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label:
10:46:46 is "Test label1")
10:46:46 14:46:46.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.629 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.629 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.630 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.630 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.630 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.630 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.635 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.636 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.672 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:
10:46:46 is "Test label1")
10:46:46 14:46:46.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.675 INFO [WorkbenchTestable][AbstractText] Text set to: funny text
10:46:46 14:46:46.675 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:
10:46:46 is "Test label1")
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.678 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.678 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.678 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.678 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.678 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.678 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.678 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.684 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.684 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.720 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:
10:46:46 is "Special label?")
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.727 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.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
10:46:46 14:46:46.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.728 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.728 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.728 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.736 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.736 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.744 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.783 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:
10:46:46 is "Required label2 *")
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.789 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.789 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.789 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.790 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.790 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.790 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.790 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.796 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label:
10:46:46 is "Test label2")
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.847 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.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
10:46:46 14:46:46.848 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.848 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.848 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.848 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.848 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.854 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.854 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.854 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.854 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.892 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:
10:46:46 is "Required label2")
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.899 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.899 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.899 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.899 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.900 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.900 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.900 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.900 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.915 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.915 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.924 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.925 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.925 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.954 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:
10:46:46 is "Test label1")
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:46 14:46:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:46 14:46:46.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:46 14:46:46.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:46 14:46:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:46 14:46:46.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:46 14:46:46.957 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:46 14:46:46.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:46 14:46:46.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:46 14:46:46.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:46 14:46:46.958 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:46 14:46:46.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:46 14:46:46.958 INFO [main][AbstractShell] Close shell Testing shell
10:46:46 14:46:46.958 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:46 14:46:46.965 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:46 14:46:46.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:46 14:46:46.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:46 14:46:46.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:46 14:46:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:46 14:46:46.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:46 14:46:46.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:46 14:46:46.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:46 14:46:46.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:46 14:46:46.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:46 14:46:46.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:46 14:46:46.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:46 14:46:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:47 14:46:47.020 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:
10:46:47 is "FormCLabel")
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:47 14:46:47.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:47 14:46:47.025 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:47 14:46:47.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.025 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:47 14:46:47.026 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:47 14:46:47.026 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:47 14:46:47.026 INFO [main][AbstractShell] Close shell Testing shell
10:46:47 14:46:47.026 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:47 14:46:47.032 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:47 14:46:47.032 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:47 14:46:47.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:47 14:46:47.032 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.683 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest
10:46:47 findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.073 s
10:46:47 findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.051 s
10:46:47 setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.07 s
10:46:47 findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.068 s
10:46:47 setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.047 s
10:46:47 findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.052 s
10:46:47 getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.054 s
10:46:47 findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.066 s
10:46:47 findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.046 s
10:46:47 typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 10.755 s
10:46:47 setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.049 s
10:46:47 findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.054 s
10:46:47 findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.072 s
10:46:47 findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.047 s
10:46:47 findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.06 s
10:46:47 findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.05 s
10:46:47 findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest)  Time elapsed: 0.062 s
10:46:47 Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.042 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.042 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:47 14:46:47.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.042 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:47 14:46:47.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.043 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:47 14:46:47.043 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate.
10:46:47 14:46:47.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:46:47 14:46:47.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:47 14:46:47.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:47 14:46:47.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:46:47 14:46:47.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E')
10:46:47 14:46:47.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:46:47 14:46:47.055 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls
10:46:47 14:46:47.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls
10:46:47 14:46:47.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:46:47 14:46:47.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:46:47 14:46:47.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:46:47 14:46:47.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:46:47 14:46:47.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:47 14:46:47.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:47 14:46:47.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.140 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.141 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:47 14:46:47.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text")
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.142 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:47 14:46:47.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:47 14:46:47.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:46:47 14:46:47.143 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.143 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)
10:46:47 14:46:47.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 14:46:47.144 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:47 14:46:47.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:47 14:46:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest
10:46:47 defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.028 s
10:46:47 defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.054 s
10:46:47 defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest)  Time elapsed: 0.004 s
10:46:47 Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:47 14:46:47.149 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:47 14:46:47.149 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:47 14:46:47.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.149 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:47 14:46:47.150 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.150 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:47 14:46:47.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.152 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:47 14:46:47.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:47 14:46:47.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:47 14:46:47.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:47 14:46:47.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:47 14:46:47.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:47 14:46:47.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:47 14:46:47.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256)
10:46:47 14:46:47.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:47 14:46:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:47 14:46:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:47 14:46:47.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:47 14:46:47.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:47 14:46:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:47 14:46:47.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:47 14:46:47.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
10:46:47 14:46:47.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:47 14:46:47.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
10:46:48 14:46:48.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:48 14:46:48.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
10:46:48 14:46:48.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:48 14:46:48.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found
10:46:48 14:46:48.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:48 14:46:48.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:48 14:46:48.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:48 14:46:48.168 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:48 14:46:48.168 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:48 14:46:48.168 INFO [main][AbstractShell] Close shell Testing shell
10:46:48 14:46:48.168 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:48 14:46:48.170 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:48 14:46:48.170 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:48 14:46:48.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:48 14:46:48.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:48 14:46:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:48 14:46:48.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:48 14:46:48.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:48 14:46:48.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:48 14:46:48.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2)
10:46:48 14:46:48.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:48 14:46:48.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2)
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:48 14:46:48.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:48 14:46:48.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:48 14:46:48.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:48 14:46:48.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:48 14:46:48.190 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:48 14:46:48.190 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:48 14:46:48.190 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:48 14:46:48.190 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:48 14:46:48.190 INFO [main][AbstractShell] Close shell Testing shell
10:46:48 14:46:48.190 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:48 14:46:48.192 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:48 14:46:48.192 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:48 14:46:48.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:48 14:46:48.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:48 14:46:48.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:48 14:46:48.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:48 14:46:48.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:48 14:46:48.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:48 14:46:48.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256)
10:46:48 14:46:48.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256)
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256)
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:48 14:46:48.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:48 14:46:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:48 14:46:48.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found
10:46:48 14:46:48.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:48 14:46:48.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
10:46:48 14:46:48.215 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:48 14:46:48.215 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:48 14:46:48.215 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:48 14:46:48.215 INFO [main][AbstractShell] Close shell Testing shell
10:46:48 14:46:48.215 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:48 14:46:48.216 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:48 14:46:48.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:48 14:46:48.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:48 14:46:48.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:48 14:46:48.221 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:48 14:46:48.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:48 14:46:48.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2)
10:46:48 14:46:48.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:48 14:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:48 14:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:48 14:46:48.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:48 14:46:48.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:48 14:46:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:48 14:46:48.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:48 14:46:48.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:48 14:46:48.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:48 14:46:48.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:49 14:46:49.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:49 14:46:49.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:49 14:46:49.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:49 14:46:49.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found
10:46:49 14:46:49.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:49 14:46:49.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:49 14:46:49.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:49 14:46:49.237 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:49 14:46:49.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:49 14:46:49.237 INFO [main][AbstractShell] Close shell Testing shell
10:46:49 14:46:49.237 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:49 14:46:49.239 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:49 14:46:49.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:49 14:46:49.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:49 14:46:49.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:49 14:46:49.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:49 14:46:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:49 14:46:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:49 14:46:49.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:49 14:46:49.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:49 14:46:49.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:49 14:46:49.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:49 14:46:49.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:49 14:46:49.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:49 14:46:49.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:49 14:46:49.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512)
10:46:49 14:46:49.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:49 14:46:49.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:49 14:46:49.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:49 14:46:49.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512)
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:49 14:46:49.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:49 14:46:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:49 14:46:49.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:49 14:46:49.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:49 14:46:49.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:49 14:46:49.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found
10:46:49 14:46:49.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:49 14:46:49.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:49 14:46:49.258 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:49 14:46:49.258 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:49 14:46:49.258 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:49 14:46:49.258 INFO [main][AbstractShell] Close shell Testing shell
10:46:49 14:46:49.258 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:49 14:46:49.260 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:49 14:46:49.260 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:49 14:46:49.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:49 14:46:49.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:49 14:46:49.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:49 14:46:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:49 14:46:49.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:49 14:46:49.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:49 14:46:49.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:49 14:46:49.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512)
10:46:49 14:46:49.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:49 14:46:49.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:49 14:46:49.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:49 14:46:49.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:49 14:46:49.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:49 14:46:49.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:49 14:46:49.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:49 14:46:49.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:49 14:46:49.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:49 14:46:49.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:50 14:46:50.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:50 14:46:50.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:46:50 14:46:50.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:50 14:46:50.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found
10:46:50 14:46:50.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:50 14:46:50.282 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:50 14:46:50.282 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:50 14:46:50.282 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:50 14:46:50.282 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:50 14:46:50.282 INFO [main][AbstractShell] Close shell Testing shell
10:46:50 14:46:50.282 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:50 14:46:50.284 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:50 14:46:50.284 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:50 14:46:50.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:50 14:46:50.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:50 14:46:50.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:50 14:46:50.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:50 14:46:50.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:50 14:46:50.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:50 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest
10:46:50 nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.022 s
10:46:50 IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.026 s
10:46:50 horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.019 s
10:46:50 noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.023 s
10:46:50 verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 0.025 s
10:46:50 nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest)  Time elapsed: 1.02 s
10:46:50 Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.292 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.293 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:50 14:46:50.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:50 14:46:50.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:50 14:46:50.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified
10:46:50 14:46:50.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:50 14:46:50.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:50 14:46:50.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:50 14:46:50.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:50 14:46:50.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:50 14:46:50.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:50 14:46:50.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:50 14:46:50.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:50 14:46:50.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:50 14:46:50.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
10:46:50 14:46:50.312 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:50 14:46:50.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
10:46:50 14:46:50.313 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:50 14:46:50.313 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:50 14:46:50.313 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:50 14:46:50.313 INFO [main][AbstractShell] Close shell Testing shell
10:46:50 14:46:50.313 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:50 14:46:50.315 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:50 14:46:50.315 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:50 14:46:50.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:50 14:46:50.315 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:50 14:46:50.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:50 14:46:50.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:50 14:46:50.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:50 14:46:50.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified
10:46:50 14:46:50.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:50 14:46:50.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:50 14:46:50.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:50 14:46:50.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:50 14:46:50.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:50 14:46:50.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:50 14:46:50.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:50 14:46:50.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:50 14:46:50.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:50 14:46:50.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:51 14:46:51.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:46:51 14:46:51.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:46:51 14:46:51.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:46:51 14:46:51.337 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found
10:46:51 14:46:51.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:51 14:46:51.337 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.337 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.337 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.337 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.337 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.340 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified
10:46:51 14:46:51.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:51 14:46:51.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
10:46:51 14:46:51.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.360 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:51 14:46:51.360 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.361 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.361 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.361 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.361 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.364 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified
10:46:51 14:46:51.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:51 14:46:51.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found
10:46:51 14:46:51.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13
10:46:51 14:46:51.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:51 14:46:51.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:46:51 14:46:51.391 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:46:51 14:46:51.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.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
10:46:51 14:46:51.392 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.392 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.392 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.392 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.392 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.395 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified
10:46:51 14:46:51.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:51 14:46:51.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:51 14:46:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found
10:46:51 14:46:51.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:51 14:46:51.417 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.417 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.417 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.417 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.417 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.420 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.420 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified
10:46:51 14:46:51.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:51 14:46:51.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found
10:46:51 14:46:51.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.441 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:51 14:46:51.441 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.441 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.441 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.441 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.441 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.444 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.444 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)
10:46:51 14:46:51.453 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 14:46:51.453 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest
10:46:51 findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.027 s
10:46:51 findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 1.025 s
10:46:51 getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.027 s
10:46:51 setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.032 s
10:46:51 getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.021 s
10:46:51 getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest)  Time elapsed: 0.028 s
10:46:51 Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.456 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.457 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:46:51 14:46:51.457 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:51 14:46:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:51 14:46:51.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
10:46:51 14:46:51.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:51 14:46:51.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:51 14:46:51.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:51 14:46:51.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:51 14:46:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:51 14:46:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:51 14:46:51.916 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:51 14:46:51.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
10:46:51 14:46:51.916 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:51 14:46:51.917 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:51 14:46:51.917 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:51 14:46:51.917 INFO [main][AbstractShell] Close shell Testing shell
10:46:51 14:46:51.917 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:51 14:46:51.923 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:51 14:46:51.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:51 14:46:51.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:51 14:46:51.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:51 14:46:51.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:51 14:46:51.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:51 14:46:51.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:52 14:46:52.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:52 14:46:52.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:52 14:46:52.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:52 14:46:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:52 14:46:52.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:52 14:46:52.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:52 14:46:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:52 14:46:52.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:52 14:46:52.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:52 14:46:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:52 14:46:52.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:52 14:46:52.333 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
10:46:52 14:46:52.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:52 14:46:52.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:52 14:46:52.333 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:52 14:46:52.334 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:52 14:46:52.334 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:52 14:46:52.334 INFO [main][AbstractShell] Close shell Testing shell
10:46:52 14:46:52.334 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:52 14:46:52.340 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:52 14:46:52.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:52 14:46:52.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:52 14:46:52.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:52 14:46:52.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:52 14:46:52.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:52 14:46:52.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:52 14:46:52.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:52 14:46:52.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:52 14:46:52.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:52 14:46:52.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:52 14:46:52.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:52 14:46:52.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:52 14:46:52.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:52 14:46:52.746 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3)
10:46:52 14:46:52.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:52 14:46:52.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:52 14:46:52.747 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:52 14:46:52.747 TRACE [main][WidgetHandler] Wait for synchronization
10:46:52 14:46:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:52 14:46:52.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:52 14:46:52.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:52 14:46:52.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:52 14:46:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:52 14:46:52.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:52 14:46:52.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:52 14:46:52.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
10:46:52 14:46:52.750 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:52 14:46:52.750 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:52 14:46:52.750 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:52 14:46:52.750 INFO [main][AbstractShell] Close shell Testing shell
10:46:52 14:46:52.750 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:52 14:46:52.756 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:52 14:46:52.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:52 14:46:52.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:52 14:46:52.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:52 14:46:52.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:52 14:46:52.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:52 14:46:52.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:52 14:46:52.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:52 14:46:52.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:46:52 14:46:52.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:53 14:46:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:53 14:46:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:53 14:46:53.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:53 14:46:53.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:53 14:46:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:53 14:46:53.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:53 14:46:53.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:53 14:46:53.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:53 14:46:53.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:46:53 14:46:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:53 14:46:53.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:53 14:46:53.169 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
10:46:53 14:46:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification...
10:46:53 14:46:53.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13
10:46:53 14:46:53.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:46:53 14:46:53.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully
10:46:53 14:46:53.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:53 14:46:53.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:53 14:46:53.174 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:53 14:46:53.174 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:53 14:46:53.174 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:53 14:46:53.174 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:53 14:46:53.174 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:53 14:46:53.174 INFO [main][AbstractShell] Close shell Testing shell
10:46:53 14:46:53.174 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:53 14:46:53.181 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:53 14:46:53.181 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:53 14:46:53.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:53 14:46:53.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:53 14:46:53.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:53 14:46:53.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:53 14:46:53.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:53 14:46:53.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:53 14:46:53.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:53 14:46:53.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:53 14:46:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:53 14:46:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:53 14:46:53.591 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:53 14:46:53.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:53 14:46:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:53 14:46:53.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:53 14:46:53.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:53 14:46:53.592 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2)
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:53 14:46:53.592 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:53 14:46:53.592 TRACE [main][WidgetHandler] Wait for synchronization
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:53 14:46:53.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:53 14:46:53.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:53 14:46:53.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:53 14:46:53.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:53 14:46:53.594 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:53 14:46:53.595 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:53 14:46:53.595 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:53 14:46:53.595 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:53 14:46:53.595 INFO [main][AbstractShell] Close shell Testing shell
10:46:53 14:46:53.595 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:53 14:46:53.601 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:53 14:46:53.601 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:53 14:46:53.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:53 14:46:53.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:53 14:46:53.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:53 14:46:53.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:53 14:46:53.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:53 14:46:53.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:53 14:46:53.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:53 14:46:53.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:53 14:46:53.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:53 14:46:53.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:53 14:46:53.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:53 14:46:53.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:53 14:46:53.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:53 14:46:53.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:54 14:46:54.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:54 14:46:54.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:54 14:46:54.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:54 14:46:54.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:54 14:46:54.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:54 14:46:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:54 14:46:54.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:54 14:46:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:54 14:46:54.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:54 14:46:54.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:54 14:46:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:54 14:46:54.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:54 14:46:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:54 14:46:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:54 14:46:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:54 14:46:54.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:54 14:46:54.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:54 14:46:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:54 14:46:54.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:54 14:46:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:54 14:46:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:54 14:46:54.017 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:54 14:46:54.017 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:54 14:46:54.017 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:54 14:46:54.017 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:54 14:46:54.017 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:54 14:46:54.017 INFO [main][AbstractShell] Close shell Testing shell
10:46:54 14:46:54.017 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:54 14:46:54.023 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:54 14:46:54.023 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:54 14:46:54.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:54 14:46:54.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:54 14:46:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:54 14:46:54.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:54 14:46:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:54 14:46:54.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:54 14:46:54.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:54 14:46:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:54 14:46:54.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:54 14:46:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:54 14:46:54.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:54 14:46:54.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:54 14:46:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:54 14:46:54.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:54 14:46:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:54 14:46:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:54 14:46:54.460 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
10:46:54 14:46:54.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:54 14:46:54.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:54 14:46:54.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:54 14:46:54.461 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:54 14:46:54.461 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:54 14:46:54.461 INFO [main][AbstractShell] Close shell Testing shell
10:46:54 14:46:54.461 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:54 14:46:54.473 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:54 14:46:54.473 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:54 14:46:54.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:54 14:46:54.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:54 14:46:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:54 14:46:54.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:54 14:46:54.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:54 14:46:54.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:54 14:46:54.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:54 14:46:54.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:54 14:46:54.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:54 14:46:54.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:54 14:46:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:54 14:46:54.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:54 14:46:54.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:54 14:46:54.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:54 14:46:54.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:54 14:46:54.887 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
10:46:54 14:46:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:54 14:46:54.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:54 14:46:54.887 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:54 14:46:54.887 TRACE [main][WidgetHandler] Wait for synchronization
10:46:54 14:46:54.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:54 14:46:54.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:54 14:46:54.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:54 14:46:54.888 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:54 14:46:54.888 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:54 14:46:54.888 INFO [main][AbstractShell] Close shell Testing shell
10:46:54 14:46:54.888 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:54 14:46:54.894 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:54 14:46:54.894 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:54 14:46:54.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:54 14:46:54.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:54 14:46:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:54 14:46:54.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:54 14:46:54.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:54 14:46:54.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:54 14:46:54.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:54 14:46:54.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:54 14:46:54.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:54 14:46:54.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:55 14:46:55.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:46:55 14:46:55.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:55 14:46:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:55 14:46:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:55 14:46:55.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:55 14:46:55.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:55 14:46:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:55 14:46:55.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:55 14:46:55.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:55 14:46:55.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:55 14:46:55.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:46:55 14:46:55.322 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4)
10:46:55 14:46:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:55 14:46:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:55 14:46:55.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:55 14:46:55.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
10:46:55 14:46:55.322 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:55 14:46:55.322 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:55 14:46:55.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:55 14:46:55.322 INFO [main][AbstractShell] Close shell Testing shell
10:46:55 14:46:55.322 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:55 14:46:55.329 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:55 14:46:55.329 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:55 14:46:55.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:55 14:46:55.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:55 14:46:55.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:55 14:46:55.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:55 14:46:55.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:55 14:46:55.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:55 14:46:55.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:55 14:46:55.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:55 14:46:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:55 14:46:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:55 14:46:55.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:55 14:46:55.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:55 14:46:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:55 14:46:55.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:55 14:46:55.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:55 14:46:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:55 14:46:55.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:55 14:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2...
10:46:55 14:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:55 14:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:55 14:46:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully
10:46:55 14:46:55.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:55 14:46:55.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:55 14:46:55.751 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:55 14:46:55.751 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:55 14:46:55.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:55 14:46:55.751 INFO [main][AbstractShell] Close shell Testing shell
10:46:55 14:46:55.751 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:55 14:46:55.758 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:55 14:46:55.758 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:55 14:46:55.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:55 14:46:55.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:55 14:46:55.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:55 14:46:55.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:55 14:46:55.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:55 14:46:55.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:55 14:46:55.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:55 14:46:55.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:56 14:46:56.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:56 14:46:56.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:56 14:46:56.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:56 14:46:56.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:56 14:46:56.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:56 14:46:56.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:56 14:46:56.179 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:56 14:46:56.179 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:56 14:46:56.179 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:56 14:46:56.179 INFO [main][AbstractShell] Close shell Testing shell
10:46:56 14:46:56.179 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:56 14:46:56.186 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:56 14:46:56.186 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:56 14:46:56.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:56 14:46:56.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:56 14:46:56.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:56 14:46:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:56 14:46:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:56 14:46:56.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:56 14:46:56.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:56 14:46:56.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:56 14:46:56.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:56 14:46:56.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:56 14:46:56.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:56 14:46:56.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:56 14:46:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:56 14:46:56.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:56 14:46:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:56 14:46:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:56 14:46:56.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:56 14:46:56.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:56 14:46:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:56 14:46:56.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:56 14:46:56.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:56 14:46:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:56 14:46:56.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2')
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:56 14:46:56.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:56 14:46:56.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:56 14:46:56.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
10:46:56 14:46:56.602 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
10:46:56 14:46:56.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:56 14:46:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:56 14:46:56.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:56 14:46:56.602 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:56 14:46:56.602 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:56 14:46:56.602 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:56 14:46:56.602 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:56 14:46:56.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:56 14:46:56.602 INFO [main][AbstractShell] Close shell Testing shell
10:46:56 14:46:56.602 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:56 14:46:56.609 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:56 14:46:56.609 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:56 14:46:56.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:56 14:46:56.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:56 14:46:56.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:56 14:46:56.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:56 14:46:56.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:56 14:46:56.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:56 14:46:56.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:56 14:46:56.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:56 14:46:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:56 14:46:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:56 14:46:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:56 14:46:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:56 14:46:56.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:56 14:46:56.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:57 14:46:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:57 14:46:57.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:57 14:46:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:57 14:46:57.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:57 14:46:57.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:57 14:46:57.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:57 14:46:57.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:57 14:46:57.022 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
10:46:57 14:46:57.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:57 14:46:57.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:57 14:46:57.022 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:57 14:46:57.022 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:57 14:46:57.022 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:57 14:46:57.022 INFO [main][AbstractShell] Close shell Testing shell
10:46:57 14:46:57.022 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:57 14:46:57.028 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:57 14:46:57.028 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:57 14:46:57.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:57 14:46:57.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:57 14:46:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:57 14:46:57.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:57 14:46:57.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:57 14:46:57.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:57 14:46:57.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:57 14:46:57.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:57 14:46:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:57 14:46:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:57 14:46:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:57 14:46:57.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:57 14:46:57.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:57 14:46:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:57 14:46:57.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:57 14:46:57.444 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
10:46:57 14:46:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:57 14:46:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:57 14:46:57.444 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:57 14:46:57.444 TRACE [main][WidgetHandler] Wait for synchronization
10:46:57 14:46:57.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:57 14:46:57.444 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:57 14:46:57.444 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:57 14:46:57.445 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:57 14:46:57.445 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:57 14:46:57.445 INFO [main][AbstractShell] Close shell Testing shell
10:46:57 14:46:57.445 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:57 14:46:57.451 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:57 14:46:57.451 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:57 14:46:57.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:57 14:46:57.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:57 14:46:57.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:57 14:46:57.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:57 14:46:57.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:57 14:46:57.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:57 14:46:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:57 14:46:57.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:57 14:46:57.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:57 14:46:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:57 14:46:57.861 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x:
10:46:57 14:46:57.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:57 14:46:57.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:57 14:46:57.862 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:57 14:46:57.862 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:57 14:46:57.862 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:57 14:46:57.862 INFO [main][AbstractShell] Close shell Testing shell
10:46:57 14:46:57.862 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:57 14:46:57.870 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:57 14:46:57.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:57 14:46:57.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:57 14:46:57.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:57 14:46:57.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:57 14:46:57.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:57 14:46:57.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:57 14:46:57.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:58 14:46:58.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:58 14:46:58.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:58 14:46:58.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:58 14:46:58.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:58 14:46:58.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:58 14:46:58.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:58 14:46:58.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:58 14:46:58.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:58 14:46:58.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:58 14:46:58.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:58 14:46:58.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:58 14:46:58.285 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:58 14:46:58.285 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:58 14:46:58.285 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:58 14:46:58.285 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:58 14:46:58.285 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:58 14:46:58.285 INFO [main][AbstractShell] Close shell Testing shell
10:46:58 14:46:58.285 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:58 14:46:58.292 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:58 14:46:58.292 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:58 14:46:58.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:58 14:46:58.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:58 14:46:58.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:58 14:46:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:58 14:46:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:58 14:46:58.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:58 14:46:58.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:58 14:46:58.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:58 14:46:58.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:58 14:46:58.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:58 14:46:58.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:58 14:46:58.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:58 14:46:58.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:58 14:46:58.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:58 14:46:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:58 14:46:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:58 14:46:58.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:58 14:46:58.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:58 14:46:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:58 14:46:58.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:58 14:46:58.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:58 14:46:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:58 14:46:58.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:58 14:46:58.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:58 14:46:58.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:58 14:46:58.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:58 14:46:58.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:58 14:46:58.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:58 14:46:58.712 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:58 14:46:58.712 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:58 14:46:58.712 INFO [main][AbstractShell] Close shell Testing shell
10:46:58 14:46:58.712 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:58 14:46:58.718 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:58 14:46:58.718 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:58 14:46:58.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:58 14:46:58.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:58 14:46:58.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:58 14:46:58.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:58 14:46:58.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:58 14:46:58.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:58 14:46:58.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:46:58 14:46:58.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:59 14:46:59.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:59 14:46:59.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:59 14:46:59.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:59 14:46:59.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:46:59 14:46:59.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:46:59 14:46:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:59 14:46:59.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:46:59 14:46:59.127 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
10:46:59 14:46:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:59 14:46:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:59 14:46:59.127 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:59 14:46:59.127 TRACE [main][WidgetHandler] Wait for synchronization
10:46:59 14:46:59.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:59 14:46:59.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:59 14:46:59.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:59 14:46:59.128 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:59 14:46:59.128 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:59 14:46:59.128 INFO [main][AbstractShell] Close shell Testing shell
10:46:59 14:46:59.128 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:59 14:46:59.134 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:59 14:46:59.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:59 14:46:59.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:59 14:46:59.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:59 14:46:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:59 14:46:59.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:59 14:46:59.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:59 14:46:59.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:46:59 14:46:59.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:59 14:46:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:59 14:46:59.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:59 14:46:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:59 14:46:59.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:46:59 14:46:59.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:46:59 14:46:59.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:59 14:46:59.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:46:59 14:46:59.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:59 14:46:59.539 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:59 14:46:59.539 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:59 14:46:59.539 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:59 14:46:59.539 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:59 14:46:59.539 INFO [main][AbstractShell] Close shell Testing shell
10:46:59 14:46:59.539 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:59 14:46:59.546 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:59 14:46:59.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:59 14:46:59.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:59 14:46:59.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:59 14:46:59.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:59 14:46:59.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:46:59 14:46:59.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:46:59 14:46:59.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:46:59 14:46:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:46:59 14:46:59.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:46:59 14:46:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:46:59 14:46:59.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:46:59 14:46:59.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:46:59 14:46:59.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:46:59 14:46:59.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:46:59 14:46:59.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:46:59 14:46:59.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:46:59 14:46:59.956 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x
10:46:59 14:46:59.956 TRACE [main][WidgetHandler] Notify Table with event 13
10:46:59 14:46:59.956 TRACE [main][WidgetHandler] Wait for synchronization
10:46:59 14:46:59.957 TRACE [main][WidgetHandler] Notify Table with event 8
10:46:59 14:46:59.957 TRACE [main][WidgetHandler] Wait for synchronization
10:46:59 14:46:59.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:46:59 14:46:59.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:46:59 14:46:59.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:46:59 14:46:59.958 DEBUG [main][AbstractWait] Waiting until shell is active...
10:46:59 14:46:59.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:46:59 14:46:59.958 INFO [main][AbstractShell] Close shell Testing shell
10:46:59 14:46:59.958 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:46:59 14:46:59.964 DEBUG [main][AbstractWait] Waiting while shell is available...
10:46:59 14:46:59.965 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:46:59 14:46:59.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:46:59 14:46:59.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:46:59 14:46:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:46:59 14:46:59.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:46:59 14:46:59.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:46:59 14:46:59.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:46:59 14:46:59.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:46:59 14:46:59.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:46:59 14:46:59.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:46:59 14:46:59.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:00 14:47:00.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:00 14:47:00.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:00 14:47:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:00 14:47:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:00 14:47:00.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:00 14:47:00.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:00 14:47:00.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:00 14:47:00.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:00 14:47:00.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:00 14:47:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:00 14:47:00.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:00 14:47:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:00 14:47:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:00 14:47:00.384 TRACE [main][WidgetHandler] Notify Table with event 13
10:47:00 14:47:00.384 TRACE [main][WidgetHandler] Wait for synchronization
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:00 14:47:00.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:00 14:47:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:00 14:47:00.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:00 14:47:00.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:00 14:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:00 14:47:00.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:00 14:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:00 14:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:00 14:47:00.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:00 14:47:00.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:00 14:47:00.388 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:00 14:47:00.388 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:00 14:47:00.388 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:00 14:47:00.388 INFO [main][AbstractShell] Close shell Testing shell
10:47:00 14:47:00.388 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:00 14:47:00.395 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:00 14:47:00.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:00 14:47:00.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:00 14:47:00.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:00 14:47:00.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:00 14:47:00.399 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:00 14:47:00.399 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:00 14:47:00.399 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:00 14:47:00.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:00 14:47:00.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:00 14:47:00.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:00 14:47:00.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:00 14:47:00.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:00 14:47:00.801 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5)
10:47:00 14:47:00.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:00 14:47:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:00 14:47:00.802 TRACE [main][WidgetHandler] Notify Table with event 13
10:47:00 14:47:00.802 TRACE [main][WidgetHandler] Wait for synchronization
10:47:00 14:47:00.802 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:00 14:47:00.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
10:47:00 14:47:00.802 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:00 14:47:00.802 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:00 14:47:00.802 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:00 14:47:00.802 INFO [main][AbstractShell] Close shell Testing shell
10:47:00 14:47:00.802 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:00 14:47:00.808 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:00 14:47:00.808 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:00 14:47:00.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:00 14:47:00.808 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:00 14:47:00.808 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:00 14:47:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:00 14:47:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:00 14:47:00.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:00 14:47:00.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:00 14:47:00.813 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:00 14:47:00.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:00 14:47:00.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:00 14:47:00.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:00 14:47:00.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:01 14:47:01.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:01 14:47:01.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:01 14:47:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:01 14:47:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:01 14:47:01.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:01 14:47:01.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:01 14:47:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:01 14:47:01.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:01 14:47:01.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:01 14:47:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:01 14:47:01.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:01 14:47:01.233 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4)
10:47:01 14:47:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:01 14:47:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:01 14:47:01.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:01 14:47:01.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:01 14:47:01.234 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:01 14:47:01.234 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:01 14:47:01.234 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:01 14:47:01.234 INFO [main][AbstractShell] Close shell Testing shell
10:47:01 14:47:01.234 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:01 14:47:01.240 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:01 14:47:01.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:01 14:47:01.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:01 14:47:01.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:01 14:47:01.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:01 14:47:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:01 14:47:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:01 14:47:01.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:01 14:47:01.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:01 14:47:01.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:01 14:47:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:01 14:47:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:01 14:47:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:01 14:47:01.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:01 14:47:01.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:01 14:47:01.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:01 14:47:01.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:01 14:47:01.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:01 14:47:01.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:01 14:47:01.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:01 14:47:01.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:01 14:47:01.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:01 14:47:01.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:01 14:47:01.642 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1)
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:01 14:47:01.642 TRACE [main][WidgetHandler] Notify Table with event 13
10:47:01 14:47:01.642 TRACE [main][WidgetHandler] Wait for synchronization
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:01 14:47:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:01 14:47:01.644 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows
10:47:01 14:47:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:01 14:47:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:01 14:47:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:01 14:47:01.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:01 14:47:01.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:01 14:47:01.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:01 14:47:01.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:01 14:47:01.647 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:01 14:47:01.647 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:01 14:47:01.647 INFO [main][AbstractShell] Close shell Testing shell
10:47:01 14:47:01.647 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:01 14:47:01.653 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:01 14:47:01.653 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:01 14:47:01.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:01 14:47:01.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:01 14:47:01.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:01 14:47:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:01 14:47:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:01 14:47:01.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:01 14:47:01.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:01 14:47:01.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:01 14:47:01.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:01 14:47:01.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:01 14:47:01.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:01 14:47:01.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:01 14:47:01.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:01 14:47:01.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:02 14:47:02.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:02 14:47:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:02 14:47:02.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:02 14:47:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:02 14:47:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:02 14:47:02.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:02 14:47:02.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:02 14:47:02.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:02 14:47:02.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:02 14:47:02.060 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location]
10:47:02 14:47:02.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:02 14:47:02.060 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:02 14:47:02.060 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:02 14:47:02.060 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:02 14:47:02.060 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:02 14:47:02.060 INFO [main][AbstractShell] Close shell Testing shell
10:47:02 14:47:02.060 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:02 14:47:02.066 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:02 14:47:02.066 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:02 14:47:02.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:02 14:47:02.067 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:02 14:47:02.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:02 14:47:02.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:02 14:47:02.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:02 14:47:02.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:02 14:47:02.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:02 14:47:02.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:02 14:47:02.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:02 14:47:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:02 14:47:02.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:02 14:47:02.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:02 14:47:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:02 14:47:02.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:02 14:47:02.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:02 14:47:02.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:02 14:47:02.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:02 14:47:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2...
10:47:02 14:47:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:02 14:47:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:02 14:47:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:02 14:47:02.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:03 14:47:03.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:03 14:47:03.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:03 14:47:03.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:03 14:47:03.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:04 14:47:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:04 14:47:04.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:04 14:47:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:04 14:47:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:05 14:47:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:05 14:47:05.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:05 14:47:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:05 14:47:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:06 14:47:06.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:06 14:47:06.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:06 14:47:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:06 14:47:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:07 14:47:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:07 14:47:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:07 14:47:07.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:08 14:47:07.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:08 14:47:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:08 14:47:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:08 14:47:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:08 14:47:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:09 14:47:09.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:09 14:47:09.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:09 14:47:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:10 14:47:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:10 14:47:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:10 14:47:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:11 14:47:11.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:11 14:47:11.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:11 14:47:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:11 14:47:11.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:12 14:47:12.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:12 14:47:12.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:12 14:47:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:12 14:47:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:12 14:47:12.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown
10:47:12 14:47:12.508 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:12 14:47:12.508 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:12 14:47:12.509 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:12 14:47:12.509 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:12 14:47:12.509 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:12 14:47:12.509 INFO [main][AbstractShell] Close shell Testing shell
10:47:12 14:47:12.509 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:12 14:47:12.515 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:12 14:47:12.515 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:12 14:47:12.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:12 14:47:12.515 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:12 14:47:12.515 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:12 14:47:12.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:12 14:47:12.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:12 14:47:12.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:12 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.064 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest
10:47:12 testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.47 s
10:47:12 testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.417 s
10:47:12 testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.416 s
10:47:12 testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.425 s
10:47:12 testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.421 s
10:47:12 testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.431 s
10:47:12 testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.442 s
10:47:12 testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.419 s
10:47:12 testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.438 s
10:47:12 waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.43 s
10:47:12 testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.424 s
10:47:12 testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.422 s
10:47:12 testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.42 s
10:47:12 testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.422 s
10:47:12 testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.419 s
10:47:12 testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.421 s
10:47:12 indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.426 s
10:47:12 testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.416 s
10:47:12 testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.415 s
10:47:12 doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.415 s
10:47:12 testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.43 s
10:47:12 testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.413 s
10:47:12 testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.432 s
10:47:12 testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.412 s
10:47:12 testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 0.413 s
10:47:12 waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest)  Time elapsed: 10.449 s
10:47:12 Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.525 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.526 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:12 14:47:12.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:12 14:47:12.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:12 14:47:12.527 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:12 14:47:12.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:12 14:47:12.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:12 14:47:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:12 14:47:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:12 14:47:12.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:12 14:47:12.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:12 14:47:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:12 14:47:12.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:12 14:47:12.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:12 14:47:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:12 14:47:12.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:12 14:47:12.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 7 and no matchers specified
10:47:12 14:47:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:12 14:47:12.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
10:47:12 14:47:12.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
10:47:12 14:47:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:12 14:47:12.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
10:47:12 14:47:12.800 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@e0a3af2
10:47:12 14:47:12.801 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:12 14:47:12.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
10:47:12 14:47:12.801 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:12 14:47:12.801 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:12 14:47:12.801 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:12 14:47:12.801 INFO [main][AbstractShell] Close shell Testing shell
10:47:12 14:47:12.801 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:12 14:47:12.806 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:12 14:47:12.806 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:12 14:47:12.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:12 14:47:12.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:12 14:47:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:12 14:47:12.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:12 14:47:12.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:12 14:47:12.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:12 14:47:12.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:12 14:47:12.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:13 14:47:13.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:13 14:47:13.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:13 14:47:13.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:13 14:47:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3")
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:13 14:47:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:47:13 14:47:13.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:13 14:47:13.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:13 14:47:13.088 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:13 14:47:13.088 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:13 14:47:13.088 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:13 14:47:13.088 INFO [main][AbstractShell] Close shell Testing shell
10:47:13 14:47:13.088 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:13 14:47:13.094 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:13 14:47:13.094 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:13 14:47:13.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:13 14:47:13.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:13 14:47:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:13 14:47:13.099 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:13 14:47:13.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:13 14:47:13.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:13 14:47:13.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified
10:47:13 14:47:13.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:13 14:47:13.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:47:13 14:47:13.375 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:13 14:47:13.375 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:13 14:47:13.375 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:13 14:47:13.375 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:13 14:47:13.375 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:13 14:47:13.375 INFO [main][AbstractShell] Close shell Testing shell
10:47:13 14:47:13.375 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:13 14:47:13.380 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:13 14:47:13.380 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:13 14:47:13.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:13 14:47:13.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:13 14:47:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:13 14:47:13.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:13 14:47:13.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:13 14:47:13.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:13 14:47:13.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3")
10:47:13 14:47:13.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:13 14:47:13.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:13 14:47:13.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:13 14:47:13.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:13 14:47:13.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:13 14:47:13.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:47:13 14:47:13.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:13 14:47:13.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:13 14:47:13.654 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:13 14:47:13.654 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:13 14:47:13.654 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:13 14:47:13.654 INFO [main][AbstractShell] Close shell Testing shell
10:47:13 14:47:13.654 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:13 14:47:13.659 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:13 14:47:13.659 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:13 14:47:13.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:13 14:47:13.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:13 14:47:13.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.663 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:13 14:47:13.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:13 14:47:13.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:13 14:47:13.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:13 14:47:13.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:13 14:47:13.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:13 14:47:13.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:13 14:47:13.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:13 14:47:13.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:13 14:47:13.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:13 14:47:13.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:13 14:47:13.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2")
10:47:13 14:47:13.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:13 14:47:13.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:13 14:47:13.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:13 14:47:13.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:13 14:47:13.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:47:13 14:47:13.937 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2
10:47:13 14:47:13.937 TRACE [main][WidgetHandler] Notify Table with event 13
10:47:13 14:47:13.937 TRACE [main][WidgetHandler] Wait for synchronization
10:47:13 14:47:13.938 TRACE [main][WidgetHandler] Notify Table with event 3
10:47:13 14:47:13.938 TRACE [main][WidgetHandler] Wait for synchronization
10:47:13 14:47:13.938 TRACE [main][WidgetHandler] Notify Table with event 4
10:47:13 14:47:13.938 TRACE [main][WidgetHandler] Wait for synchronization
10:47:13 14:47:13.939 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:13 14:47:13.939 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:13 14:47:13.939 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:13 14:47:13.939 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:13 14:47:13.939 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:13 14:47:13.939 INFO [main][AbstractShell] Close shell Testing shell
10:47:13 14:47:13.939 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:13 14:47:13.944 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:13 14:47:13.944 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:13 14:47:13.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:13 14:47:13.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:13 14:47:13.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:13 14:47:13.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:13 14:47:13.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:14 14:47:14.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified
10:47:14 14:47:14.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:14 14:47:14.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:14 14:47:14.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:14 14:47:14.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:14 14:47:14.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:14 14:47:14.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:14 14:47:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:14 14:47:14.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found
10:47:14 14:47:14.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:14 14:47:14.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:14 14:47:14.233 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:14 14:47:14.233 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:14 14:47:14.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:14 14:47:14.233 INFO [main][AbstractShell] Close shell Testing shell
10:47:14 14:47:14.233 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:14 14:47:14.240 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:14 14:47:14.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:14 14:47:14.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:14 14:47:14.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:14 14:47:14.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:14 14:47:14.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:14 14:47:14.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:14 14:47:14.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:14 14:47:14.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:14 14:47:14.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:14 14:47:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:14 14:47:14.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:14 14:47:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:14 14:47:14.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:14 14:47:14.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:14 14:47:14.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:14 14:47:14.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:14 14:47:14.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:47:14 14:47:14.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:14 14:47:14.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:14 14:47:14.528 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:14 14:47:14.528 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:14 14:47:14.528 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:14 14:47:14.528 INFO [main][AbstractShell] Close shell Testing shell
10:47:14 14:47:14.528 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:14 14:47:14.532 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:14 14:47:14.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:14 14:47:14.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:14 14:47:14.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:14 14:47:14.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:14 14:47:14.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:14 14:47:14.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:14 14:47:14.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:14 14:47:14.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:14 14:47:14.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:14 14:47:14.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:14 14:47:14.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:14 14:47:14.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:14 14:47:14.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:14 14:47:14.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:14 14:47:14.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified
10:47:14 14:47:14.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:14 14:47:14.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:14 14:47:14.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:14 14:47:14.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:14 14:47:14.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found
10:47:14 14:47:14.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:14 14:47:14.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:14 14:47:14.814 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:14 14:47:14.814 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:14 14:47:14.814 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:14 14:47:14.814 INFO [main][AbstractShell] Close shell Testing shell
10:47:14 14:47:14.814 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:14 14:47:14.819 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:14 14:47:14.819 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:14 14:47:14.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:14 14:47:14.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:14 14:47:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:14 14:47:14.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:14 14:47:14.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:14 14:47:14.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:14 14:47:14.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified
10:47:14 14:47:14.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
10:47:15 14:47:15.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
10:47:15 14:47:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
10:47:15 14:47:15.097 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6
10:47:15 14:47:15.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified
10:47:15 14:47:15.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers
10:47:15 14:47:15.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found
10:47:15 14:47:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found
10:47:15 14:47:15.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.099 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.099 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.099 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.099 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.099 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.104 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.104 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:15 14:47:15.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:15 14:47:15.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:15 14:47:15.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:15 14:47:15.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:15 14:47:15.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:15 14:47:15.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 6 and no matchers specified
10:47:15 14:47:15.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
10:47:15 14:47:15.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found
10:47:15 14:47:15.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found
10:47:15 14:47:15.386 INFO [WorkbenchTestable][AbstractTableItem] Set text some text
10:47:15 14:47:15.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified
10:47:15 14:47:15.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers
10:47:15 14:47:15.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found
10:47:15 14:47:15.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.388 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.388 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.388 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.388 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.388 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.388 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.393 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.393 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:15 14:47:15.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)
10:47:15 14:47:15.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:15 14:47:15.403 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.878 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest
10:47:15 setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.285 s
10:47:15 referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.288 s
10:47:15 defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.285 s
10:47:15 text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.279 s
10:47:15 click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.285 s
10:47:15 index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.303 s
10:47:15 referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.286 s
10:47:15 referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.287 s
10:47:15 setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.284 s
10:47:15 setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest)  Time elapsed: 0.294 s
10:47:15 Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.406 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.407 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified
10:47:15 14:47:15.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:15 14:47:15.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:15 14:47:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
10:47:15 14:47:15.435 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:
10:47:15 is "Disabled:")
10:47:15 14:47:15.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.437 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.437 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.437 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.438 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.438 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.438 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.438 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.442 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.443 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.448 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3')
10:47:15 14:47:15.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey
10:47:15 14:47:15.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.475 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 3
10:47:15 14:47:15.477 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.477 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.477 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.477 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.477 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.477 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.477 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.482 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.482 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.500 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:
10:47:15 is "Combo0")
10:47:15 14:47:15.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.513 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:
10:47:15 is "Combo1")
10:47:15 14:47:15.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:15 14:47:15.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
10:47:15 14:47:15.515 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:
10:47:15 is "Combo2")
10:47:15 14:47:15.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:47:15 14:47:15.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found
10:47:15 14:47:15.517 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:
10:47:15 is "Combo3")
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:47:15 14:47:15.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
10:47:15 14:47:15.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found
10:47:15 14:47:15.520 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.520 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.520 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.521 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.521 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.521 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.521 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.526 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.526 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.526 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.526 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.547 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:
10:47:15 is "Combo3")
10:47:15 14:47:15.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.558 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 3
10:47:15 14:47:15.558 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.558 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.558 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.558 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.558 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.558 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.558 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.563 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.563 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.585 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:
10:47:15 is "Combo1")
10:47:15 14:47:15.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:15 14:47:15.595 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 2
10:47:15 14:47:15.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
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:15 14:47:15.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:15 14:47:15.596 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:15 14:47:15.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.596 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.596 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.597 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.597 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.597 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.597 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.602 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.602 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.602 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.606 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified
10:47:15 14:47:15.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:15 14:47:15.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:15 14:47:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:15 14:47:15.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found
10:47:15 14:47:15.632 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to index: 1
10:47:15 14:47:15.632 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:15 14:47:15.632 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:15 14:47:15.632 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:15 14:47:15.632 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:15 14:47:15.633 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:15 14:47:15.633 INFO [main][AbstractShell] Close shell Testing shell
10:47:15 14:47:15.633 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:15 14:47:15.637 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:15 14:47:15.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:15 14:47:15.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:15 14:47:15.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:15 14:47:15.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:15 14:47:15.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:15 14:47:15.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:15 14:47:15.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:15 14:47:15.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:15 14:47:15.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:15 14:47:15.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified
10:47:15 14:47:15.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:15 14:47:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:15 14:47:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:15 14:47:15.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:15 14:47:15.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:15 14:47:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:15 14:47:15.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:15 14:47:15.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:16 14:47:16.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:16 14:47:16.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:16 14:47:16.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:16 14:47:16.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:16 14:47:16.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:16 14:47:16.668 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found
10:47:16 14:47:16.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:16 14:47:16.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:16 14:47:16.669 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:16 14:47:16.669 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:16 14:47:16.669 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:16 14:47:16.669 INFO [main][AbstractShell] Close shell Testing shell
10:47:16 14:47:16.669 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:16 14:47:16.673 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:16 14:47:16.673 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:16 14:47:16.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:16 14:47:16.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:16 14:47:16.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:16 14:47:16.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:16 14:47:16.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:16 14:47:16.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:16 14:47:16.694 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:
10:47:16 is "NON_EXISTING_LABEL_&*")
10:47:16 14:47:16.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:16 14:47:16.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:16 14:47:16.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:16 14:47:16.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:16 14:47:16.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:16 14:47:16.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:16 14:47:16.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:16 14:47:16.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:17 14:47:17.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:17 14:47:17.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:17 14:47:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:17 14:47:17.711 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found
10:47:17 14:47:17.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.711 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.711 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.711 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.711 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.711 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.716 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.716 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:17 14:47:17.716 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.716 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.720 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:17 14:47:17.720 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:17 14:47:17.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:17 14:47:17.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.733 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:
10:47:17 is "Combo2")
10:47:17 14:47:17.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:47:17 14:47:17.746 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo  to selection: Item23
10:47:17 14:47:17.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:17 14:47:17.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:17 14:47:17.748 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:17 14:47:17.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.748 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.748 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.749 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.749 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.749 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.749 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.753 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.753 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:17 14:47:17.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)
10:47:17 14:47:17.758 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:17 14:47:17.758 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.352 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest
10:47:17 enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.041 s
10:47:17 findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.039 s
10:47:17 getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.043 s
10:47:17 findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.041 s
10:47:17 selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.034 s
10:47:17 findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.035 s
10:47:17 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 1.036 s
10:47:17 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 1.042 s
10:47:17 selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest)  Time elapsed: 0.038 s
10:47:17 Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.762 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.763 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:17 14:47:17.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.763 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.763 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:17 14:47:17.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.766 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:17 14:47:17.766 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified
10:47:17 14:47:17.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:47:17 14:47:17.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found
10:47:17 14:47:17.789 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:17 14:47:17.792 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:17 14:47:17.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.792 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.793 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.793 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.793 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.793 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.796 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified
10:47:17 14:47:17.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
10:47:17 14:47:17.824 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.825 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.825 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.825 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.825 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.825 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.825 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.828 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.828 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.838 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified
10:47:17 14:47:17.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
10:47:17 14:47:17.858 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0
10:47:17 14:47:17.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
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
10:47:17 14:47:17.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.860 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.860 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.860 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.863 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.863 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0")
10:47:17 14:47:17.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1")
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
10:47:17 14:47:17.891 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1
10:47:17 14:47:17.892 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0
10:47:17 14:47:17.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.892 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.892 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.892 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.895 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.895 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified
10:47:17 14:47:17.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:17 14:47:17.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:17 14:47:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:17 14:47:17.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found
10:47:17 14:47:17.926 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:17 14:47:17.926 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:17 14:47:17.926 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:17 14:47:17.927 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:17 14:47:17.927 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:17 14:47:17.927 INFO [main][AbstractShell] Close shell Testing shell
10:47:17 14:47:17.927 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:17 14:47:17.929 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:17 14:47:17.929 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:17 14:47:17.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:17 14:47:17.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:17 14:47:17.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:17 14:47:17.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:17 14:47:17.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified
10:47:17 14:47:17.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:17 14:47:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:17 14:47:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:17 14:47:17.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:17 14:47:17.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:17 14:47:17.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:17 14:47:17.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:17 14:47:17.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:18 14:47:18.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:18 14:47:18.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:18 14:47:18.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:18 14:47:18.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:18 14:47:18.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:18 14:47:18.958 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found
10:47:18 14:47:18.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:18 14:47:18.958 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:18 14:47:18.958 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:18 14:47:18.959 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:18 14:47:18.959 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:18 14:47:18.959 INFO [main][AbstractShell] Close shell Testing shell
10:47:18 14:47:18.959 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:18 14:47:18.962 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:18 14:47:18.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:18 14:47:18.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:18 14:47:18.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:18 14:47:18.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:18 14:47:18.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:18 14:47:18.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:18 14:47:18.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:18 14:47:18.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$")
10:47:18 14:47:18.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:18 14:47:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:18 14:47:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:18 14:47:18.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:18 14:47:18.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:18 14:47:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:18 14:47:18.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:18 14:47:18.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:19 14:47:19.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:19 14:47:19.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:19 14:47:19.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:19 14:47:19.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:19 14:47:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:19 14:47:19.990 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found
10:47:19 14:47:19.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:19 14:47:19.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:19 14:47:19.990 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:19 14:47:19.990 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:19 14:47:19.990 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:19 14:47:19.990 INFO [main][AbstractShell] Close shell Testing shell
10:47:19 14:47:19.990 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:19 14:47:19.993 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:19 14:47:19.993 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:19 14:47:19.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:19 14:47:19.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:19 14:47:19.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:19 14:47:19.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:19 14:47:19.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:19 14:47:19.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:19 14:47:19.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:19 14:47:19.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:19 14:47:19.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:19 14:47:19.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:19 14:47:19.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:19.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1")
10:47:20 14:47:20.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found
10:47:20 14:47:20.021 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:20 14:47:20.022 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:20 14:47:20.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.022 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.022 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.022 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.022 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.022 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.022 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.025 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.026 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:20 14:47:20.026 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.026 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.268 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest
10:47:20 findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.034 s
10:47:20 getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.037 s
10:47:20 getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.029 s
10:47:20 isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.033 s
10:47:20 tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.033 s
10:47:20 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 1.032 s
10:47:20 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 1.032 s
10:47:20 findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest)  Time elapsed: 0.032 s
10:47:20 Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.034 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.034 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:20 14:47:20.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.052 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.052 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.052 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.052 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.052 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.053 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.053 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.053 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.053 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.053 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.055 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.055 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.074 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.074 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.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
10:47:20 14:47:20.075 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.075 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.075 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.075 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.075 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.077 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.077 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.077 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.099 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.099 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.099 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.099 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.099 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.101 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.101 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.123 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2)
10:47:20 14:47:20.123 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.123 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.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
10:47:20 14:47:20.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.124 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.124 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.124 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.126 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.126 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001')
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id
10:47:20 14:47:20.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.148 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.148 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.148 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.149 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.150 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.150 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.171 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3)
10:47:20 14:47:20.171 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.171 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.172 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.172 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.172 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.172 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.172 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.172 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.172 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.174 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.174 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found
10:47:20 14:47:20.199 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2)
10:47:20 14:47:20.199 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.199 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.199 TRACE [main][WidgetHandler] Notify List with event 13
10:47:20 14:47:20.199 TRACE [main][WidgetHandler] Wait for synchronization
10:47:20 14:47:20.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.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
10:47:20 14:47:20.200 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.200 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.200 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.200 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.202 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.202 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.206 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)
10:47:20 14:47:20.207 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 14:47:20.207 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest
10:47:20 testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.027 s
10:47:20 testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.022 s
10:47:20 testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.021 s
10:47:20 testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.028 s
10:47:20 testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.021 s
10:47:20 testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.029 s
10:47:20 testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest)  Time elapsed: 0.022 s
10:47:20 Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.210 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.211 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:20 14:47:20.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.211 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified
10:47:20 14:47:20.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:47:20 14:47:20.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found
10:47:20 14:47:20.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2
10:47:20 14:47:20.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
10:47:20 14:47:20.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:20 14:47:20.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:20 14:47:20.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found
10:47:20 14:47:20.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:20 14:47:20.237 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:20 14:47:20.237 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:20 14:47:20.237 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:20 14:47:20.237 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:20 14:47:20.237 INFO [main][AbstractShell] Close shell Testing shell
10:47:20 14:47:20.237 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:20 14:47:20.240 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:20 14:47:20.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:20 14:47:20.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:20 14:47:20.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:20 14:47:20.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:20 14:47:20.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:20 14:47:20.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified
10:47:20 14:47:20.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:47:20 14:47:20.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:20 14:47:20.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found
10:47:20 14:47:20.267 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3
10:47:20 14:47:20.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3
10:47:20 14:47:20.268 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:20 14:47:20.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:20 14:47:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:20 14:47:20.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:47:20 14:47:20.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:47:20 14:47:20.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:47:20 14:47:20.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:47:21 14:47:21.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:47:21 14:47:21.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:47:21 14:47:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:21 14:47:21.272 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found
10:47:21 14:47:21.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:21 14:47:21.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:21 14:47:21.273 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:21 14:47:21.273 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:21 14:47:21.273 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:21 14:47:21.273 INFO [main][AbstractShell] Close shell Testing shell
10:47:21 14:47:21.273 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:21 14:47:21.276 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:21 14:47:21.276 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:21 14:47:21.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:21 14:47:21.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:21 14:47:21.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:21 14:47:21.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:21 14:47:21.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:21 14:47:21.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:21 14:47:21.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified
10:47:21 14:47:21.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:21 14:47:21.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:21 14:47:21.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:21 14:47:21.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:21 14:47:21.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:21 14:47:21.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:21 14:47:21.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:21 14:47:21.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:21 14:47:21.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:21 14:47:21.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:22 14:47:22.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers
10:47:22 14:47:22.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found
10:47:22 14:47:22.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:22 14:47:22.305 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found
10:47:22 14:47:22.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:22 14:47:22.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
10:47:22 14:47:22.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:22 14:47:22.305 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:22 14:47:22.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:22 14:47:22.305 INFO [main][AbstractShell] Close shell Testing shell
10:47:22 14:47:22.305 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:22 14:47:22.308 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:22 14:47:22.308 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:22 14:47:22.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:22 14:47:22.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:22 14:47:22.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:22 14:47:22.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:22 14:47:22.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:22 14:47:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:22 14:47:22.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$")
10:47:22 14:47:22.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:22 14:47:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:22 14:47:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:22 14:47:22.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:22 14:47:22.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:22 14:47:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:22 14:47:22.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:22 14:47:22.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:22 14:47:22.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:22 14:47:22.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:23 14:47:23.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:23 14:47:23.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:23 14:47:23.336 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found
10:47:23 14:47:23.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:23 14:47:23.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:23 14:47:23.337 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:23 14:47:23.337 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.337 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.337 INFO [main][AbstractShell] Close shell Testing shell
10:47:23 14:47:23.337 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:23 14:47:23.340 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:23 14:47:23.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:23 14:47:23.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:23 14:47:23.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.344 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.344 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1")
10:47:23 14:47:23.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:23 14:47:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:23 14:47:23.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:23 14:47:23.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:23 14:47:23.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:47:23 14:47:23.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:23 14:47:23.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:23 14:47:23.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:23 14:47:23.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found
10:47:23 14:47:23.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:23 14:47:23.368 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:23 14:47:23.368 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:23 14:47:23.368 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.368 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.368 INFO [main][AbstractShell] Close shell Testing shell
10:47:23 14:47:23.368 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:23 14:47:23.371 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:23 14:47:23.371 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:23 14:47:23.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:23 14:47:23.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest
10:47:23 findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 0.035 s
10:47:23 close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.032 s
10:47:23 findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.031 s
10:47:23 findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 1.032 s
10:47:23 findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest)  Time elapsed: 0.035 s
10:47:23 Running org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.382 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.383 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:23 14:47:23.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.DummyTest
10:47:23 dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest)  Time elapsed: 0 s
10:47:23 Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest
10:47:23 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest
10:47:23 regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
10:47:23 regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
10:47:23 regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest)  Time elapsed: 0 s
10:47:23 Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.394 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.394 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.395 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.395 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:23 14:47:23.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified
10:47:23 14:47:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:47:23 14:47:23.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:47:23 14:47:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found
10:47:23 14:47:23.409 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:23 14:47:23.409 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:23 14:47:23.409 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:23 14:47:23.409 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.409 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.409 INFO [main][AbstractShell] Close shell Testing shell
10:47:23 14:47:23.409 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:23 14:47:23.412 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:23 14:47:23.412 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:23 14:47:23.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:23 14:47:23.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:23 14:47:23.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:23 14:47:23.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2')
10:47:23 14:47:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:23 14:47:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:23 14:47:23.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:23 14:47:23.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:23 14:47:23.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:23 14:47:23.432 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.432 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.432 INFO [main][AbstractShell] Close shell Testing shell
10:47:23 14:47:23.432 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:23 14:47:23.434 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:23 14:47:23.434 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:23 14:47:23.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.434 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:23 14:47:23.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:23 14:47:23.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:23 14:47:23.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic")
10:47:23 14:47:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:23 14:47:23.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:23 14:47:23.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:23 14:47:23.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:23 14:47:23.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:23 14:47:23.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:23 14:47:23.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
10:47:23 14:47:23.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:23 14:47:23.468 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:23 14:47:23.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:23 14:47:23.468 INFO [main][AbstractShell] Close shell Testing shell
10:47:23 14:47:23.468 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:23 14:47:23.470 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:23 14:47:23.470 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:23 14:47:23.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:23 14:47:23.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:23 14:47:23.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:23 14:47:23.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:24 14:47:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown
10:47:24 14:47:24.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused...
10:47:25 14:47:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown
10:47:25 14:47:25.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:25 14:47:25.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:25 14:47:25.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:25 14:47:25.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 14:47:25.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:25 14:47:25.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:25 14:47:25.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:25 14:47:25.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 14:47:25.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:25 14:47:25.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip")
10:47:25 14:47:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:25 14:47:25.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:25 14:47:25.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:25 14:47:25.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:25 14:47:25.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:25 14:47:25.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:25 14:47:25.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:25 14:47:25.485 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:25 14:47:25.485 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:25 14:47:25.485 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:25 14:47:25.485 INFO [main][AbstractShell] Close shell Testing shell
10:47:25 14:47:25.485 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:25 14:47:25.487 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:25 14:47:25.487 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:25 14:47:25.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 14:47:25.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:25 14:47:25.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 14:47:25.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:25 14:47:25.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:25 14:47:25.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:25 14:47:25.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 14:47:25.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:25 14:47:25.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified
10:47:25 14:47:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:25 14:47:25.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:25 14:47:25.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:25 14:47:25.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:25 14:47:25.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:25 PUSH tooltip
10:47:25 14:47:25.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:25 14:47:25.515 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:25 14:47:25.515 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:25 14:47:25.515 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:25 14:47:25.515 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:25 14:47:25.515 INFO [main][AbstractShell] Close shell Testing shell
10:47:25 14:47:25.515 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:25 14:47:25.517 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:25 14:47:25.517 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:25 14:47:25.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 14:47:25.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:25 14:47:25.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 14:47:25.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:25 14:47:25.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.136 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest
10:47:25 constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.022 s
10:47:25 constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.022 s
10:47:25 WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 2.035 s
10:47:25 testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.022 s
10:47:25 constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest)  Time elapsed: 0.034 s
10:47:25 Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:25 14:47:25.533 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:25 14:47:25.534 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:25 14:47:25.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:25 14:47:25.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:25 14:47:25.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:25 14:47:25.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:25 14:47:25.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:25 14:47:25.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:25 14:47:25.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:25 14:47:25.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:25 14:47:25.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:25 14:47:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:25 14:47:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:25 14:47:25.548 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:25 14:47:25.548 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:25 14:47:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:25 14:47:25.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:25 14:47:25.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:25 14:47:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:25 14:47:25.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]...
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:25 14:47:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:26 14:47:26.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:26 14:47:26.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:26 14:47:26.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:47:26 14:47:26.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:26 14:47:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:26 14:47:26.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:26 14:47:26.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:26 14:47:26.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:26 14:47:26.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:26 14:47:26.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:26 14:47:26.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:26 14:47:26.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:26 14:47:26.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown
10:47:26 14:47:26.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:26 14:47:26.555 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:26 14:47:26.555 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:26 14:47:26.555 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:26 14:47:26.555 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:26 14:47:26.555 INFO [main][AbstractShell] Close shell Testing shell
10:47:26 14:47:26.555 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:26 14:47:26.557 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:26 14:47:26.557 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:26 14:47:26.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:26 14:47:26.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:26 14:47:26.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:26 14:47:26.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:26 14:47:26.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:26 14:47:26.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:26 14:47:26.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:26 14:47:26.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:26 14:47:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:26 14:47:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:26 14:47:26.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:26 14:47:26.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:26 14:47:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:26 14:47:26.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:26 14:47:26.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:26 14:47:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:26 14:47:26.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:26 14:47:26.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:47:27 14:47:27.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:47:27 14:47:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:47:27 14:47:27.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:47:27 14:47:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:47:27 14:47:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:27 14:47:27.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:27 14:47:27.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children...
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:47:27 14:47:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children...
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:47:27 14:47:27.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:47:27 14:47:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully
10:47:27 14:47:27.591 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:27 14:47:27.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
10:47:27 14:47:27.591 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:27 14:47:27.591 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:27 14:47:27.592 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:27 14:47:27.592 INFO [main][AbstractShell] Close shell Testing shell
10:47:27 14:47:27.592 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:27 14:47:27.594 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:27 14:47:27.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:27 14:47:27.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:27 14:47:27.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:27 14:47:27.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:27 14:47:27.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:27 14:47:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:27 14:47:27.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:27 14:47:27.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:27 14:47:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:27 14:47:27.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:27 14:47:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:27 14:47:27.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:27 14:47:27.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:27 14:47:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:27 14:47:27.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]...
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:27 14:47:27.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:27 14:47:27.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]...
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:27 14:47:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully
10:47:27 14:47:27.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:27 14:47:27.626 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:27 14:47:27.626 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:27 14:47:27.626 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:27 14:47:27.626 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:27 14:47:27.626 INFO [main][AbstractShell] Close shell Testing shell
10:47:27 14:47:27.626 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:27 14:47:27.629 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:27 14:47:27.629 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:27 14:47:27.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:27 14:47:27.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:27 14:47:27.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:27 14:47:27.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:27 14:47:27.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:27 14:47:27.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:27 14:47:27.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:27 14:47:27.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:27 14:47:27.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:27 14:47:27.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:27 14:47:27.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:27 14:47:27.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:27 14:47:27.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:27 14:47:27.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:27 14:47:27.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:27 14:47:27.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:27 14:47:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]...
10:47:27 14:47:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:27 14:47:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:28 14:47:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:28 14:47:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:28 14:47:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:28 14:47:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:28 14:47:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown
10:47:28 14:47:28.661 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:28 14:47:28.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
10:47:28 14:47:28.662 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:28 14:47:28.662 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:28 14:47:28.662 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:28 14:47:28.662 INFO [main][AbstractShell] Close shell Testing shell
10:47:28 14:47:28.662 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:28 14:47:28.664 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:28 14:47:28.664 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:28 14:47:28.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:28 14:47:28.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:28 14:47:28.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:28 14:47:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:28 14:47:28.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:28 14:47:28.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:28 14:47:28.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:28 14:47:28.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:28 14:47:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:28 14:47:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:28 14:47:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:28 14:47:28.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:28 14:47:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:28 14:47:28.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:28 14:47:28.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:28 14:47:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:28 14:47:28.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:28 14:47:28.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:28 14:47:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:28 14:47:28.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:28 14:47:28.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:28 14:47:28.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:28 14:47:28.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:28 14:47:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]...
10:47:28 14:47:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:28 14:47:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:29 14:47:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:29 14:47:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:29 14:47:29.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:29 14:47:29.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:29 14:47:29.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]...
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:29 14:47:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:30 14:47:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:30 14:47:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:30 14:47:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:30 14:47:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:30 14:47:30.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown
10:47:30 14:47:30.699 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:30 14:47:30.699 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:30 14:47:30.699 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:30 14:47:30.699 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:30 14:47:30.699 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:30 14:47:30.699 INFO [main][AbstractShell] Close shell Testing shell
10:47:30 14:47:30.699 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:30 14:47:30.702 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:30 14:47:30.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:30 14:47:30.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:30 14:47:30.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:30 14:47:30.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:30 14:47:30.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:30 14:47:30.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:30 14:47:30.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:30 14:47:30.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:30 14:47:30.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:30 14:47:30.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:30 14:47:30.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:30 14:47:30.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:30 14:47:30.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:30 14:47:30.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:30 14:47:30.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:30 14:47:30.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:30 14:47:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:30 14:47:30.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:30 14:47:30.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:30 14:47:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:30 14:47:30.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:30 14:47:30.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:30 14:47:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:30 14:47:30.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:30 14:47:30.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null...
10:47:31 14:47:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown
10:47:31 14:47:31.764 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:31 14:47:31.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
10:47:31 14:47:31.764 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:31 14:47:31.765 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:31 14:47:31.765 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:31 14:47:31.765 INFO [main][AbstractShell] Close shell Testing shell
10:47:31 14:47:31.765 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:31 14:47:31.767 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:31 14:47:31.767 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:31 14:47:31.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:31 14:47:31.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:31 14:47:31.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:31 14:47:31.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:31 14:47:31.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:31 14:47:31.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:31 14:47:31.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:31 14:47:31.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:31 14:47:31.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:31 14:47:31.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:31 14:47:31.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:31 14:47:31.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:31 14:47:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]...
10:47:32 14:47:32.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown
10:47:32 14:47:32.798 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:32 14:47:32.798 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:32 14:47:32.798 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:32 14:47:32.799 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.799 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.799 INFO [main][AbstractShell] Close shell Testing shell
10:47:32 14:47:32.799 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:32 14:47:32.801 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:32 14:47:32.801 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:32 14:47:32.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:32 14:47:32.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:32 14:47:32.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:32 14:47:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:32 14:47:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:32 14:47:32.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)
10:47:32 14:47:32.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:32 14:47:32.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:32 14:47:32.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:32 14:47:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:32 14:47:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:32 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.281 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest
10:47:32 testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.027 s
10:47:32 testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.037 s
10:47:32 testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 0.035 s
10:47:32 testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.042 s
10:47:32 testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 2.031 s
10:47:32 testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.064 s
10:47:32 testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest)  Time elapsed: 1.043 s
10:47:32 Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest
10:47:32 14:47:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:32 14:47:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.831 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:32 14:47:32.831 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:32 14:47:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:32 14:47:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:32 14:47:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:32 14:47:32.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.852 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:32 14:47:32.852 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:32 14:47:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:32 14:47:32.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:32 14:47:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:32 14:47:32.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.878 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell'
10:47:32 14:47:32.879 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell'
10:47:32 14:47:32.879 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:32 14:47:32.879 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:32 14:47:32.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:32 14:47:32.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:32 14:47:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.903 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:32 14:47:32.903 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:32 14:47:32.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:32 14:47:32.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:32 14:47:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:32 14:47:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:32 14:47:32.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:32 14:47:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:32 14:47:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:32 14:47:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:33 14:47:33.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown
10:47:33 14:47:33.930 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:33 14:47:33.930 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:33 14:47:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:33 14:47:33.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:33 14:47:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:33 14:47:33.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:33 14:47:33.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:33 14:47:33.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:33 14:47:33.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:33 14:47:33.951 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:33 14:47:33.951 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:33 14:47:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:33 14:47:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:33 14:47:33.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:33 14:47:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:33 14:47:33.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:33 14:47:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:33 14:47:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:33 14:47:33.976 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:33 14:47:33.976 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:33 14:47:33.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:33 14:47:33.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:33 14:47:33.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:33 14:47:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:33 14:47:33.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:33 14:47:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:33 14:47:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:33 14:47:33.997 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:33 14:47:33.997 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:33 14:47:33.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:34 14:47:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:34 14:47:34.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:34 14:47:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.018 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:34 14:47:34.018 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:34 14:47:34.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:34 14:47:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:34 14:47:34.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:34 14:47:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.044 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:34 14:47:34.045 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:34 14:47:34.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:34 14:47:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:34 14:47:34.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:34 14:47:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.064 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:34 14:47:34.064 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:34 14:47:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available....
10:47:34 14:47:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully
10:47:34 14:47:34.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell
10:47:34 14:47:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.085 INFO [WorkbenchTestable][AbstractShell] Close shell shell
10:47:34 14:47:34.085 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell'
10:47:34 14:47:34.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:34 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest
10:47:34 testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.019 s
10:47:34 testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.029 s
10:47:34 testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.021 s
10:47:34 testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.03 s
10:47:34 testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 1.02 s
10:47:34 testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.028 s
10:47:34 testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.018 s
10:47:34 testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.021 s
10:47:34 testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.028 s
10:47:34 testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.018 s
10:47:34 testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.021 s
10:47:34 testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest)  Time elapsed: 0.028 s
10:47:34 Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.103 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:34 14:47:34.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:34 14:47:34.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:34 14:47:34.103 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:34 14:47:34.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:34 14:47:34.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:34 14:47:34.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:34 14:47:34.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:34 14:47:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:34 14:47:34.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:34 14:47:34.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:34 14:47:34.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:34 14:47:34.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:34 14:47:34.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:34 14:47:34.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:34 14:47:34.246 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:34 14:47:34.246 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:34 14:47:34.246 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:34 14:47:34.246 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.246 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.246 INFO [main][AbstractShell] Close shell Testing shell
10:47:34 14:47:34.246 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:34 14:47:34.251 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.251 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:34 14:47:34.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:34 14:47:34.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:34 14:47:34.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:34 14:47:34.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:34 14:47:34.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:34 14:47:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:34 14:47:34.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:34 14:47:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:34 14:47:34.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:34 14:47:34.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:34 14:47:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:34 14:47:34.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:34 14:47:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:34 14:47:34.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:34 14:47: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....
10:47:34 14:47: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
10:47:34 14:47:34.401 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:34 14:47:34.402 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.402 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.402 INFO [main][AbstractShell] Close shell Testing shell
10:47:34 14:47:34.402 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:34 14:47:34.406 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.406 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:34 14:47:34.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:34 14:47:34.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:34 14:47:34.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:34 14:47:34.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:34 14:47:34.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:34 14:47:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:34 14:47:34.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:34 14:47:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:34 14:47:34.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:34 14:47:34.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:34 14:47:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:34 14:47:34.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:34 14:47:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:34 14:47:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:34 14:47:34.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:34 14:47:34.559 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:34 14:47:34.559 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:34 14:47:34.559 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:34 14:47:34.559 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:34 14:47:34.559 INFO [main][AbstractShell] Close shell Testing shell
10:47:34 14:47:34.559 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:34 14:47:34.563 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:34 14:47:34.563 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:34 14:47:34.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:34 14:47:34.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:34 14:47:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:34 14:47:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:34 14:47:34.580 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.580 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:34 14:47:34.580 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:34 14:47:34.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:34 14:47:34.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:34 14:47:34.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:34 14:47:34.580 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:34 14:47:34.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:47:35 14:47:34.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:34.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:34.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:34.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:34.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:47:35 14:47:34.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:47:35 14:47:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:34.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:47:35 14:47:34.722 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:35 14:47:34.722 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:35 14:47:34.722 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:35 14:47:34.722 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:35 14:47:34.722 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:34.722 INFO [main][AbstractShell] Close shell Testing shell
10:47:35 14:47:34.722 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:35 14:47:34.726 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:35 14:47:34.726 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:35 14:47:34.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:34.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:34.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:34.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:34.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:34.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:34.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:35 14:47:34.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:34.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:34.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:34.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:34.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:35 14:47:34.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:35 14:47:34.876 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:35 14:47:34.876 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:35 14:47:34.876 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:35 14:47:34.876 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:34.876 INFO [main][AbstractShell] Close shell Testing shell
10:47:35 14:47:34.876 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:35 14:47:34.880 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:35 14:47:34.880 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:35 14:47:34.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:34.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:34.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:34.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:34.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:34.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:34.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:35 14:47:34.962 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:35 14:47:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:35 14:47:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:35 14:47:35.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:35 14:47:35.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:35 14:47:35.037 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:35 14:47:35.037 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.037 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.037 INFO [main][AbstractShell] Close shell Testing shell
10:47:35 14:47:35.037 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:35 14:47:35.041 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:35 14:47:35.041 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:35 14:47:35.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:35.041 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:35.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:35.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:35.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:35 14:47:35.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:35.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:35 14:47:35.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:35 14:47:35.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:35 14:47:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:35 14:47:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:35 14:47:35.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:35 14:47:35.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:35 14:47:35.199 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:35 14:47:35.199 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.199 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.199 INFO [main][AbstractShell] Close shell Testing shell
10:47:35 14:47:35.199 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:35 14:47:35.204 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:35 14:47:35.204 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:35 14:47:35.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:35.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:35.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:35.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:35.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:35.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:47:35 14:47:35.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:47:35 14:47:35.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:47:35 14:47:35.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:47:35 14:47:35.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:35 14:47:35.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:35 14:47:35.356 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:35 14:47:35.356 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.356 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.356 INFO [main][AbstractShell] Close shell Testing shell
10:47:35 14:47:35.356 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:35 14:47:35.360 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:35 14:47:35.360 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:35 14:47:35.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:35.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:35 14:47:35.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest
10:47:35 tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.151 s
10:47:35 tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.155 s
10:47:35 tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.17 s
10:47:35 tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.15 s
10:47:35 tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.154 s
10:47:35 tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.169 s
10:47:35 tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.156 s
10:47:35 tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest)  Time elapsed: 0.155 s
10:47:35 Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:35 14:47:35.367 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:35 14:47:35.368 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:35 14:47:35.368 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:35.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:35 14:47:35.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:35 14:47:35.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:35 14:47:35.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:35 14:47:35.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:35 14:47:35.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:35 14:47:35.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available....
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2")
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available....
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1")
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:47:35 14:47:35.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available....
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2")
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1")
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:35 14:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:35 14:47:35.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:35 14:47:35.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:36 14:47:36.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:47:36 14:47:36.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:47:36 14:47:36.399 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found
10:47:36 14:47:36.399 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1
10:47:36 14:47:36.399 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1'
10:47:36 14:47:36.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.401 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2
10:47:36 14:47:36.401 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2'
10:47:36 14:47:36.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.416 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
10:47:36 14:47:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully
10:47:36 14:47:36.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:47:36 14:47:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.431 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:47:36 14:47:36.431 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:47:36 14:47:36.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.437 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available....
10:47:36 14:47:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully
10:47:36 14:47:36.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin
10:47:36 14:47:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.455 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin'
10:47:36 14:47:36.456 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin'
10:47:36 14:47:36.456 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin'
10:47:36 14:47:36.467 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin'
10:47:36 14:47:36.467 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin
10:47:36 14:47:36.467 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin'
10:47:36 14:47:36.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
10:47:36 14:47:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully
10:47:36 14:47:36.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:47:36 14:47:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.500 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:47:36 14:47:36.500 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:47:36 14:47:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available....
10:47:36 14:47:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully
10:47:36 14:47:36.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell
10:47:36 14:47:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.533 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell
10:47:36 14:47:36.533 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell'
10:47:36 14:47:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)
10:47:36 14:47:36.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 14:47:36.539 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest
10:47:36 activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 1.047 s
10:47:36 testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.021 s
10:47:36 defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0 s
10:47:36 manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.045 s
10:47:36 testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.032 s
10:47:36 closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest)  Time elapsed: 0.024 s
10:47:36 Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.542 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.542 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:36 14:47:36.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.542 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.551 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform'
10:47:36 14:47:36.551 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:47:36 14:47:36.551 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform'
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)
10:47:36 14:47:36.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 14:47:36.552 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest
10:47:36 workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)  Time elapsed: 0.001 s
10:47:36 maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest)  Time elapsed: 0.001 s
10:47:36 Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.555 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.555 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:36 14:47:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:36 14:47:36.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:36 14:47:36.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:36 14:47:36.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:36 14:47:36.586 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.586 INFO [main][AbstractShell] Close shell Testing shell
10:47:36 14:47:36.586 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:36 14:47:36.588 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.588 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)
10:47:36 14:47:36.601 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 14:47:36.601 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest
10:47:36 defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest)  Time elapsed: 0.045 s
10:47:36 Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.604 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.604 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:36 14:47:36.604 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)
10:47:36 14:47:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:36 14:47:36.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:36 14:47:36.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:47:36 14:47:36.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:47:36 14:47:36.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:36 14:47:36.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell'
10:47:36 14:47:36.616 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:47:36 14:47:36.616 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:47:36 14:47:36.616 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:47:36 14:47:36.616 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.616 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.616 INFO [main][AbstractShell] Close shell Testing shell
10:47:36 14:47:36.616 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:47:36 14:47:36.618 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:36 14:47:36.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:36 14:47:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest
10:47:36 defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest)  Time elapsed: 0.017 s
10:47:36 Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.625 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:36 14:47:36.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.625 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
10:47:36 14:47:36.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:47:36 14:47:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:47:36 14:47:36.639 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:47:36 14:47:36.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:47:36 14:47:36.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:47:36 14:47:36.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:47:36 14:47:36.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:47:36 14:47:36.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:47:36 14:47:36.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.651 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.651 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
10:47:36 14:47:36.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:47:36 14:47:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:47:36 14:47:36.672 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:47:36 14:47:36.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:47:36 14:47:36.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:47:36 14:47:36.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:47:36 14:47:36.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:47:36 14:47:36.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:47:36 14:47:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
10:47:36 14:47:36.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem")
10:47:36 14:47:36.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
10:47:36 14:47:36.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:47:36 14:47:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:47:36 14:47:36.720 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:47:36 14:47:36.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.721 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
10:47:36 14:47:36.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem")
10:47:36 14:47:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:36 14:47:36.722 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem
10:47:36 14:47:36.722 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:47:36 14:47:36.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate.
10:47:36 14:47:36.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E')
10:47:36 14:47:36.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:47:36 14:47:36.749 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT
10:47:36 14:47:36.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.750 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent
10:47:36 14:47:36.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*')
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:36 14:47:36.751 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem
10:47:36 14:47:36.751 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:47:36 14:47:36.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.751 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest
10:47:36 testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.018 s
10:47:36 testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.061 s
10:47:36 testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.02 s
10:47:36 testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest)  Time elapsed: 0.019 s
10:47:36 Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.754 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.755 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:36 14:47:36.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem")
10:47:36 14:47:36.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:36 14:47:36.765 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem
10:47:36 14:47:36.765 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:47:36 14:47:36.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.766 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.766 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*')
10:47:36 14:47:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:36 14:47:36.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:36 14:47:36.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:36 14:47:36.770 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem
10:47:36 14:47:36.770 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:47:36 14:47:36.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:36 14:47:36.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:36 14:47:36.770 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:36 14:47:36.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:36 14:47:36.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:36 14:47:36.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:36 14:47:36.776 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'File'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Item match:Window
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:''
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:''
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:''
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:47:36 14:47:36.776 DEBUG [main][MenuItemLookup] Item match:Preferences
10:47:36 14:47:36.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:47:36 14:47:36.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:47:36 14:47:36.776 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:47:36 14:47:36.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:47:36 14:47:36.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:47:37 14:47:36.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:47:37 14:47:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:37 14:47:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:37 14:47:36.924 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:37 14:47:36.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:37 14:47:36.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:37 14:47:36.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:37 14:47:36.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:37 14:47:36.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:37 14:47:36.926 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:37 14:47:36.926 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:37 14:47:36.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:37 14:47:36.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:37 14:47:36.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:37 14:47:36.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:37 14:47:36.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:37 14:47:36.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:37 14:47:36.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:37 14:47:36.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java
10:47:37 14:47:36.927 DEBUG [main][TreeItemHandler] Selecting tree item: Java
10:47:37 14:47:36.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection
10:47:37 14:47:36.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java
10:47:37 14:47:36.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified
10:47:37 14:47:36.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:37 14:47:36.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:37 14:47:36.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:36.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:36.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:36.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:36.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:36.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:36.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:36.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:36.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:36.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:36.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:36.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:38 14:47:36.973 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General
10:47:38 14:47:36.974 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:47:38 14:47:36.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:36.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:36.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:36.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:36.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:47:38 14:47:36.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
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:36.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:36.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:36.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:38 14:47:36.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:38 14:47:36.978 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:38 14:47:36.978 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:47:38 14:47:36.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:36.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:36.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:36.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:36.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:36.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:36.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:36.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:38 14:47:36.980 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:47:38 14:47:36.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:47:38 14:47:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:47:38 14:47:36.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:47:38 14:47:36.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:38 14:47:37.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:38 14:47:37.019 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:38 14:47:37.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:38 14:47:37.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:38 14:47:37.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'File'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:47:38 14:47:37.020 DEBUG [main][MenuItemLookup] Item match:Window
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:''
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:''
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:''
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:47:38 14:47:37.021 DEBUG [main][MenuItemLookup] Item match:Preferences
10:47:38 14:47:37.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:47:38 14:47:37.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:47:38 14:47:37.021 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:47:38 14:47:37.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:47:38 14:47:37.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:47:38 14:47:37.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:38 14:47:37.084 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:37.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:37.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:37.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:38 14:47:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:38 14:47:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:38 14:47:37.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:38 14:47:37.085 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:38 14:47:37.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:38 14:47:37.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:38 14:47:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:37.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:37.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:38 14:47:37.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:38 14:47:37.086 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:38 14:47:37.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:38 14:47:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:38 14:47:37.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:38 14:47:37.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:38 14:47:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:38 14:47:37.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:38 14:47:37.089 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:47:38 14:47:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:47:38 14:47:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:47:38 14:47:37.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:47:38 14:47:37.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:38 14:47:37.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:38 14:47:37.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:38 14:47:37.121 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:38 14:47:37.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:38 14:47:37.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:39 14:47:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:39 14:47:37.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'File'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:47:39 14:47:37.122 DEBUG [main][MenuItemLookup] Item match:Window
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:47:39 14:47:37.123 DEBUG [main][MenuItemLookup] Item match:Preferences
10:47:39 14:47:37.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:47:39 14:47:37.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:47:39 14:47:37.123 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:47:39 14:47:37.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:47:39 14:47:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:47:39 14:47:37.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:47:39 14:47:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.180 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:47:39 14:47:37.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:39 14:47:37.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:39 14:47:37.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:39 14:47:37.182 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:39 14:47:37.182 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:39 14:47:37.183 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java
10:47:39 14:47:37.183 DEBUG [main][TreeItemHandler] Selecting tree item: Java
10:47:39 14:47:37.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection
10:47:39 14:47:37.183 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java
10:47:39 14:47:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*')
10:47:39 14:47:37.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:39 14:47:37.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:39 14:47:37.220 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:39 14:47:37.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:39 14:47:37.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:39 14:47:37.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:47:39 14:47:37.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:39 14:47:37.224 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:47:39 14:47:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:47:39 14:47:37.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:47:39 14:47:37.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:47:39 14:47:37.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:39 14:47:37.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:39 14:47:37.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:39 14:47:37.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:39 14:47:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:39 14:47:37.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:47:39 14:47:37.250 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'File'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Item match:Window
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:''
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:47:39 14:47:37.251 DEBUG [main][MenuItemLookup] Item match:Preferences
10:47:39 14:47:37.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:47:39 14:47:37.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:47:39 14:47:37.251 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:47:39 14:47:37.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:47:39 14:47:37.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:47:39 14:47:37.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.309 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:47:39 14:47:37.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
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:39 14:47:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:47:39 14:47:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:47:39 14:47:37.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:39 14:47:37.310 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:39 14:47:37.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:39 14:47:37.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:39 14:47:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:47:39 14:47:37.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:47:39 14:47:37.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General
10:47:39 14:47:37.313 DEBUG [main][TreeItemHandler] Selecting tree item: General
10:47:39 14:47:37.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection
10:47:39 14:47:37.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General
10:47:39 14:47:37.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:47:39 14:47:37.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:47:39 14:47:37.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:47:39 14:47:37.315 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:47:39 14:47:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:47:39 14:47:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:47:39 14:47:37.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:47:39 14:47:37.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:39 14:47:37.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:39 14:47:37.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest
10:47:39 workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.01 s
10:47:39 workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.004 s
10:47:39 testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.249 s
10:47:39 testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.102 s
10:47:39 testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.129 s
10:47:39 testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest)  Time elapsed: 0.088 s
10:47:39 Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:39 14:47:37.342 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:39 14:47:37.342 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:47:39 14:47:37.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:39 14:47:37.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:39 14:47:37.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:39 14:47:37.342 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:39 14:47:37.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:39 14:47:37.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:39 14:47:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:39 14:47:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:39 14:47:37.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:39 14:47:37.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:39 14:47:37.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:39 14:47:37.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:39 14:47:37.353 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:39 14:47:37.353 INFO [WorkbenchTestable][Keyboard] Type text "test123"
10:47:39 14:47:37.353 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:39 14:47:37.353 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:39 14:47:37.955 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:39 14:47:37.955 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:47:39 14:47:38.556 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:39 14:47:38.556 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:47:39 14:47:39.158 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:39 14:47:39.158 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:39 14:47:39.759 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:39 14:47:39.759 INFO [WorkbenchTestable][Keyboard]     As char:1, as int:49
10:47:40 14:47:40.360 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:40 14:47:40.360 INFO [WorkbenchTestable][Keyboard]     As char:2, as int:50
10:47:40 14:47:40.962 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:40 14:47:40.962 INFO [WorkbenchTestable][Keyboard]     As char:3, as int:51
10:47:41 14:47:41.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:41 14:47:41.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:41 14:47:41.564 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:41 14:47:41.564 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:41 14:47:41.564 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:41 14:47:41.564 INFO [main][AbstractShell] Close shell Keyboard testing shell
10:47:41 14:47:41.564 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
10:47:41 14:47:41.566 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:41 14:47:41.566 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:41 14:47:41.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:41 14:47:41.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:41 14:47:41.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:41 14:47:41.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:41 14:47:41.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:41 14:47:41.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:41 14:47:41.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:41 14:47:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:41 14:47:41.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:41 14:47:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:41 14:47:41.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:41 14:47:41.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:41 14:47:41.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:41 14:47:41.587 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:41 14:47:41.587 INFO [WorkbenchTestable][Keyboard] Type text "test"
10:47:41 14:47:41.587 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:41 14:47:41.587 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:42 14:47:42.189 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:42 14:47:42.189 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:47:42 14:47:42.790 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:42 14:47:42.790 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:47:43 14:47:43.392 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:43 14:47:43.392 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:43 14:47:43.992 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
10:47:43 14:47:43.993 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
10:47:44 14:47:44.193 INFO [WorkbenchTestable][Keyboard] Move cursor
10:47:44 14:47:44.394 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:44 14:47:44.394 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:44 14:47:44.594 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:44 14:47:44.997 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:44 14:47:44.997 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:45 14:47:45.197 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:45 14:47:45.398 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
10:47:45 14:47:45.599 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard
10:47:45 14:47:45.599 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
10:47:45 14:47:45.800 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120
10:47:45 14:47:45.800 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120
10:47:46 14:47:46.000 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120
10:47:46 14:47:46.201 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
10:47:46 14:47:46.402 INFO [WorkbenchTestable][Keyboard] Move cursor
10:47:46 14:47:46.603 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:46 14:47:46.603 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:46 14:47:46.803 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:47 14:47:47.204 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:47 14:47:47.204 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:47 14:47:47.405 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:47 14:47:47.806 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:47 14:47:47.806 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:48 14:47:48.007 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:48 14:47:48.408 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:48 14:47:48.408 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:48 14:47:48.608 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:49 14:47:49.009 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:49 14:47:49.009 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:49 14:47:49.210 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:47:49 14:47:49.411 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard
10:47:49 14:47:49.411 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
10:47:49 14:47:49.611 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118
10:47:49 14:47:49.611 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118
10:47:49 14:47:49.812 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118
10:47:50 14:47:50.013 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
10:47:50 14:47:50.215 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:50 14:47:50.215 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:50 14:47:50.215 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:50 14:47:50.215 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:50 14:47:50.215 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:50 14:47:50.215 INFO [main][AbstractShell] Close shell Keyboard testing shell
10:47:50 14:47:50.215 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
10:47:50 14:47:50.217 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:50 14:47:50.217 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:50 14:47:50.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:50 14:47:50.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:50 14:47:50.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:50 14:47:50.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:50 14:47:50.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:50 14:47:50.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:50 14:47:50.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....
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:50 14:47:50.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:50 14:47:50.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:50 14:47:50.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:50 14:47:50.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:50 14:47:50.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:50 14:47:50.244 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}"
10:47:50 14:47:50.244 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:50 14:47:50.244 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
10:47:50 14:47:50.445 INFO [WorkbenchTestable][Keyboard]     As char:[, as int:91
10:47:51 14:47:51.447 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:51 14:47:51.447 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
10:47:51 14:47:51.647 INFO [WorkbenchTestable][Keyboard]     As char:2, as int:50
10:47:52 14:47:52.649 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:52 14:47:52.649 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
10:47:52 14:47:52.849 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:53 14:47:53.852 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:53 14:47:53.852 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:47:54 14:47:54.454 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:54 14:47:54.454 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:47:55 14:47:55.055 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:55 14:47:55.055 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:55 14:47:55.657 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:55 14:47:55.657 INFO [WorkbenchTestable][Keyboard]     As char:, as int:131072
10:47:55 14:47:55.857 INFO [WorkbenchTestable][Keyboard]     As char:], as int:93
10:47:56 14:47:56.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:56 14:47:56.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:56 14:47:56.860 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:56 14:47:56.860 DEBUG [main][AbstractWait] Waiting until shell is active...
10:47:56 14:47:56.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:47:56 14:47:56.860 INFO [main][AbstractShell] Close shell Keyboard testing shell
10:47:56 14:47:56.860 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
10:47:56 14:47:56.863 DEBUG [main][AbstractWait] Waiting while shell is available...
10:47:56 14:47:56.863 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:47:56 14:47:56.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:56 14:47:56.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:47:56 14:47:56.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:56 14:47:56.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:47:56 14:47:56.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:47:56 14:47:56.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:47:56 14:47:56.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:47:56 14:47:56.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:47:56 14:47:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:47:56 14:47:56.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:47:56 14:47:56.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:47:56 14:47:56.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:47:56 14:47:56.884 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:47:56 14:47:56.884 INFO [WorkbenchTestable][Keyboard] Type text "test"
10:47:56 14:47:56.884 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:56 14:47:56.884 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:57 14:47:57.486 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:57 14:47:57.486 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:47:58 14:47:58.088 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:58 14:47:58.088 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:47:58 14:47:58.690 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:47:58 14:47:58.690 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:47:59 14:47:59.291 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
10:47:59 14:47:59.291 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
10:47:59 14:47:59.492 INFO [WorkbenchTestable][Keyboard] Move cursor
10:47:59 14:47:59.692 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:47:59 14:47:59.692 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:47:59 14:47:59.893 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:00 14:48:00.295 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:00 14:48:00.295 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:00 14:48:00.495 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:00 14:48:00.696 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
10:48:00 14:48:00.897 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127
10:48:00 14:48:00.897 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127
10:48:01 14:48:01.097 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127
10:48:01 14:48:01.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:48:01 14:48:01.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:48:01 14:48:01.299 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
10:48:01 14:48:01.300 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:01 14:48:01.300 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:01 14:48:01.300 INFO [main][AbstractShell] Close shell Keyboard testing shell
10:48:01 14:48:01.300 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
10:48:01 14:48:01.302 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:01 14:48:01.302 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:01 14:48:01.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:01 14:48:01.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:01 14:48:01.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:01 14:48:01.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:01 14:48:01.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:01 14:48:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:01 14:48:01.314 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:48:01 14:48:01.314 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:48:01 14:48:01.515 INFO [WorkbenchTestable][Keyboard]     As char:h, as int:104
10:48:02 14:48:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available....
10:48:02 14:48:02.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully
10:48:02 14:48:02.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search
10:48:02 14:48:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:02 14:48:02.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:02 14:48:02.525 INFO [WorkbenchTestable][AbstractShell] Close shell Search
10:48:02 14:48:02.525 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search'
10:48:02 14:48:02.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:48:02 14:48:02.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:48:02 14:48:02.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:02 14:48:02.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:02 14:48:02.538 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:02 14:48:02.538 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:02 14:48:02.538 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:02 14:48:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:48:02 14:48:02.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:48:02 14:48:02.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell
10:48:02 14:48:02.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:02 14:48:02.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:02 14:48:02.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:02 14:48:02.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:02 14:48:02.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:48:02 14:48:02.555 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:48:02 14:48:02.555 INFO [WorkbenchTestable][Keyboard] Type text "test"
10:48:02 14:48:02.555 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:48:02 14:48:02.555 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:48:03 14:48:03.157 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:48:03 14:48:03.157 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:48:03 14:48:03.758 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:48:03 14:48:03.758 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:48:04 14:48:04.360 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:48:04 14:48:04.360 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:48:04 14:48:04.961 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left
10:48:04 14:48:04.961 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
10:48:05 14:48:05.162 INFO [WorkbenchTestable][Keyboard] Move cursor
10:48:05 14:48:05.362 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:05 14:48:05.362 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:05 14:48:05.563 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:05 14:48:05.965 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:05 14:48:05.965 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:06 14:48:06.166 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:06 14:48:06.367 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
10:48:06 14:48:06.567 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard
10:48:06 14:48:06.567 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
10:48:06 14:48:06.768 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99
10:48:06 14:48:06.768 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99
10:48:06 14:48:06.969 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99
10:48:07 14:48:07.169 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
10:48:07 14:48:07.370 INFO [WorkbenchTestable][Keyboard] Move cursor
10:48:07 14:48:07.571 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:07 14:48:07.571 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:07 14:48:07.771 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:08 14:48:08.172 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:08 14:48:08.173 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:08 14:48:08.373 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:08 14:48:08.774 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:08 14:48:08.774 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:08 14:48:08.975 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:09 14:48:09.377 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:09 14:48:09.377 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:09 14:48:09.578 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:09 14:48:09.979 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219
10:48:09 14:48:09.979 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219
10:48:10 14:48:10.180 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219
10:48:10 14:48:10.380 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard
10:48:10 14:48:10.380 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144
10:48:10 14:48:10.581 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118
10:48:10 14:48:10.581 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118
10:48:10 14:48:10.782 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118
10:48:10 14:48:10.983 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144
10:48:11 14:48:11.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available....
10:48:11 14:48:11.183 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully
10:48:11 14:48:11.183 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell
10:48:11 14:48:11.184 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:11 14:48:11.184 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:11 14:48:11.184 INFO [main][AbstractShell] Close shell Keyboard testing shell
10:48:11 14:48:11.184 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell'
10:48:11 14:48:11.187 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:11 14:48:11.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:11 14:48:11.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:11 14:48:11.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:11 14:48:11.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:11 14:48:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)
10:48:11 14:48:11.190 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:11 14:48:11.191 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:11 14:48:11.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:11 14:48:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.85 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest
10:48:11 typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 4.227 s
10:48:11 cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 8.659 s
10:48:11 typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 6.638 s
10:48:11 selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 4.447 s
10:48:11 keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 1.224 s
10:48:11 copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest)  Time elapsed: 8.652 s
10:48:11 Running org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.194 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.194 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:48:11 14:48:11.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:11 14:48:11.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:11 14:48:11.194 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:11 14:48:11.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:11 14:48:11.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:48:11 14:48:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:11 14:48:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:11 14:48:11.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers
10:48:11 14:48:11.208 TRACE [WorkbenchTestable][WidgetLookup] 141 widget(s) found
10:48:11 14:48:11.208 INFO [WorkbenchTestable][WidgetResolverTest] Testing 141 widgets for matching children to parent.
10:48:11 14:48:11.210 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]
10:48:11 14:48:11.210 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]
10:48:11 14:48:11.210 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]
10:48:11 14:48:11.210 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]
10:48:11 14:48:11.210 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]
10:48:11 14:48:11.210 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}]
10:48:11 14:48:11.211 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]
10:48:11 14:48:11.211 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}]
10:48:11 14:48:11.211 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}]
10:48:11 14:48:11.211 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]
10:48:11 14:48:11.211 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]
10:48:11 14:48:11.211 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]
10:48:11 14:48:11.211 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]
10:48:11 14:48:11.212 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
10:48:11 14:48:11.212 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
10:48:11 14:48:11.212 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]
10:48:11 14:48:11.212 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
10:48:11 14:48:11.213 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd]
10:48:11 14:48:11.213 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.213 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.213 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.213 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.215 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.215 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.216 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.216 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.216 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
10:48:11 14:48:11.217 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.217 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}]
10:48:11 14:48:11.217 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}]
10:48:11 14:48:11.217 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]
10:48:11 14:48:11.217 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace.
10:48:11 To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.218 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.219 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer}
10:48:11 14:48:11.219 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.219 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.219 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e]
10:48:11 14:48:11.220 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]
10:48:11 14:48:11.220 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e]
10:48:11 14:48:11.220 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]
10:48:11 14:48:11.220 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.220 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.221 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}]
10:48:11 14:48:11.222 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
10:48:11 14:48:11.222 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]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.223 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
10:48:11 14:48:11.224 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}]
10:48:11 14:48:11.224 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]
10:48:11 14:48:11.224 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}]
10:48:11 14:48:11.224 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline}
10:48:11 14:48:11.224 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.224 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.224 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]
10:48:11 14:48:11.224 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.225 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]
10:48:11 14:48:11.226 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems}
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT}
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log}
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls}
10:48:11 14:48:11.227 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]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8]
10:48:11 14:48:11.227 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.228 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.229 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]
10:48:11 14:48:11.229 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]
10:48:11 14:48:11.229 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]
10:48:11 14:48:11.229 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]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.230 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.231 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.232 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}]
10:48:11 14:48:11.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.233 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null]
10:48:11 14:48:11.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}]
10:48:11 14:48:11.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.234 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null]
10:48:11 14:48:11.234 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]
10:48:11 14:48:11.234 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]
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:11 14:48:11.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:11 14:48:11.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest
10:48:11 parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest)  Time elapsed: 0.04 s
10:48:11 Running org.eclipse.reddeer.swt.test.EditorBarTest
10:48:11 14:48:11.238 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest
10:48:11 14:48:11.238 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:48:11 14:48:11.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:11 14:48:11.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:48:11 14:48:11.240 DEBUG [main][MenuItemLookup] Found menu:'File'
10:48:11 14:48:11.240 DEBUG [main][MenuItemLookup] Item match:File
10:48:11 14:48:11.240 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:48:11 14:48:11.240 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:''
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Package'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Class'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Interface'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Enum'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Record'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'File'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:''
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:48:11 14:48:11.242 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:48:11 14:48:11.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:48:11 14:48:11.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:48:11 14:48:11.242 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:48:11 14:48:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available....
10:48:11 14:48:11.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully
10:48:11 14:48:11.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:11 14:48:11.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:11 14:48:11.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:11 14:48:11.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:48:11 14:48:11.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:48:11 14:48:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:48:11 14:48:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:48:11 14:48:11.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:48:11 14:48:11.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:48:11 14:48:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:48:11 14:48:11.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:48:11 14:48:11.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:48:11 14:48:11.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:48:11 14:48:11.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:48:11 14:48:11.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:48:11 14:48:11.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:48:11 14:48:11.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:48:11 14:48:11.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
10:48:11 14:48:11.825 DEBUG [main][TreeItemHandler] Selecting tree item: Project
10:48:11 14:48:11.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
10:48:11 14:48:11.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
10:48:11 14:48:11.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >")
10:48:11 14:48:11.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:11 14:48:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent
10:48:11 14:48:11.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:11 14:48:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:11 14:48:11.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:11 14:48:11.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:11 14:48:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:11 14:48:11.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:11 14:48:11.829 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:48:11 14:48:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:11 14:48:11.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:11 14:48:11.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:11 14:48:11.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:11 14:48:11.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
10:48:11 14:48:11.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully
10:48:11 14:48:11.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:11 14:48:11.863 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:
10:48:11 is "Project name:")
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:11 14:48:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:11 14:48:11.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:11 14:48:11.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:11 14:48:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:11 14:48:11.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:48:11 14:48:11.865 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:48:11 14:48:11.865 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish")
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:11 14:48:11.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:11 14:48:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:11 14:48:11.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:11 14:48:11.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:11 14:48:11.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:11 14:48:11.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:11 14:48:11.869 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:48:11 14:48:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:11 14:48:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:11 14:48:11.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:11 14:48:11.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:11 14:48:11.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:48:12 14:48:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:48:12 14:48:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:12 14:48:12.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:12 14:48:12.380 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
10:48:12 14:48:12.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:48:12 14:48:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:12 14:48:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:12 14:48:12.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:48:12 14:48:12.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'File'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Run'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Item match:Window
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:''
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:48:12 14:48:12.381 DEBUG [main][MenuItemLookup] Item match:Show View
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Console	Shift+Alt+Q C'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Declaration	Shift+Alt+Q D'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Javadoc	Shift+Alt+Q J'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer	Shift+Alt+Q P'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Search	Shift+Alt+Q S'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Templates'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy	Shift+Alt+Q T'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:''
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:48:12 14:48:12.384 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:48:12 14:48:12.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:48:12 14:48:12.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:48:12 14:48:12.385 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:48:12 14:48:12.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:48:12 14:48:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:48:12 14:48:12.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:12 14:48:12.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:12 14:48:12.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:12 14:48:12.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:48:12 14:48:12.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:48:12 14:48:12.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:48:12 14:48:12.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:48:12 14:48:12.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
10:48:12 14:48:12.429 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
10:48:12 14:48:12.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:12 14:48:12.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:12 14:48:12.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:48:12 14:48:12.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:12 14:48:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:12 14:48:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:12 14:48:12.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:48:12 14:48:12.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:12 14:48:12.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:12 14:48:12.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:12 14:48:12.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:12 14:48:12.431 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:48:12 14:48:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:12 14:48:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:12 14:48:12.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:12 14:48:12.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:12 14:48:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:48:12 14:48:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:48:12 14:48:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open...
10:48:12 14:48:12.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully
10:48:12 14:48:12.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:48:12 14:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:12 14:48:12.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:12 14:48:12.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:12 14:48:12.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:48:12 14:48:12.464 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:12 14:48:12.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:12 14:48:12.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:12 14:48:12.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:48:12 14:48:12.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:48:12 14:48:12.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:48:12 14:48:12.465 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:12 14:48:12.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:12 14:48:12.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:12 14:48:12.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:12 14:48:12.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:12 14:48:12.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:12 14:48:12.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:12 14:48:12.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:12 14:48:12.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:12 14:48:12.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:12 14:48:12.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:12 14:48:12.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:12 14:48:12.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:12 14:48:12.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:12 14:48:12.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:12 14:48:12.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:13 14:48:13.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:13 14:48:13.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:13 14:48:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:48:13 14:48:13.471 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:13 14:48:13.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:13 14:48:13.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:13 14:48:13.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:13 14:48:13.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:48:13 14:48:13.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test
10:48:13 14:48:13.480 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:13 14:48:13.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:13 14:48:13.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:13 14:48:13.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:13 14:48:13.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:48:13 14:48:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:13 14:48:13.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:13 14:48:13.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:13 14:48:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:13 14:48:13.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:48:13 14:48:13.481 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:48:13 14:48:13.481 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:48:13 14:48:13.481 DEBUG [main][TreeItemHandler] Set Tree selection
10:48:13 14:48:13.481 DEBUG [main][TreeHandler] Notify Tree about selection event
10:48:13 14:48:13.489 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:48:13 14:48:13.501 DEBUG [WorkbenchTestable][TreeItemHandler]   EditorBarTest-test
10:48:13 14:48:13.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:13 14:48:13.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:13 14:48:13.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:48:13 14:48:13.501 DEBUG [main][MenuItemLookup] Found menu:'File'
10:48:13 14:48:13.502 DEBUG [main][MenuItemLookup] Item match:File
10:48:13 14:48:13.502 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:48:13 14:48:13.502 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Java Project'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:''
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Package'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Class'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Interface'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Enum'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Record'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Annotation'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Source Folder'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Found menu:'File'
10:48:13 14:48:13.504 DEBUG [main][MenuItemLookup] Item match:File
10:48:13 14:48:13.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File"
10:48:13 14:48:13.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File
10:48:13 14:48:13.504 INFO [main][MenuItemHandler] Select menu item: File
10:48:13 14:48:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:48:13 14:48:13.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:48:13 14:48:13.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:13 14:48:13.556 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:
10:48:13 is "File name:")
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:13 14:48:13.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:13 14:48:13.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:13 14:48:13.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:13 14:48:13.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:13 14:48:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:13 14:48:13.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:48:13 14:48:13.558 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:48:13 14:48:13.559 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb
10:48:13 14:48:13.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish")
10:48:13 14:48:13.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:13 14:48:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:13 14:48:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:13 14:48:13.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent
10:48:13 14:48:13.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:13 14:48:13.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:13 14:48:13.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:13 14:48:13.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:13 14:48:13.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:13 14:48:13.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:13 14:48:13.561 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:48:13 14:48:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:13 14:48:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:13 14:48:13.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:13 14:48:13.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:13 14:48:13.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:48:14 14:48:14.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:48:14 14:48:14.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2702c911 is found...
10:48:14 14:48:14.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2702c911 is found finished successfully
10:48:14 14:48:14.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E')
10:48:14 14:48:14.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:14 14:48:14.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:14 14:48:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:14 14:48:14.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:48:14 14:48:14.072 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:14 14:48:14.072 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null
10:48:14 14:48:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:14 14:48:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:14 14:48:14.073 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent
10:48:14 14:48:14.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task")
10:48:14 14:48:14.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:14 14:48:14.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:14 14:48:14.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:14 14:48:14.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:48:14 14:48:14.073 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task
10:48:14 14:48:14.073 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:48:14 14:48:14.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:14 14:48:14.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:14 14:48:14.074 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:48:14 14:48:14.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:14 14:48:14.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform
10:48:14 14:48:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:14 14:48:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:14 14:48:14.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform'
10:48:14 14:48:14.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:48:14 14:48:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:14 14:48:14.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:14 14:48:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:14 14:48:14.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:48:14 14:48:14.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:14 14:48:14.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:14 14:48:14.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:14 14:48:14.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:14 14:48:14.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:14 14:48:14.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:14 14:48:14.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:14 14:48:14.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:14 14:48:14.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:14 14:48:14.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:14 14:48:14.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:14 14:48:14.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:14 14:48:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:14 14:48:14.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:14 14:48:14.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:14 14:48:14.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:15 14:48:15.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:15 14:48:15.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:15 14:48:15.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:48:15 14:48:15.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:48:15 14:48:15.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:15 14:48:15.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:15 14:48:15.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:15 14:48:15.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:48:15 14:48:15.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test
10:48:15 14:48:15.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test
10:48:15 14:48:15.088 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test
10:48:15 14:48:15.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection
10:48:15 14:48:15.095 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test
10:48:15 14:48:15.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:48:15 14:48:15.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'New'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:48:15 14:48:15.128 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
10:48:15 14:48:15.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
10:48:15 14:48:15.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
10:48:15 14:48:15.128 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
10:48:15 14:48:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:15 14:48:15.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
10:48:15 14:48:15.629 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:48:15 14:48:15.629 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:48:15 14:48:15.629 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:48:15 14:48:15.629 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:48:15 14:48:15.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:15 14:48:15.630 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer
10:48:15 14:48:15.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test
10:48:15 14:48:15.630 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test
10:48:15 14:48:15.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection
10:48:15 14:48:15.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test
10:48:15 14:48:15.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:48:15 14:48:15.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'New'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:''
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:48:15 14:48:15.653 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
10:48:15 14:48:15.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
10:48:15 14:48:15.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
10:48:15 14:48:15.653 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
10:48:15 14:48:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available....
10:48:16 14:48:16.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully
10:48:16 14:48:16.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
10:48:16 14:48:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:16 14:48:16.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:16 14:48:16.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:16 14:48:16.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:16 14:48:16.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:16 14:48:16.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:16 14:48:16.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:16 14:48:16.247 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
10:48:16 14:48:16.247 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
10:48:16 14:48:16.247 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:16 14:48:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:16 14:48:16.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:16 14:48:16.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:16 14:48:16.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:16 14:48:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:16 14:48:16.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:48:16 14:48:16.248 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:48:16 14:48:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:48:16 14:48:16.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:48:16 14:48:16.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:48:16 14:48:16.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:48:16 14:48:16.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
10:48:16 14:48:16.254 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
10:48:16 14:48:16.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:16 14:48:16.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:16 14:48:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:16 14:48:16.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)
10:48:16 14:48:16.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest
10:48:16 14:48:16.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:16 14:48:16.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:16 14:48:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:16 14:48:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.518 s - in org.eclipse.reddeer.swt.test.EditorBarTest
10:48:16 workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest)  Time elapsed: 5.517 s
10:48:16 
10:48:16 Results:
10:48:16 
10:48:16 Tests run: 307, Failures: 0, Errors: 0, Skipped: 0
10:48:16 
10:48:17 [INFO] All tests passed!
10:48:17 [INFO] 
10:48:17 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test ---
10:48:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:48:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:48:19 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:48:19 [INFO] 
10:48:19 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >----------
10:48:19 [INFO] Building RedDeer Core Tests 4.7.0-SNAPSHOT                       [32/58]
10:48:19 [INFO]   from tests/org.eclipse.reddeer.core.test/pom.xml
10:48:19 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:48:19 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:48:19 [INFO] 
10:48:19 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] Resolving class path of RedDeer Core Tests...
10:48:19 [INFO] 
10:48:19 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test ---
10:48:19 [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/**/*
10:48:19 [INFO] 
10:48:19 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:48:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin
10:48:19 [INFO] 
10:48:19 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:48:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test ---
10:48:19 [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
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test ---
10:48:19 [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
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test ---
10:48:19 [INFO] 
10:48:19 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test ---
10:48:21 [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)
10:48:21 [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.82MB)
10:48:21 [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)
10:48:21 [INFO] Fetching org.apache.commons.lang_2.6.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (277.56kB)
10:48:21 [INFO] Fetching org.yaml.snakeyaml_1.33.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (323.94kB)
10:48:21 [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)
10:48:21 [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
10:48:21 [INFO] Command line:
10:48:21 	[/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]
10:48:23 Launching application org.eclipse.ui.ide.workbench...
10:48:25 Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest
10:48:26 14:48:26.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:26 14:48:26.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:27 14:48:27.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:27 14:48:27.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:27 14:48:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:27 14:48:27.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:27 14:48:27.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:27 14:48:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:27 14:48:27.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:27 14:48:27.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:27 14:48:27.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:48:27 14:48:27.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:48:27 14:48:27.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:27 14:48:27.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:48:27 14:48:27.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found
10:48:27 14:48:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:48:27 14:48:27.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found
10:48:27 14:48:27.140 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:48:27 14:48:27.142 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:48:27 14:48:27.142 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.142 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.142 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.142 INFO [main][AbstractShell] Close shell Testing shell
10:48:27 14:48:27.143 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:27 14:48:27.156 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:27 14:48:27.156 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:27 14:48:27.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:27 14:48:27.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:27 14:48:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:27 14:48:27.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:27 14:48:27.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:27 14:48:27.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:27 14:48:27.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:27 14:48:27.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:27 14:48:27.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:27 14:48:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.628 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:48:27 14:48:27.628 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:48:27 14:48:27.628 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:27 14:48:27.628 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:27 14:48:27.628 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:27 14:48:27.628 INFO [main][AbstractShell] Close shell Testing shell
10:48:27 14:48:27.628 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:27 14:48:27.635 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:27 14:48:27.636 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers
10:48:27 14:48:27.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found
10:48:27 14:48:27.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:27 14:48:27.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:28 14:48:28.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:28 14:48:28.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:28 14:48:28.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:28 14:48:28.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:28 14:48:28.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:48:28 14:48:28.087 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:48:28 14:48:28.087 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:28 14:48:28.087 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:28 14:48:28.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:28 14:48:28.087 INFO [main][AbstractShell] Close shell Testing shell
10:48:28 14:48:28.087 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:28 14:48:28.096 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:28 14:48:28.096 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:28 14:48:28.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:28 14:48:28.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:28 14:48:28.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:28 14:48:28.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:28 14:48:28.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:28 14:48:28.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:28 14:48: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....
10:48:28 14:48: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
10:48:28 14:48:28.547 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:28 14:48:28.548 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:28 14:48:28.548 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:28 14:48:28.548 INFO [main][AbstractShell] Close shell Testing shell
10:48:28 14:48:28.548 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:28 14:48:28.555 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:28 14:48:28.555 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:28 14:48:28.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:28 14:48:28.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:48:28 14:48:28.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:28 14:48:28.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:28 14:48:28.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:28 14:48:28.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:28 14:48:28.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
10:48:28 14:48:28.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:28 14:48:28.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:48:28 14:48:28.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:48:28 14:48:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found
10:48:28 14:48:28.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:28 14:48:28.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:28 14:48:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:28 14:48:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:28 14:48:28.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:28 14:48:28.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:28 14:48:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:28 14:48:28.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:28 14:48:28.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:28 14:48:28.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:28 14:48:28.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:28 14:48:28.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:28 14:48:28.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:29 14:48:28.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:29 14:48:28.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:29 14:48:28.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:29 14:48:28.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:29 14:48:28.989 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:48:29 14:48:28.989 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:48:29 14:48:28.989 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:29 14:48:28.990 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:29 14:48:28.990 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:29 14:48:28.990 INFO [main][AbstractShell] Close shell Testing shell
10:48:29 14:48:28.990 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:29 14:48:28.996 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:29 14:48:28.996 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:29 14:48:29.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:48:29 14:48:29.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:29 14:48:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:29 14:48:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:29 14:48:29.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:29 14:48:29.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:29 14:48:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:48:29 14:48:29.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:48:29 14:48:29.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:48:29 14:48:29.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:48:29 14:48:29.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:48:29 14:48:29.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:48:29 14:48:29.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:29 14:48:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:29 14:48:29.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:48:29 14:48:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:48:29 14:48:29.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:48:29 14:48:29.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:48:29 14:48:29.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:48:29 14:48:29.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:48:29 14:48:29.414 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:48:29 14:48:29.414 DEBUG [main][AbstractWait] Waiting until shell is active...
10:48:29 14:48:29.415 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:48:29 14:48:29.415 INFO [main][AbstractShell] Close shell Testing shell
10:48:29 14:48:29.415 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:48:29 14:48:29.421 DEBUG [main][AbstractWait] Waiting while shell is available...
10:48:29 14:48:29.421 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:48:29 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.485 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest
10:48:29 testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 1.139 s
10:48:29 testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.478 s
10:48:29 testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.46 s
10:48:29 testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.458 s
10:48:29 testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.441 s
10:48:29 testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest)  Time elapsed: 0.425 s
10:48:29 Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:29 14:48:29.444 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:48:29 14:48:29.445 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
10:48:29 14:48:29.452 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:48:29 14:48:29.452 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
10:48:29 14:48:29.462 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:29 14:48:29.469 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:48:29 14:48:29.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:29 14:48:29.472 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:29 14:48:29.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
10:48:29 14:48:29.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
10:48:29 14:48:29.474 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:48:29 14:48:29.475 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:29 14:48:29.475 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:48:29 14:48:29.530 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:29 14:48:29.531 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:48:29 14:48:29.533 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:29 14:48:29.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:29 14:48:29.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:29 14:48:29.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:29 14:48:29.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:29 14:48:29.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:29 14:48:29.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:29 14:48:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:29 14:48:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:29 14:48:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:29 14:48:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:29 14:48:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:29 14:48:29.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:29 14:48:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:29 14:48:29.539 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:30 14:48:30.039 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:30 14:48:30.539 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
10:48:30 14:48:30.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:31 14:48:31.040 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
10:48:31 14:48:31.040 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:31 14:48:31.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it
10:48:31 14:48:31.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
10:48:31 14:48:31.541 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
10:48:31 14:48:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:32 14:48:32.542 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed
10:48:32 14:48:32.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:32 14:48:32.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:32 14:48:32.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:32 14:48:32.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:32 14:48:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:32 14:48:32.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:32 14:48:32.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:32 14:48:32.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:32 14:48:32.548 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:33 14:48:33.048 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:33 14:48:33.549 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:34 14:48:34.049 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:34 14:48:34.549 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:35 14:48:35.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:35 14:48:35.550 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:36 14:48:36.050 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:36 14:48:36.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:36 14:48:36.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown
10:48:37 14:48:37.554 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed
10:48:37 14:48:37.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:37 14:48:37.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:37 14:48:37.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:37 14:48:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:37 14:48:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:37 14:48:37.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:37 14:48:37.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:37 14:48:37.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:37 14:48:37.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:37 14:48:37.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:37 14:48:37.556 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:38 14:48:38.056 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:38 14:48:38.057 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:38 14:48:38.557 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:38 14:48:38.557 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:39 14:48:39.057 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:39 14:48:39.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:39 14:48:39.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:39 14:48:39.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:40 14:48:40.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:40 14:48:40.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:40 14:48:40.559 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:40 14:48:40.559 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:41 14:48:41.059 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:41 14:48:41.059 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:41 14:48:41.559 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:41 14:48:41.559 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:42 14:48:42.060 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:42 14:48:42.060 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:42 14:48:42.560 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:42 14:48:42.560 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:43 14:48:43.061 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:43 14:48:43.061 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:48:43 14:48:43.561 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped
10:48:43 14:48:43.561 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
10:48:43 14:48:43.561 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
10:48:43 14:48:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:44 14:48:44.562 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed
10:48:44 14:48:44.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:44 14:48:44.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:44 14:48:44.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:44 14:48:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:44 14:48:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:44 14:48:44.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:44 14:48:44.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:44 14:48:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:44 14:48:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:44 14:48:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:44 14:48:44.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:44 14:48:44.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:45 14:48:45.064 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:45 14:48:45.064 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:45 14:48:45.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:45 14:48:45.564 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:46 14:48:46.065 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:46 14:48:46.065 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:46 14:48:46.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:46 14:48:46.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:47 14:48:47.066 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped
10:48:47 14:48:47.066 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:47 14:48:47.566 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:48 14:48:48.066 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:48 14:48:48.567 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:49 14:48:49.067 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:49 14:48:49.567 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:50 14:48:50.068 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:50 14:48:50.568 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:50 14:48:50.568 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:51 14:48:51.069 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:51 14:48:51.069 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:51 14:48:51.569 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:51 14:48:51.569 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:52 14:48:52.069 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:52 14:48:52.070 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:52 14:48:52.570 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:52 14:48:52.570 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:53 14:48:53.070 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:53 14:48:53.070 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it
10:48:53 14:48:53.571 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:53 14:48:53.571 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
10:48:53 14:48:53.571 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
10:48:53 14:48:53.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:48:54 14:48:54.571 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed
10:48:54 14:48:54.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:54 14:48:54.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:48:54 14:48:54.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:48:54 14:48:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:48:54 14:48:54.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:48:54 14:48:54.573 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:48:54 14:48:54.573 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:54 14:48:54.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:48:54 14:48:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:48:54 14:48:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:48:54 14:48:54.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:54 14:48:54.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:54 14:48:54.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:55 14:48:55.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:55 14:48:55.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:55 14:48:55.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:55 14:48:55.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:55 14:48:55.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:55 14:48:55.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:56 14:48:56.075 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:56 14:48:56.075 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:56 14:48:56.075 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:56 14:48:56.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:56 14:48:56.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:56 14:48:56.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:57 14:48:57.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:57 14:48:57.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:57 14:48:57.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:57 14:48:57.576 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:57 14:48:57.576 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:57 14:48:57.576 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:58 14:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:58 14:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:58 14:48:58.076 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:58 14:48:58.577 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:58 14:48:58.577 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:58 14:48:58.577 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:59 14:48:59.077 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:59 14:48:59.078 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:59 14:48:59.078 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:48:59 14:48:59.578 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:48:59 14:48:59.578 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:48:59 14:48:59.578 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:49:00 14:49:00.078 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:49:00 14:49:00.078 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:49:00 14:49:00.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it
10:49:00 14:49:00.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped
10:49:00 14:49:00.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped
10:49:00 14:49:00.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is not listed in considered jobs, ignore it
10:49:00 14:49:00.579 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it
10:49:00 14:49:00.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:49:01 14:49:01.579 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed
10:49:02 14:49:02.580 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed
10:49:02 14:49:02.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:49:02 14:49:02.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:02 14:49:02.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:02 14:49:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:02 14:49:02.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:02 14:49:02.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:49:02 14:49:02.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:02 14:49:02.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null...
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:49:02 14:49:02.582 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:49:03 14:49:03.082 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:49:03 14:49:03.583 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:49:04 14:49:04.083 DEBUG [WorkbenchTestable][JobIsRunning]   job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:49:04 14:49:04.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:04 14:49:04.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:04 14:49:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:04 14:49:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:04 14:49:04.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)
10:49:04 14:49:04.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:49:04 14:49:04.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:04 14:49:04.585 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:04 14:49:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:04 14:49:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:04 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.142 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest
10:49:04 testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 3.013 s
10:49:04 testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 5.007 s
10:49:04 testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 7.007 s
10:49:04 testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 10.01 s
10:49:04 testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 8.008 s
10:49:04 testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest)  Time elapsed: 2.003 s
10:49:04 Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:04 14:49:04.591 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:04 14:49:04.593 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:49:04 14:49:04.593 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:04 14:49:04.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:04 14:49:04.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
10:49:04 14:49:04.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:04 14:49:04.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:04 14:49:04.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:04 14:49:04.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:04 14:49:04.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified
10:49:04 14:49:04.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:05 14:49:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:05 14:49:05.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:05 14:49:05.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:49:05 14:49:05.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:05 14:49:05.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:05 14:49:05.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers
10:49:05 14:49:05.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found
10:49:05 14:49:05.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:05 14:49:05.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found
10:49:05 14:49:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:05 14:49:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:05 14:49:05.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:49:05 14:49:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:05 14:49:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:05 14:49:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:49:05 14:49:05.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:49:05 14:49:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:49:05 14:49:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:49:05 14:49:05.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:49:05 14:49:05.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:49:05 14:49:05.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:49:05 14:49:05.019 DEBUG [main][AbstractWait] Waiting until shell is active...
10:49:05 14:49:05.019 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:49:05 14:49:05.019 INFO [main][AbstractShell] Close shell Testing shell
10:49:05 14:49:05.019 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:49:05 14:49:05.028 DEBUG [main][AbstractWait] Waiting while shell is available...
10:49:05 14:49:05.028 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:49:05 14:49:05.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:05 14:49:05.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:05 14:49:05.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:05 14:49:05.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:05 14:49:05.035 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:05 14:49:05.035 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:05 14:49:05.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
10:49:05 14:49:05.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:05 14:49:05.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:05 14:49:05.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:05 14:49:05.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:05 14:49:05.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:49:05 14:49:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:05 14:49:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:05 14:49:05.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell
10:49:05 14:49:05.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:05 14:49:05.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:05 14:49:05.074 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
10:49:05 14:49:05.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
10:49:05 14:49:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:05 14:49:05.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:05 14:49:05.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
10:49:05 14:49:05.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
10:49:06 14:49:05.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:06 14:49:06.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:06 14:49:06.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
10:49:06 14:49:06.081 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1
10:49:06 14:49:06.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C
10:49:06 14:49:06.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:06 14:49:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:06 14:49:06.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C
10:49:06 14:49:06.582 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
10:49:06 14:49:06.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:49:06 14:49:06.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:07 14:49:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:07 14:49:07.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:49:07 14:49:07.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:49:07 14:49:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:07 14:49:07.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:49:07 14:49:07.087 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:07 14:49:07.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B
10:49:07 14:49:07.087 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
10:49:07 14:49:07.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:07 14:49:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:07 14:49:07.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
10:49:07 14:49:07.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
10:49:07 14:49:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:08 14:49:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:08 14:49:08.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
10:49:08 14:49:08.089 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1
10:49:08 14:49:08.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB
10:49:08 14:49:08.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:08 14:49:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:08 14:49:08.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB
10:49:08 14:49:08.591 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:49:08 14:49:08.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:49:08 14:49:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.092 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:49:09 14:49:09.094 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed
10:49:09 14:49:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A
10:49:09 14:49:09.095 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
10:49:09 14:49:09.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:49:09 14:49:09.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:49:09 14:49:09.598 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:09 14:49:09.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA
10:49:09 14:49:09.598 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
10:49:09 14:49:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:10 14:49:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:10 14:49:10.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
10:49:10 14:49:10.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
10:49:10 14:49:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:10 14:49:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:10 14:49:10.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
10:49:10 14:49:10.601 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1
10:49:10 14:49:10.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB
10:49:10 14:49:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:11 14:49:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:11 14:49:11.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB
10:49:11 14:49:11.102 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
10:49:11 14:49:11.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
10:49:11 14:49:11.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:11 14:49:11.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:11 14:49:11.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
10:49:11 14:49:11.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
10:49:11 14:49:11.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:12 14:49:12.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:12 14:49:12.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
10:49:12 14:49:12.104 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1
10:49:12 14:49:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA
10:49:12 14:49:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:49:12 14:49:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:49:12 14:49:12.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA
10:49:12 14:49:12.605 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:49:12 14:49:12.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:49:12 14:49:12.606 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:49:12 14:49:12.606 DEBUG [main][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.606 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.606 INFO [main][AbstractShell] Close shell Testing shell
10:49:12 14:49:12.606 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:49:12 14:49:12.608 DEBUG [main][AbstractWait] Waiting while shell is available...
10:49:12 14:49:12.609 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:49:12 14:49:12.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:12 14:49:12.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:12 14:49:12.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:12 14:49:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:12 14:49:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:12 14:49:12.615 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)
10:49:12 14:49:12.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:12 14:49:12.615 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:49:12 14:49:12.615 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:49:12 14:49:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:12 14:49:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.024 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest
10:49:12 testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)  Time elapsed: 0.441 s
10:49:12 testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest)  Time elapsed: 7.58 s
10:49:12 Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest
10:49:12 14:49:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available....
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell
10:49:12 14:49:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.642 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell
10:49:12 14:49:12.642 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell'
10:49:12 14:49:12.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:49:12 14:49:12.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:49:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest
10:49:12 testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest)  Time elapsed: 0.03 s
10:49:12 Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:49:12 14:49:12.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:49:12 14:49:12.659 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:49:12 14:49:12.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:12 14:49:12.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:49:12 14:49:12.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:12 14:49:12.659 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:49:12 14:49:12.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:12 14:49:12.662 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:49:12 14:49:12.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:12 14:49:12.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:49:12 14:49:12.663 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
10:49:12 14:49:12.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:49:12 14:49:12.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:49:12 14:49:12.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:49:12 14:49:12.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:49:12 14:49:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:12 14:49:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:12 14:49:12.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:12 14:49:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:12 14:49:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:12 14:49:12.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:12 14:49:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:12 14:49:12.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:12 14:49:12.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:12 14:49:12.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:12 14:49:12.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
10:49:12 14:49:12.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:12 14:49:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:12 14:49:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:12 14:49:12.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:12 14:49:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:12 14:49:12.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:12 14:49:12.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:12 14:49:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:12 14:49:12.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:12 14:49:12.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:12 14:49:12.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:12 14:49:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:12 14:49:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:12 14:49:12.741 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:12 14:49:12.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:12 14:49:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:12 14:49:12.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:12 14:49:12.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:13 14:49:13.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:13 14:49:13.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:13 14:49:13.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:13 14:49:13.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:13 14:49:13.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:13 14:49:13.749 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:13 14:49:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:13 14:49:13.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:13 14:49:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:13 14:49:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:13 14:49:13.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:13 14:49:13.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:14 14:49:14.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:14 14:49:14.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:14 14:49:14.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:14 14:49:14.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:14 14:49:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:14 14:49:14.758 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:14 14:49:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:14 14:49:14.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:14 14:49:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:14 14:49:14.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:14 14:49:14.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:15 14:49:15.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:15 14:49:15.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:15 14:49:15.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:15 14:49:15.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:15 14:49:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:15 14:49:15.760 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:15 14:49:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:15 14:49:15.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:15 14:49:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:15 14:49:15.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:15 14:49:15.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:16 14:49:16.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:16 14:49:16.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:16 14:49:16.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:16 14:49:16.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:16 14:49:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:16 14:49:16.764 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:16 14:49:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:16 14:49:16.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:16 14:49:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:16 14:49:16.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:16 14:49:16.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:17 14:49:17.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:17 14:49:17.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:17 14:49:17.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:17 14:49:17.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:17 14:49:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:17 14:49:17.769 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:17 14:49:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:17 14:49:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:17 14:49:17.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:17 14:49:17.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
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:17 14:49:17.770 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:17 14:49:17.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:17 14:49:17.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:17 14:49:17.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:18 14:49:18.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:18 14:49:18.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:18 14:49:18.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:18 14:49:18.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:18 14:49:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:18 14:49:18.771 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:18 14:49:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:18 14:49:18.776 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:18 14:49:18.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:18 14:49:18.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:18 14:49:18.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:18 14:49:18.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:19 14:49:19.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:19 14:49:19.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:19 14:49:19.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:19 14:49:19.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:19 14:49:19.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:19 14:49:19.789 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:19 14:49:19.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:19 14:49:19.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:19 14:49:19.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:19 14:49:19.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:19 14:49:19.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:19 14:49:19.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:20 14:49:20.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:20 14:49:20.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:20 14:49:20.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:20 14:49:20.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:20 14:49:20.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:20 14:49:20.792 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:20 14:49:20.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
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:20 14:49:20.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:20 14:49:20.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:20 14:49:20.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:20 14:49:20.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:21 14:49:21.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:21 14:49:21.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:21 14:49:21.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:21 14:49:21.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:21 14:49:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:21 14:49:21.794 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:21 14:49:21.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:21 14:49:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:21 14:49:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:21 14:49:21.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:21 14:49:21.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:21 14:49:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:21 14:49:21.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:21 14:49:21.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:22 14:49:22.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:22 14:49:22.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:22 14:49:22.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:22 14:49:22.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:22 14:49:22.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:22 14:49:22.798 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:22 14:49:22.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
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:22 14:49:22.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:22 14:49:22.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:22 14:49:22.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:22 14:49:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:22 14:49:22.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:22 14:49:22.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:23 14:49:23.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:23 14:49:23.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:23 14:49:23.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:23 14:49:23.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:23 14:49:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:23 14:49:23.802 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:23 14:49:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:23 14:49:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:23 14:49:23.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:23 14:49:23.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:23 14:49:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:23 14:49:23.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:23 14:49:23.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:24 14:49:24.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:24 14:49:24.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:24 14:49:24.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:24 14:49:24.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:24 14:49:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:24 14:49:24.804 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:24 14:49:24.805 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:24 14:49:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:24 14:49:24.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:24 14:49:24.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:25 14:49:25.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:25 14:49:25.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:25 14:49:25.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:25 14:49:25.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:25 14:49:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:25 14:49:25.814 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:25 14:49:25.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
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:25 14:49:25.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:25 14:49:25.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:25 14:49:25.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:25 14:49:25.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:25 14:49:25.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:25 14:49:25.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:26 14:49:26.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:26 14:49:26.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:26 14:49:26.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:26 14:49:26.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:26 14:49:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:26 14:49:26.825 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:26 14:49:26.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:26 14:49:26.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:26 14:49:26.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:26 14:49:26.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:27 14:49:27.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:27 14:49:27.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:27 14:49:27.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:27 14:49:27.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:27 14:49:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:27 14:49:27.828 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:27 14:49:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:27 14:49:27.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:27 14:49:27.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:27 14:49:27.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:27 14:49:27.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:28 14:49:28.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:28 14:49:28.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:28 14:49:28.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:28 14:49:28.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:28 14:49:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:28 14:49:28.830 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:28 14:49:28.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:28 14:49:28.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:28 14:49:28.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:28 14:49:28.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:28 14:49:28.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:28 14:49:28.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:29 14:49:29.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:29 14:49:29.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:29 14:49:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:29 14:49:29.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:29 14:49:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:29 14:49:29.833 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:29 14:49:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:29 14:49:29.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:29 14:49:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:29 14:49:29.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:29 14:49:29.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:30 14:49:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:30 14:49:30.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:30 14:49:30.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:30 14:49:30.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:30 14:49:30.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:30 14:49:30.837 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:30 14:49:30.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:30 14:49:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:30 14:49:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:30 14:49:30.843 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:30 14:49:30.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:30 14:49:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:30 14:49:30.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:30 14:49:30.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:31 14:49:31.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:31 14:49:31.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:31 14:49:31.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:31 14:49:31.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:31 14:49:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:31 14:49:31.847 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:31 14:49:31.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:31 14:49:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:31 14:49:31.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:31 14:49:31.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:32 14:49:32.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:32 14:49:32.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:32 14:49:32.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:32 14:49:32.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:32 14:49:32.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:32 14:49:32.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:32 14:49:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:32 14:49:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:32 14:49:32.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:32 14:49:32.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:32 14:49:32.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:32 14:49:32.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:32 14:49:32.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:33 14:49:33.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:33 14:49:33.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:33 14:49:33.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:33 14:49:33.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:33 14:49:33.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:33 14:49:33.855 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:33 14:49:33.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:33 14:49:33.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:33 14:49:33.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:33 14:49:33.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:33 14:49:33.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:34 14:49:34.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:34 14:49:34.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:34 14:49:34.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:34 14:49:34.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:34 14:49:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:34 14:49:34.858 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:34 14:49:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:34 14:49:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:34 14:49:34.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:34 14:49:34.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:34 14:49:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:34 14:49:34.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:34 14:49:34.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:35 14:49:35.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:35 14:49:35.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:35 14:49:35.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:35 14:49:35.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:35 14:49:35.860 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:35 14:49:35.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:35 14:49:35.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:35 14:49:35.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:35 14:49:35.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:35 14:49:35.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:36 14:49:36.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:36 14:49:36.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:36 14:49:36.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:36 14:49:36.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:37 14:49:37.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:37 14:49:37.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:37 14:49:37.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:37 14:49:37.362 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:37 14:49:37.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:37 14:49:37.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:37 14:49:37.363 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:37 14:49:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:37 14:49:37.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:37 14:49:37.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:37 14:49:37.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:37 14:49:37.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:38 14:49:38.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:38 14:49:38.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:38 14:49:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:38 14:49:38.370 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:38 14:49:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:38 14:49:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:38 14:49:38.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
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:38 14:49:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:38 14:49:38.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:38 14:49:38.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:38 14:49:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:38 14:49:38.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:38 14:49:38.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:38 14:49:38.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:38 14:49:38.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:39 14:49:39.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:39 14:49:39.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:39 14:49:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:39 14:49:39.377 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:39 14:49:39.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:39 14:49:39.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:39 14:49:39.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:39 14:49:39.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:39 14:49:39.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:39 14:49:39.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:39 14:49:39.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:40 14:49:40.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:40 14:49:40.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:40 14:49:40.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:40 14:49:40.382 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:40 14:49:40.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:40 14:49:40.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
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:40 14:49:40.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:40 14:49:40.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:40 14:49:40.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:40 14:49:40.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:40 14:49:40.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:40 14:49:40.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:40 14:49:40.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:40 14:49:40.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:41 14:49:41.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:41 14:49:41.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:41 14:49:41.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:41 14:49:41.386 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:41 14:49:41.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:41 14:49:41.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:41 14:49:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:41 14:49:41.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:41 14:49:41.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:41 14:49:41.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:41 14:49:41.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:42 14:49:42.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:42 14:49:42.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:42 14:49:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:42 14:49:42.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:42 14:49:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:42 14:49:42.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:42 14:49:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:42 14:49:42.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:42 14:49:42.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:42 14:49:42.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:42 14:49:42.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:43 14:49:43.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:43 14:49:43.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:43 14:49:43.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:43 14:49:43.393 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:43 14:49:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:43 14:49:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:43 14:49:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:43 14:49:43.423 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:43 14:49:43.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:43 14:49:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:43 14:49:43.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:43 14:49:43.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:43 14:49:43.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:43 14:49:43.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:44 14:49:44.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:44 14:49:44.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:44 14:49:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:44 14:49:44.426 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:44 14:49:44.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:44 14:49:44.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:44 14:49:44.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:44 14:49:44.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:44 14:49:44.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:49:44 14:49:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:44 14:49:44.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:49:44 14:49:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:44 14:49:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:44 14:49:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:44 14:49:44.456 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:44 14:49:44.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:44 14:49:44.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:44 14:49:44.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:44 14:49:44.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:44 14:49:44.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:44 14:49:44.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:45 14:49:45.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:45 14:49:45.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:45 14:49:45.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:45 14:49:45.460 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:45 14:49:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:45 14:49:45.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:45 14:49:45.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:45 14:49:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:45 14:49:45.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:45 14:49:45.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:45 14:49:45.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:45 14:49:45.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:45 14:49:45.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:45 14:49:45.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:45 14:49:45.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:45 14:49:45.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:46 14:49:46.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:46 14:49:46.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:46 14:49:46.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:46 14:49:46.469 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:46 14:49:46.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:46 14:49:46.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:46 14:49:46.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:46 14:49:46.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:46 14:49:46.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:46 14:49:46.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:46 14:49:46.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:46 14:49:46.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:46 14:49:46.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:46 14:49:46.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:47 14:49:47.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:47 14:49:47.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:47 14:49:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:47 14:49:47.471 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:47 14:49:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:47 14:49:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:47 14:49:47.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:47 14:49:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:47 14:49:47.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:47 14:49:47.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:47 14:49:47.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:47 14:49:47.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:47 14:49:47.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:47 14:49:47.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:48 14:49:48.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:48 14:49:48.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:48 14:49:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:48 14:49:48.473 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:48 14:49:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:48 14:49:48.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:48 14:49:48.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
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:48 14:49:48.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:48 14:49:48.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:48 14:49:48.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:48 14:49:48.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:48 14:49:48.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:48 14:49:48.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:49 14:49:49.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:49 14:49:49.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:49 14:49:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:49 14:49:49.475 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:49 14:49:49.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:49 14:49:49.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
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:49 14:49:49.476 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:49 14:49:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:49 14:49:49.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:49 14:49:49.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:49 14:49:49.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:49 14:49:49.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:50 14:49:50.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:50 14:49:50.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:50 14:49:50.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:50 14:49:50.484 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:50 14:49:50.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:50 14:49:50.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:50 14:49:50.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:50 14:49:50.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:50 14:49:50.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:50 14:49:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:50 14:49:50.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:50 14:49:50.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:50 14:49:50.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:50 14:49:50.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:51 14:49:51.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:51 14:49:51.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:51 14:49:51.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:51 14:49:51.498 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:51 14:49:51.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:51 14:49:51.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:51 14:49:51.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:51 14:49:51.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:51 14:49:51.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:52 14:49:51.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:52 14:49:52.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:52 14:49:52.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:52 14:49:52.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:52 14:49:52.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:52 14:49:52.501 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:52 14:49:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:52 14:49:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:52 14:49:52.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:52 14:49:52.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:52 14:49:52.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:52 14:49:52.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:52 14:49:52.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:53 14:49:53.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:53 14:49:53.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:53 14:49:53.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:53 14:49:53.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:53 14:49:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:53 14:49:53.503 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:53 14:49:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:53 14:49:53.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:53 14:49:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:53 14:49:53.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:53 14:49:53.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:54 14:49:54.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:54 14:49:54.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:54 14:49:54.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:54 14:49:54.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:54 14:49:54.505 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:54 14:49:54.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:54 14:49:54.506 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:54 14:49:54.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:54 14:49:54.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:54 14:49:54.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:54 14:49:54.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:55 14:49:55.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:55 14:49:55.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:55 14:49:55.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:55 14:49:55.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:55 14:49:55.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:55 14:49:55.514 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:55 14:49:55.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:55 14:49:55.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:55 14:49:55.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:55 14:49:55.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:49:55 14:49:55.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:49:55 14:49:55.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:55 14:49:55.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:55 14:49:55.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:55 14:49:55.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:55 14:49:55.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:56 14:49:56.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:56 14:49:56.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:56 14:49:56.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:56 14:49:56.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:56 14:49:56.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:56 14:49:56.521 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:56 14:49:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:49:56 14:49:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:49:56 14:49:56.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:49:56 14:49:56.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:56 14:49:56.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:56 14:49:56.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:56 14:49:56.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:56 14:49:56.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:57 14:49:57.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:57 14:49:57.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:57 14:49:57.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:57 14:49:57.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:57 14:49:57.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:57 14:49:57.523 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:57 14:49:57.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:57 14:49:57.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:49:57 14:49:57.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:57 14:49:57.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:57 14:49:57.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:57 14:49:57.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:58 14:49:58.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:58 14:49:58.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:58 14:49:58.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:58 14:49:58.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:58 14:49:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:58 14:49:58.526 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:58 14:49:58.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:58 14:49:58.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:58 14:49:58.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:58 14:49:58.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:58 14:49:58.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:59 14:49:59.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:59 14:49:59.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:59 14:49:59.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:59 14:49:59.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:49:59 14:49:59.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:49:59 14:49:59.528 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:49:59 14:49:59.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:49:59 14:49:59.534 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:49:59 14:49:59.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:49:59 14:49:59.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:49:59 14:49:59.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:49:59 14:49:59.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:00 14:50:00.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:00 14:50:00.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:00 14:50:00.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:00 14:50:00.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:00 14:50:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:00 14:50:00.537 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:00 14:50:00.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:00 14:50:00.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:00 14:50:00.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:00 14:50:00.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:00 14:50:00.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:00 14:50:00.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:00 14:50:00.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:00 14:50:00.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:00 14:50:00.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:00 14:50:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:00 14:50:00.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:00 14:50:00.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:01 14:50:01.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:01 14:50:01.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:01 14:50:01.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:01 14:50:01.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:01 14:50:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:01 14:50:01.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:01 14:50:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:01 14:50:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:01 14:50:01.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:01 14:50:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:01 14:50:01.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:01 14:50:01.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:02 14:50:02.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:02 14:50:02.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:02 14:50:02.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:02 14:50:02.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:02 14:50:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:02 14:50:02.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:02 14:50:02.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:02 14:50:02.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:02 14:50:02.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:02 14:50:02.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:02 14:50:02.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:03 14:50:03.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:03 14:50:03.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:03 14:50:03.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:03 14:50:03.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:03 14:50:03.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:03 14:50:03.557 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:03 14:50:03.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:03 14:50:03.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:03 14:50:03.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:03 14:50:03.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:04 14:50:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:04 14:50:04.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:04 14:50:04.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:04 14:50:04.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:04 14:50:04.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:04 14:50:04.560 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:04 14:50:04.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:04 14:50:04.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:04 14:50:04.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:04 14:50:04.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:04 14:50:04.568 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:04 14:50:04.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:04 14:50:04.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:04 14:50:04.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:04 14:50:04.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:05 14:50:05.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:05 14:50:05.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:05 14:50:05.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:05 14:50:05.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:05 14:50:05.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:05 14:50:05.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:05 14:50:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:05 14:50:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:05 14:50:05.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:05 14:50:05.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:05 14:50:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:05 14:50:05.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:05 14:50:05.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:05 14:50:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:05 14:50:05.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:05 14:50:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:05 14:50:05.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:05 14:50:05.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:05 14:50:05.581 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:05 14:50:05.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:05 14:50:05.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:05 14:50:05.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:05 14:50:05.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:06 14:50:06.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:06 14:50:06.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:06 14:50:06.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:06 14:50:06.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:06 14:50:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:06 14:50:06.584 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:06 14:50:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:06 14:50:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:06 14:50:06.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:06 14:50:06.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:06 14:50:06.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:06 14:50:06.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:06 14:50:06.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:06 14:50:06.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:06 14:50:06.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:06 14:50:06.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:06 14:50:06.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:07 14:50:07.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:07 14:50:07.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:07 14:50:07.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:07.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:08 14:50:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:08 14:50:07.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:08 14:50:07.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:08 14:50:07.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:08 14:50:07.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:08 14:50:07.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:08 14:50:07.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:08 14:50:07.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:07.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:08 14:50:08.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:08.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:08 14:50:08.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:08.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:08 14:50:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:08 14:50:08.595 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:08 14:50:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:08 14:50:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:08 14:50:08.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:08 14:50:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:08 14:50:08.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:08.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:08 14:50:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:08 14:50:08.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:08 14:50:08.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....
10:50:08 14:50:08.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
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:08 14:50:08.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:08 14:50:08.599 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:08 14:50:08.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:08 14:50:08.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:08 14:50:08.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:08 14:50:08.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:09 14:50:09.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:09 14:50:09.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:09 14:50:09.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:09 14:50:09.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:09 14:50:09.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:09 14:50:09.605 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:09 14:50:09.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:09 14:50:09.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:09 14:50:09.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:09 14:50:09.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:09 14:50:09.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:09 14:50:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:09 14:50:09.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:09 14:50:09.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:09 14:50:09.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:09 14:50:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:09 14:50:09.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:09 14:50:09.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:10 14:50:10.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:10 14:50:10.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:10 14:50:10.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:10 14:50:10.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:10 14:50:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:10 14:50:10.614 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:10 14:50:10.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:10 14:50:10.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:10 14:50:10.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:10 14:50:10.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:11 14:50:11.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:11 14:50:11.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:11 14:50:11.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:11 14:50:11.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:11 14:50:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:11 14:50:11.616 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:11 14:50:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:11 14:50:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:11 14:50:11.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:11 14:50:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:12 14:50:11.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:12 14:50:11.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:12 14:50:11.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:12 14:50:11.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:12 14:50:11.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
10:50:12 14:50:11.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:12 14:50:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:12 14:50:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:12 14:50:11.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:12 14:50:11.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:12 14:50:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:12 14:50:11.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:12 14:50:11.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:12 14:50:12.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:12 14:50:12.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:12 14:50:12.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:12 14:50:12.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:12 14:50:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:12 14:50:12.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:12 14:50:12.622 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:12 14:50:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:12 14:50:12.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:12 14:50:12.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:13 14:50:13.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:13 14:50:13.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:13 14:50:13.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:13 14:50:13.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:13 14:50:13.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:13 14:50:13.638 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:13 14:50:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:13 14:50:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:13 14:50:13.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:13 14:50:13.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:13 14:50:13.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:13 14:50:13.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:13 14:50:13.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:13 14:50:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:13 14:50:13.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:13 14:50:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:13 14:50:13.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:13 14:50:13.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:14 14:50:14.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:14 14:50:14.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:14 14:50:14.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:14 14:50:14.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:14 14:50:14.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:14 14:50:14.650 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:14 14:50:14.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:14 14:50:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:14 14:50:14.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:14 14:50:14.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:14 14:50:14.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:14 14:50:14.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:14 14:50:14.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:15 14:50:15.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:15 14:50:15.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:15 14:50:15.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:15 14:50:15.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:15 14:50:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:15 14:50:15.653 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:15 14:50:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:15 14:50:15.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:15 14:50:15.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:15 14:50:15.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:15 14:50:15.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:15 14:50:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:15 14:50:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:15 14:50:15.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:15 14:50:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:15 14:50:15.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:15 14:50:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:15 14:50:15.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:15 14:50:15.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:16 14:50:16.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:16 14:50:16.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:16 14:50:16.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:16 14:50:16.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:16 14:50:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:16 14:50:16.658 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:16 14:50:16.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:16 14:50:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:16 14:50:16.663 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:16 14:50:16.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:16 14:50:16.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:16 14:50:16.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:16 14:50:16.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:17 14:50:17.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:17 14:50:17.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:17 14:50:17.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:17 14:50:17.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:17 14:50:17.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:17 14:50:17.666 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:17 14:50:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:17 14:50:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:17 14:50:17.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:17 14:50:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:17 14:50:17.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:17 14:50:17.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:17 14:50:17.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:17 14:50:17.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:17 14:50:17.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:17 14:50:17.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:17 14:50:17.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:18 14:50:18.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:18 14:50:18.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:18 14:50:18.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:18 14:50:18.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:19 14:50:19.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:19 14:50:19.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:19 14:50:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:19 14:50:19.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:19 14:50:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:19 14:50:19.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:19 14:50:19.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:19 14:50:19.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:19 14:50:19.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:19 14:50:19.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:19 14:50:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:19 14:50:19.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:20 14:50:20.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:20 14:50:20.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:20 14:50:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:20 14:50:20.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:20 14:50:20.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:20 14:50:20.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:20 14:50:20.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:20 14:50:20.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:20 14:50:20.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:20 14:50:20.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:20 14:50:20.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:20 14:50:20.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:20 14:50:20.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:20 14:50:20.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:20 14:50:20.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:21 14:50:21.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:21 14:50:21.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:21 14:50:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:21 14:50:21.187 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:21 14:50:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:21 14:50:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:21 14:50:21.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:21 14:50:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:21 14:50:21.194 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:21 14:50:21.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:21 14:50:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:21 14:50:21.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:21 14:50:21.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:21 14:50:21.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:21 14:50:21.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:22 14:50:22.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:22 14:50:22.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:22 14:50:22.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:22 14:50:22.198 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:22 14:50:22.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:22 14:50:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:22 14:50:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:22 14:50:22.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:22 14:50:22.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:22 14:50:22.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:22 14:50:22.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:22 14:50:22.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:22 14:50:22.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....
10:50:22 14:50:22.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. finished successfully
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:22 14:50:22.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:22 14:50:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:22 14:50:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:22 14:50:22.205 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:22 14:50:22.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:22 14:50:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:22 14:50:22.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:22 14:50:22.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:22 14:50:22.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:22 14:50:22.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:23 14:50:23.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:23 14:50:23.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:23 14:50:23.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:23 14:50:23.211 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:23 14:50:23.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:23 14:50:23.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:23 14:50:23.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:23 14:50:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:23 14:50:23.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:23 14:50:23.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:23 14:50:23.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
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:23 14:50:23.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:23 14:50:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:23 14:50:23.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:23 14:50:23.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:23 14:50:23.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:23 14:50:23.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:23 14:50:23.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:23 14:50:23.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:23 14:50:23.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:24 14:50:24.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:24 14:50:24.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:24 14:50:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:24 14:50:24.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:24 14:50:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:24 14:50:24.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:24 14:50:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:24 14:50:24.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:24 14:50:24.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:24 14:50:24.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:24 14:50:24.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:24 14:50:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:24 14:50:24.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:24 14:50:24.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:24 14:50:24.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:24 14:50:24.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:24 14:50:24.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:24 14:50:24.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:24 14:50:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:24 14:50:24.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:24 14:50:24.227 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:24 14:50:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:24 14:50:24.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:24 14:50:24.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:24 14:50:24.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:24 14:50:24.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:25 14:50:25.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:25 14:50:25.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:25 14:50:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:25 14:50:25.230 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:25 14:50:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:25 14:50:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:25 14:50:25.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:25 14:50:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:25 14:50:25.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:25 14:50:25.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:25 14:50:25.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:25 14:50:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:25 14:50:25.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:25 14:50:25.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:25 14:50:25.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:25 14:50:25.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:26 14:50:26.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:26 14:50:26.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:26 14:50:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:26 14:50:26.237 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:26 14:50:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:26 14:50:26.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:26 14:50:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:26 14:50:26.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:26 14:50:26.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:26 14:50:26.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:26 14:50:26.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:26 14:50:26.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:26 14:50:26.241 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:26 14:50:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:26 14:50:26.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:26 14:50:26.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:26 14:50:26.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:26 14:50:26.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:27 14:50:27.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:27 14:50:27.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:27 14:50:27.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:27 14:50:27.257 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:27 14:50:27.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:27 14:50:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:27 14:50:27.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:27 14:50:27.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:27 14:50:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:27 14:50:27.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:27 14:50:27.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:27 14:50:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:27 14:50:27.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:27 14:50:27.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:27 14:50:27.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:27 14:50:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:27 14:50:27.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:27 14:50:27.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:27 14:50:27.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:27 14:50:27.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:28 14:50:28.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:28 14:50:28.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:28 14:50:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:28 14:50:28.272 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:28 14:50:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:28 14:50:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:28 14:50:28.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:28 14:50:28.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:28 14:50:28.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:28 14:50:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:28 14:50:28.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:28 14:50:28.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:28 14:50:28.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:28 14:50:28.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:28 14:50:28.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:28 14:50:28.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:28 14:50:28.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:28 14:50:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:28 14:50:28.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:28 14:50:28.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:28 14:50:28.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:28 14:50:28.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:29 14:50:29.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:29 14:50:29.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:29 14:50:29.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:29 14:50:29.279 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:29 14:50:29.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:29 14:50:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:29 14:50:29.280 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:29 14:50:29.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:29 14:50:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:29 14:50:29.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:29 14:50:29.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:29 14:50:29.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:29 14:50:29.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:30 14:50:30.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:30 14:50:30.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:30 14:50:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:30 14:50:30.288 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:30 14:50:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:30 14:50:30.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:30 14:50:30.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:30 14:50:30.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:30 14:50:30.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:30 14:50:30.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:30 14:50:30.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:30 14:50:30.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:30 14:50:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:30 14:50:30.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:30 14:50:30.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:30 14:50:30.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:30 14:50:30.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:31 14:50:31.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:31 14:50:31.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:31 14:50:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:31 14:50:31.295 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:31 14:50:31.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:31 14:50:31.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:31 14:50:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:31 14:50:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:31 14:50:31.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:31 14:50:31.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:31 14:50:31.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:31 14:50:31.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:31 14:50:31.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:31 14:50:31.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:31 14:50:31.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:31 14:50:31.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:31 14:50:31.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:31 14:50:31.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:31 14:50:31.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:31 14:50:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:31 14:50:31.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:31 14:50:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:31 14:50:31.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:31 14:50:31.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:31 14:50:31.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:31 14:50:31.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:32 14:50:32.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:32 14:50:32.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:32 14:50:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:32 14:50:32.306 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:32 14:50:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:32 14:50:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:32 14:50:32.309 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:32 14:50:32.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:32 14:50:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:32 14:50:32.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:32 14:50:32.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:32 14:50:32.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:32 14:50:32.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:33 14:50:33.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:33 14:50:33.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:33 14:50:33.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:33 14:50:33.316 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:33 14:50:33.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:33 14:50:33.326 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:33 14:50:33.326 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:33 14:50:33.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:33 14:50:33.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:33 14:50:33.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:33 14:50:33.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:33 14:50:33.328 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:33 14:50:33.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:33 14:50:33.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:33 14:50:33.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:33 14:50:33.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:33 14:50:33.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:33 14:50:33.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:34 14:50:34.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:34 14:50:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:34 14:50:34.348 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:34 14:50:34.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:34 14:50:34.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:34 14:50:34.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:34 14:50:34.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:34 14:50:34.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:34 14:50:34.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:34 14:50:34.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:34 14:50:34.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:34 14:50:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:34 14:50:34.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:34 14:50:34.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:34 14:50:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:34 14:50:34.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:34 14:50:34.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:34 14:50:34.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:34 14:50:34.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:34 14:50:34.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
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:34 14:50:34.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:34 14:50:34.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:34 14:50:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:34 14:50:34.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:34 14:50:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:34 14:50:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:34 14:50:34.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
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:34 14:50:34.368 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:34 14:50:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:34 14:50:34.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:34 14:50:34.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:34 14:50:34.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:35 14:50:35.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:35 14:50:35.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:35 14:50:35.372 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:35 14:50:35.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:35 14:50:35.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:35 14:50:35.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:35 14:50:35.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:35 14:50:35.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:35 14:50:35.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:35 14:50:35.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
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:35 14:50:35.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:35 14:50:35.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:35 14:50:35.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:35 14:50:35.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:35 14:50:35.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:35 14:50:35.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:35 14:50:35.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:35 14:50:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:35 14:50:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:35 14:50:35.387 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:35 14:50:35.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:35 14:50:35.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:35 14:50:35.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:35 14:50:35.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:35 14:50:35.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:36 14:50:36.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:36 14:50:36.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:36 14:50:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:36 14:50:36.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:36 14:50:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:36 14:50:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:36 14:50:36.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:36 14:50:36.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:36 14:50:36.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:36 14:50:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:36 14:50:36.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:36 14:50:36.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:36 14:50:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:36 14:50:36.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:36 14:50:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:36 14:50:36.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:36 14:50:36.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:36 14:50:36.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:36 14:50:36.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:36 14:50:36.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:36 14:50:36.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:36 14:50:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:36 14:50:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:36 14:50:36.407 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:36 14:50:36.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:36 14:50:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:36 14:50:36.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:36 14:50:36.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:36 14:50:36.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:36 14:50:36.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:37 14:50:37.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:37 14:50:37.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:37 14:50:37.410 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:37 14:50:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:37 14:50:37.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:37 14:50:37.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:37 14:50:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:37 14:50:37.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:37 14:50:37.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:37 14:50:37.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:37 14:50:37.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:37 14:50:37.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:37 14:50:37.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:37 14:50:37.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:37 14:50:37.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:37 14:50:37.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:37 14:50:37.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:37 14:50:37.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:37 14:50:37.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:37 14:50:37.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:37 14:50:37.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:37 14:50:37.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:37 14:50:37.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:38 14:50:38.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:38 14:50:38.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:38 14:50:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:38 14:50:38.427 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:38 14:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:38 14:50:38.434 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:38 14:50:38.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:38 14:50:38.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:38 14:50:38.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:38 14:50:38.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:38 14:50:38.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:38 14:50:38.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:39 14:50:39.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:39 14:50:39.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:39 14:50:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:39 14:50:39.437 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:39 14:50:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:39 14:50:39.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:39 14:50:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:39 14:50:39.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:39 14:50:39.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:39 14:50:39.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....
10:50:39 14:50:39.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
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:39 14:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:39 14:50:39.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:39 14:50:39.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:39 14:50:39.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:39 14:50:39.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:39 14:50:39.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:39 14:50:39.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:39 14:50:39.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:40 14:50:40.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:40 14:50:40.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:40 14:50:40.459 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:40 14:50:40.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:40 14:50:40.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:40 14:50:40.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:40 14:50:40.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:40 14:50:40.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:40 14:50:40.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:40 14:50:40.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:40 14:50:40.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:40 14:50:40.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:40 14:50:40.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:40 14:50:40.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:40 14:50:40.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:40 14:50:40.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:40 14:50:40.468 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:40 14:50:40.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:40 14:50:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:40 14:50:40.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:40 14:50:40.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:40 14:50:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:40 14:50:40.488 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:40 14:50:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:40 14:50:40.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:40 14:50:40.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:40 14:50:40.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:41 14:50:41.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:41 14:50:41.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:41 14:50:41.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:41 14:50:41.491 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:41 14:50:41.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:41 14:50:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:41 14:50:41.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:41 14:50:41.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:41 14:50:41.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:41 14:50:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:41 14:50:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:41 14:50:41.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:41 14:50:41.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:41 14:50:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:41 14:50:41.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:41 14:50:41.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:41 14:50:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:41 14:50:41.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:41 14:50:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:41 14:50:41.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:41 14:50:41.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:41 14:50:41.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:41 14:50:41.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:41 14:50:41.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:41 14:50:41.499 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:41 14:50:41.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:41 14:50:41.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:41 14:50:41.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:42 14:50:42.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:42 14:50:42.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:42 14:50:42.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:42 14:50:42.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:42 14:50:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:42 14:50:42.506 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:42 14:50:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:42 14:50:42.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:42 14:50:42.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:42 14:50:42.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:42 14:50:42.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:42 14:50:42.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:42 14:50:42.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:42 14:50:42.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:42 14:50:42.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:42 14:50:42.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:42 14:50:42.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
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:42 14:50:42.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:42 14:50:42.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:42 14:50:42.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:42 14:50:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:42 14:50:42.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:42 14:50:42.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:42 14:50:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:42 14:50:42.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:42 14:50:42.513 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:42 14:50:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:42 14:50:42.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:42 14:50:42.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:43 14:50:43.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:43 14:50:43.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:43 14:50:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:43 14:50:43.515 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:43 14:50:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:43 14:50:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:43 14:50:43.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:43 14:50:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.526 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:43 14:50:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:43 14:50:43.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:43 14:50:43.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:43 14:50:43.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:43 14:50:43.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:43 14:50:43.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:43 14:50:43.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:43 14:50:43.534 INFO [WorkbenchTestable][AbstractShell] Close shell shell1
10:50:43 14:50:43.534 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1'
10:50:43 14:50:43.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:50:43 14:50:43.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:50:43 14:50:43.539 INFO [WorkbenchTestable][AbstractShell] Close shell shell2
10:50:43 14:50:43.539 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2'
10:50:43 14:50:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:50:43 14:50:43.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:50:43 14:50:43.541 INFO [WorkbenchTestable][AbstractShell] Close shell shell3
10:50:43 14:50:43.541 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3'
10:50:43 14:50:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:50:43 14:50:43.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:50:43 14:50:43.542 INFO [WorkbenchTestable][AbstractShell] Close shell shell4
10:50:43 14:50:43.542 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4'
10:50:43 14:50:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:50:43 14:50:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:50:43 14:50:43.544 INFO [WorkbenchTestable][AbstractShell] Close shell shell5
10:50:43 14:50:43.544 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5'
10:50:43 14:50:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:50:43 14:50:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:50:43 14:50:43.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:50:43 14:50:43.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:50:43 14:50:43.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:50:43 14:50:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
10:50:43 14:50:43.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:50:43 14:50:43.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
10:50:43 14:50:43.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:50:43 14:50:43.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:50:43 14:50:43.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:50:43 14:50:43.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:50:43 14:50:43.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:43 14:50:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:43 14:50:43.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:43 14:50:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:43 14:50:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:43 14:50:43.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:43 14:50:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:43 14:50:43.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:43 14:50:43.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:43 14:50:43.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:43 14:50:43.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:43 14:50:43.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:43 14:50:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:43 14:50:43.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:43 14:50:43.617 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:43 14:50:43.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:43 14:50:43.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:43 14:50:43.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:44 14:50:44.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:44 14:50:44.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:44 14:50:44.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:44 14:50:44.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:44 14:50:44.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:44 14:50:44.624 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:44 14:50:44.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:44 14:50:44.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:44 14:50:44.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:44 14:50:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:44 14:50:44.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:44 14:50:44.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:45 14:50:45.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:45 14:50:45.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:45 14:50:45.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:45 14:50:45.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:45 14:50:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:45 14:50:45.626 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:45 14:50:45.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:45 14:50:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:45 14:50:45.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:45 14:50:45.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:46 14:50:46.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:46 14:50:46.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:46 14:50:46.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:46 14:50:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:46 14:50:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:46 14:50:46.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:46 14:50:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:46 14:50:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:46 14:50:46.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:46 14:50:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:46 14:50:46.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:46 14:50:46.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:47 14:50:47.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:47 14:50:47.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:47 14:50:47.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:47 14:50:47.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:47 14:50:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:47 14:50:47.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:47 14:50:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:47 14:50:47.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:47 14:50:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:47 14:50:47.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:47 14:50:47.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:48 14:50:48.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:48 14:50:48.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:48 14:50:48.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:48 14:50:48.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:48 14:50:48.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:48 14:50:48.634 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:48 14:50:48.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:48 14:50:48.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:48 14:50:48.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:48 14:50:48.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:48 14:50:48.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:49 14:50:49.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:49 14:50:49.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:49 14:50:49.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:49 14:50:49.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:50 14:50:50.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:50 14:50:50.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:50 14:50:50.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:50 14:50:50.136 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:50 14:50:50.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....
10:50:50 14:50:50.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
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:50 14:50:50.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
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:50 14:50:50.138 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:50 14:50:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:50 14:50:50.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:50 14:50:50.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:50 14:50:50.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:50 14:50:50.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:51 14:50:51.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:51 14:50:51.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:51 14:50:51.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:51 14:50:51.148 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:51 14:50:51.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:51 14:50:51.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:51 14:50:51.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:51 14:50:51.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:51 14:50:51.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:51 14:50:51.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:51 14:50:51.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:52 14:50:52.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:52 14:50:52.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:52 14:50:52.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:52 14:50:52.150 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:52 14:50:52.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:52 14:50:52.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:52 14:50:52.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:52 14:50:52.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:52 14:50:52.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:52 14:50:52.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:52 14:50:52.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:53 14:50:53.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:53 14:50:53.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:53 14:50:53.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:53 14:50:53.153 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:53 14:50:53.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:53 14:50:53.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:53 14:50:53.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:53 14:50:53.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:53 14:50:53.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:53 14:50:53.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:53 14:50:53.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:53 14:50:53.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:53 14:50:53.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:53 14:50:53.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:54 14:50:54.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:54 14:50:54.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:54 14:50:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:54 14:50:54.155 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:54 14:50:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:54 14:50:54.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:54 14:50:54.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:54 14:50:54.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:54 14:50:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:54 14:50:54.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:54 14:50:54.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:54 14:50:54.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:54 14:50:54.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:55 14:50:55.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:55 14:50:55.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:55 14:50:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:55 14:50:55.157 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:55 14:50:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:50:55 14:50:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:50:55 14:50:55.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:50:55 14:50:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:55 14:50:55.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:55 14:50:55.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:55 14:50:55.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:50:55 14:50:55.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:50:55 14:50:55.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:55 14:50:55.160 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:55 14:50:55.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:55 14:50:55.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:55 14:50:55.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:55 14:50:55.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:55 14:50:55.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:56 14:50:56.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:56 14:50:56.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:56 14:50:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:56 14:50:56.163 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:56 14:50:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:50:56 14:50:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:50:56 14:50:56.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:56 14:50:56.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:56 14:50:56.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:56 14:50:56.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:56 14:50:56.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:56 14:50:56.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:56 14:50:56.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:57 14:50:57.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:57 14:50:57.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:57 14:50:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:57 14:50:57.175 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:57 14:50:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:57 14:50:57.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:57 14:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:57 14:50:57.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:57 14:50:57.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:57 14:50:57.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:57 14:50:57.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:58 14:50:58.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:58 14:50:58.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:58 14:50:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:58 14:50:58.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:58 14:50:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:50:58 14:50:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:50:58 14:50:58.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:58 14:50:58.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:58 14:50:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:58 14:50:58.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:58 14:50:58.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:58 14:50:58.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:58 14:50:58.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:59 14:50:59.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:59 14:50:59.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:59 14:50:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:50:59 14:50:59.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:50:59 14:50:59.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:50:59 14:50:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:50:59 14:50:59.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:59 14:50:59.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:50:59 14:50:59.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:50:59 14:50:59.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:00 14:51:00.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:00 14:51:00.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:00 14:51:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:00 14:51:00.183 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:00 14:51:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:51:00 14:51:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:00 14:51:00.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:00 14:51:00.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:00 14:51:00.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:00 14:51:00.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:00 14:51:00.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:00 14:51:00.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:00 14:51:00.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:00 14:51:00.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:00 14:51:00.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:00 14:51:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:00 14:51:00.193 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:00 14:51:00.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:00 14:51:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:00 14:51:00.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:00 14:51:00.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:00 14:51:00.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:00 14:51:00.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:01 14:51:01.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:01 14:51:01.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:01 14:51:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:01 14:51:01.208 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:01 14:51:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:01 14:51:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:01 14:51:01.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:01 14:51:01.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:01 14:51:01.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:01 14:51:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:01 14:51:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:01 14:51:01.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:01 14:51:01.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:01 14:51:01.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:01 14:51:01.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:02 14:51:02.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:02 14:51:02.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:02 14:51:02.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:02 14:51:02.213 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:02 14:51:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:02 14:51:02.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:02 14:51:02.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:02 14:51:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:02 14:51:02.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:02 14:51:02.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:02 14:51:02.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:02 14:51:02.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:03 14:51:03.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:03 14:51:03.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:03 14:51:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:03 14:51:03.216 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:03 14:51:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:51:03 14:51:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:51:03 14:51:03.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:03 14:51:03.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:03 14:51:03.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:03 14:51:03.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:03 14:51:03.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:03 14:51:03.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:03 14:51:03.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:04 14:51:04.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:04 14:51:04.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:04 14:51:04.218 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:04 14:51:04.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:04 14:51:04.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:04 14:51:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:04 14:51:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:04 14:51:04.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:51:04 14:51:04.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:04 14:51:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:04 14:51:04.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:04 14:51:04.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:04 14:51:04.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:04 14:51:04.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:04 14:51:04.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:04 14:51:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:04 14:51:04.225 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:04 14:51:04.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:04 14:51:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:04 14:51:04.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:04 14:51:04.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:04 14:51:04.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:04 14:51:04.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:05 14:51:05.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:05 14:51:05.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:05 14:51:05.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:05 14:51:05.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:05 14:51:05.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:05 14:51:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:05 14:51:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:05 14:51:05.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:05 14:51:05.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:05 14:51:05.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:05 14:51:05.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:05 14:51:05.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:05 14:51:05.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:05 14:51:05.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:06 14:51:06.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:06 14:51:06.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:06 14:51:06.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:06 14:51:06.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:06 14:51:06.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:06 14:51:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:06 14:51:06.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:06 14:51:06.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:06 14:51:06.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:06 14:51:06.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:07 14:51:07.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:07 14:51:07.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:07 14:51:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:07 14:51:07.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:07 14:51:07.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:07 14:51:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:07 14:51:07.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:07 14:51:07.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:07 14:51:07.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:07 14:51:07.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:08 14:51:08.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:08 14:51:08.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:08 14:51:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:08 14:51:08.238 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:08 14:51:08.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:08 14:51:08.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:51:08 14:51:08.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:08 14:51:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:08 14:51:08.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:08 14:51:08.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:08 14:51:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:08 14:51:08.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:08 14:51:08.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:08 14:51:08.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:51:08 14:51:08.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:08 14:51:08.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:08 14:51:08.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:08 14:51:08.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:08 14:51:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:08 14:51:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:08 14:51:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:08 14:51:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:08 14:51:08.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:08 14:51:08.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:08 14:51:08.246 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:08 14:51:08.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:08 14:51:08.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:08 14:51:08.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:08 14:51:08.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:08 14:51:08.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:08 14:51:08.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:09 14:51:09.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:09 14:51:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:09 14:51:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:09 14:51:09.261 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:09 14:51:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:09 14:51:09.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:09 14:51:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:09 14:51:09.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:09 14:51:09.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:09 14:51:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:09 14:51:09.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:09 14:51:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:09 14:51:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:09 14:51:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:09 14:51:09.272 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:09 14:51:09.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:09 14:51:09.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:09 14:51:09.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:09 14:51:09.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:09 14:51:09.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:09 14:51:09.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:10 14:51:10.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:10 14:51:10.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:10 14:51:10.278 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:10 14:51:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:10 14:51:10.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:10 14:51:10.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:10 14:51:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:10 14:51:10.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:10 14:51:10.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:10 14:51:10.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:10 14:51:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:10 14:51:10.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:10 14:51:10.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:10 14:51:10.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:10 14:51:10.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:11 14:51:11.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:11 14:51:11.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:11 14:51:11.289 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:11 14:51:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:11 14:51:11.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:51:11 14:51:11.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:11 14:51:11.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:11 14:51:11.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:11 14:51:11.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:11 14:51:11.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:11 14:51:11.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:12 14:51:12.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:12 14:51:12.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:12 14:51:12.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:12 14:51:12.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:12 14:51:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:12 14:51:12.791 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:12 14:51:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:51:12 14:51:12.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:12 14:51:12.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
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:12 14:51:12.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:12 14:51:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:12 14:51:12.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:12 14:51:12.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:12 14:51:12.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:12 14:51:12.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:12 14:51:12.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:12 14:51:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:12 14:51:12.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:12 14:51:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:12 14:51:12.799 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:12 14:51:12.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:12 14:51:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:12 14:51:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:12 14:51:12.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:13 14:51:13.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:13 14:51:13.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:13 14:51:13.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:13 14:51:13.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:13 14:51:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:13 14:51:13.805 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:13 14:51:13.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:13 14:51:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:13 14:51:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:13 14:51:13.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:13 14:51:13.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:13 14:51:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:13 14:51:13.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:13 14:51:13.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:13 14:51:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:13 14:51:13.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:13 14:51:13.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:13 14:51:13.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:13 14:51:13.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:13 14:51:13.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:13 14:51:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:13 14:51:13.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:13 14:51:13.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:13 14:51:13.823 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:13 14:51:13.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:13 14:51:13.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:13 14:51:13.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:13 14:51:13.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:14 14:51:14.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:14 14:51:14.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:14 14:51:14.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:14 14:51:14.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:14 14:51:14.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:14 14:51:14.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:14 14:51:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:14 14:51:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:14 14:51:14.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:14 14:51:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:14 14:51:14.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:14 14:51:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:14 14:51:14.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:14 14:51:14.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:14 14:51:14.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:14 14:51:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:14 14:51:14.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:14 14:51:14.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:14 14:51:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:14 14:51:14.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:14 14:51:14.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:14 14:51:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:14 14:51:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:14 14:51:14.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:51:14 14:51:14.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:14 14:51:14.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:14 14:51:14.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:14 14:51:14.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:15 14:51:15.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:15 14:51:15.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:15 14:51:15.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:15 14:51:15.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:15 14:51:15.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:15 14:51:15.836 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:15 14:51:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available....
10:51:15 14:51:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully
10:51:15 14:51:15.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2
10:51:15 14:51:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:15 14:51:15.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:15 14:51:15.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:15 14:51:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:15 14:51:15.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:15 14:51:15.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:15 14:51:15.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:15 14:51:15.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:15 14:51:15.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available....
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:15 14:51:15.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:15 14:51:15.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:15 14:51:15.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:15 14:51:15.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:15 14:51:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available....
10:51:15 14:51:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully
10:51:15 14:51:15.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:15 14:51:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:15 14:51:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:15 14:51:15.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:15 14:51:15.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:15 14:51:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:15 14:51:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:15 14:51:15.849 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent
10:51:15 14:51:15.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:15 14:51:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:15 14:51:15.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:15 14:51:15.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:16 14:51:16.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:16 14:51:16.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:16 14:51:16.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:16 14:51:16.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:16 14:51:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:51:16 14:51:16.852 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found
10:51:16 14:51:16.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available....
10:51:16 14:51:16.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:16 14:51:16.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:16 14:51:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:16 14:51:16.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:16 14:51:16.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available....
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4
10:51:16 14:51:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:16 14:51:16.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
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:16 14:51:16.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:16 14:51:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:16 14:51:16.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:16 14:51:16.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:16 14:51:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:16 14:51:16.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:16 14:51:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available....
10:51:16 14:51:16.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully
10:51:16 14:51:16.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:16 14:51:16.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
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:16 14:51:16.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:16 14:51:16.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:16 14:51:16.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:16 14:51:16.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found
10:51:16 14:51:16.865 INFO [WorkbenchTestable][AbstractShell] Close shell shell1
10:51:16 14:51:16.865 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1'
10:51:16 14:51:16.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:16 14:51:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:16 14:51:16.868 INFO [WorkbenchTestable][AbstractShell] Close shell shell2
10:51:16 14:51:16.868 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2'
10:51:16 14:51:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:16 14:51:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:16 14:51:16.869 INFO [WorkbenchTestable][AbstractShell] Close shell shell3
10:51:16 14:51:16.869 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3'
10:51:16 14:51:16.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:16 14:51:16.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:16 14:51:16.871 INFO [WorkbenchTestable][AbstractShell] Close shell shell4
10:51:16 14:51:16.871 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4'
10:51:16 14:51:16.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:16 14:51:16.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:16 14:51:16.874 INFO [WorkbenchTestable][AbstractShell] Close shell shell5
10:51:16 14:51:16.874 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5'
10:51:16 14:51:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:16 14:51:16.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:16 14:51:16.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:16 14:51:16.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:16 14:51:16.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:16 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.223 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest
10:51:16 testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)  Time elapsed: 90.887 s
10:51:16 testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest)  Time elapsed: 33.33 s
10:51:16 Running org.eclipse.reddeer.core.test.DummyTest
10:51:16 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.core.test.DummyTest
10:51:16 dummyTest(org.eclipse.reddeer.core.test.DummyTest)  Time elapsed: 0 s
10:51:16 
10:51:16 Results:
10:51:16 
10:51:16 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
10:51:16 
10:51:17 [INFO] All tests passed!
10:51:17 [INFO] 
10:51:17 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test ---
10:51:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec
10:51:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
10:51:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:51:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:51:17 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:51:18 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:51:18 [INFO] 
10:51:18 [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >-------
10:51:18 [INFO] Building RedDeer Workbench Tests 4.7.0-SNAPSHOT                  [33/58]
10:51:18 [INFO]   from tests/org.eclipse.reddeer.workbench.test/pom.xml
10:51:18 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:51:18 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:51:18 [INFO] 
10:51:18 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] 
10:51:18 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:51:18 [INFO] 
10:51:18 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] 
10:51:18 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] 
10:51:18 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] 
10:51:18 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test ---
10:51:18 [INFO] Resolving class path of RedDeer Workbench Tests...
10:51:19 [INFO] 
10:51:19 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [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/**/*
10:51:19 [INFO] 
10:51:19 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:19 [INFO] Copying 5 resources
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin
10:51:19 [INFO] 
10:51:19 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:51:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [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
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [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
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [INFO] 
10:51:19 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test ---
10:51:19 [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)
10:51:19 [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
10:51:19 [INFO] Command line:
10:51:19 	[/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]
10:51:21 Launching application org.eclipse.ui.ide.workbench...
10:51:23 Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:23 14:51:23.823 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:51:23 14:51:23.825 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
10:51:23 14:51:23.833 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:51:23 14:51:23.833 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
10:51:23 14:51:23.851 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:23 14:51:23.916 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:51:23 14:51:23.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:23 14:51:23.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:23 14:51:23.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
10:51:23 14:51:23.924 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
10:51:23 14:51:23.933 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:51:23 14:51:23.948 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:23 14:51:23.948 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:51:23 14:51:23.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:23 14:51:23.951 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:51:23 14:51:23.954 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:23 14:51:23.955 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:51:24 14:51:24.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:24 14:51:24.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:24 14:51:24.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:24 14:51:24.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:24 14:51:24.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:24 14:51:24.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:24 14:51:24.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:24 14:51:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:24 14:51:24.031 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:24 14:51:24.033 DEBUG [main][MenuItemLookup] Item match:Window
10:51:24 14:51:24.036 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:''
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:''
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:''
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:51:24 14:51:24.037 DEBUG [main][MenuItemLookup] Item match:Preferences
10:51:24 14:51:24.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:51:24 14:51:24.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:51:24 14:51:24.041 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:51:24 14:51:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:51:24 14:51:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:51:24 14:51:24.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:51:24 14:51:24.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.182 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:51:24 14:51:24.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:24 14:51:24.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:51:24 14:51:24.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:24 14:51:24.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:24 14:51:24.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:24 14:51:24.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:24 14:51:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:24 14:51:24.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:24 14:51:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:51:24 14:51:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:24 14:51:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:24 14:51:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:24 14:51:24.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:24 14:51:24.244 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:51:24 14:51:24.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:24 14:51:24.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:24 14:51:24.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:24 14:51:24.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:24 14:51:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:51:24 14:51:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:51:24 14:51:24.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:24 14:51:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:24 14:51:24.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:24 14:51:24.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:24 14:51:24.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:24 14:51:24.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:24 14:51:24.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:24 14:51:24.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:24 14:51:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:24 14:51:24.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:24 14:51:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:24 14:51:24.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:51:24 14:51:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:24 14:51:24.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:24 14:51:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:24 14:51:24.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:24 14:51:24.328 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:51:24 14:51:24.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:51:24 14:51:24.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:24 14:51:24.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:24 14:51:24.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:24 14:51:24.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:24 14:51:24.345 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer'
10:51:24 14:51:24.345 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer
10:51:24 14:51:24.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:51:24 14:51:24.347 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:24 14:51:24.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:24 14:51:24.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:24 14:51:24.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:24 14:51:24.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:24 14:51:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:24 14:51:24.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:24 14:51:24.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:24 14:51:24.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:24 14:51:24.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:24 14:51:24.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:24 14:51:24.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:24 14:51:24.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:24 14:51:24.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:24 14:51:24.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:24 14:51:24.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:24 14:51:24.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:24 14:51:24.433 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
10:51:24 14:51:24.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:24 14:51:24.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:24 14:51:24.440 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:24 14:51:24.440 DEBUG [main][MenuItemLookup] Item match:Window
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Found menu:''
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:24 14:51:24.441 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:''
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:24 14:51:24.448 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:24 14:51:24.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:24 14:51:24.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:24 14:51:24.449 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:24 14:51:24.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:24 14:51:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:24 14:51:24.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:24 14:51:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:24 14:51:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:24 14:51:24.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:24 14:51:24.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:24 14:51:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:24 14:51:24.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:24 14:51:24.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:24 14:51:24.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:24 14:51:24.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:24 14:51:24.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:24 14:51:24.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:24 14:51:24.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:24 14:51:24.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:24 14:51:24.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:24 14:51:24.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:24 14:51:24.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:51:24 14:51:24.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:24 14:51:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:25 14:51:25.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:25 14:51:25.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:25 14:51:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:51:25 14:51:25.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:25 14:51:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:25 14:51:25.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:25 14:51:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:25 14:51:25.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:25 14:51:25.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
10:51:25 14:51:25.030 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
10:51:25 14:51:25.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
10:51:25 14:51:25.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
10:51:25 14:51:25.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:25 14:51:25.034 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:25 14:51:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:25 14:51:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:25 14:51:25.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:25 14:51:25.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:25 14:51:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:25 14:51:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:25 14:51:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:25 14:51:25.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:25 14:51:25.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:25 14:51:25.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E')
10:51:25 14:51:25.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:25 14:51:25.116 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:25 14:51:25.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:25 14:51:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:25 14:51:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:25 14:51:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:25 14:51:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:25 14:51:25.118 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:25 14:51:25.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:25 14:51:25.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:25 14:51:25.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:51:25 14:51:25.119 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
10:51:25 14:51:25.119 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
10:51:25 14:51:25.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:25 14:51:25.126 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:25 14:51:25.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:25 14:51:25.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:25 14:51:25.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:25 14:51:25.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:25 14:51:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:25 14:51:25.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:25 14:51:25.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:25 14:51:25.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:25 14:51:25.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:25 14:51:25.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:25 14:51:25.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:25 14:51:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:25 14:51:25.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:25 14:51:25.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:25 14:51:25.168 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
10:51:25 14:51:25.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:25 14:51:25.169 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:25 14:51:25.169 DEBUG [main][MenuItemLookup] Item match:Window
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:25 14:51:25.170 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:25 14:51:25.173 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:25 14:51:25.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:25 14:51:25.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:25 14:51:25.181 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:25 14:51:25.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:25 14:51:25.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:25 14:51:25.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:25 14:51:25.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:25 14:51:25.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:25 14:51:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:25 14:51:25.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:25 14:51:25.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
10:51:25 14:51:25.255 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
10:51:25 14:51:25.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
10:51:25 14:51:25.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
10:51:25 14:51:25.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:25 14:51:25.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:25 14:51:25.258 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:25 14:51:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:25 14:51:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:25 14:51:25.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:25 14:51:25.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:25 14:51:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:25 14:51:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:25 14:51:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:25 14:51:25.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:25 14:51:25.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:51:25 14:51:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:25 14:51:25.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:51:25 14:51:25.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:51:25 14:51:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:25 14:51:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:25 14:51:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:25 14:51:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:25 14:51:25.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:51:25 14:51:25.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:51:25 14:51:25.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:25 14:51:25.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:51:25 To add a project: TooltipText=null
10:51:25 14:51:25.364 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer'
10:51:25 14:51:25.364 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer
10:51:25 14:51:25.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:51:25 14:51:25.365 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:25 14:51:25.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:25 14:51:25.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:25 14:51:25.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:25 14:51:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)
10:51:25 14:51:25.416 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:25 14:51:25.416 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:25 14:51:25.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:25 14:51:25.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.667 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest
10:51:25 testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.107 s
10:51:25 testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.738 s
10:51:25 testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest)  Time elapsed: 0.256 s
10:51:25 Running org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:25 14:51:25.433 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:25 14:51:25.435 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:51:25 14:51:25.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:25 14:51:25.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:25 14:51:25.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:25 14:51:25.435 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:51:25 14:51:25.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:25 14:51:25.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:25 14:51:25.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:25 14:51:25.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:25 14:51:25.446 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:25 14:51:25.446 DEBUG [main][MenuItemLookup] Item match:Window
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:51:25 14:51:25.447 DEBUG [main][MenuItemLookup] Item match:Preferences
10:51:25 14:51:25.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:51:25 14:51:25.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:51:25 14:51:25.448 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:51:25 14:51:25.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:51:25 14:51:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:51:25 14:51:25.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:51:25 14:51:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.540 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:51:25 14:51:25.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:25 14:51:25.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:51:25 14:51:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:25 14:51:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:25 14:51:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:25 14:51:25.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:51:25 14:51:25.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:25 14:51:25.544 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:51:25 14:51:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:25 14:51:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:25 14:51:25.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:25 14:51:25.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:25 14:51:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:51:25 14:51:25.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:51:25 14:51:25.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:25 14:51:25.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:25 14:51:25.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:25 14:51:25.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:25 14:51:25.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:25 14:51:25.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:25 14:51:25.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:25 14:51:25.573 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:25 14:51:25.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:25 14:51:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:25 14:51:25.573 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Item match:Window
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:25 14:51:25.574 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.575 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:25 14:51:25.575 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:''
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:25 14:51:25.577 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:25 14:51:25.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:25 14:51:25.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:25 14:51:25.578 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:25 14:51:25.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:25 14:51:25.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:25 14:51:25.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:25 14:51:25.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:25 14:51:25.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:25 14:51:25.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:25 14:51:25.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:25 14:51:25.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:25 14:51:25.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:25 14:51:25.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:25 14:51:25.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:25 14:51:25.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:26 14:51:26.152 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:26 14:51:26.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:26 14:51:26.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:26 14:51:26.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.155 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:26 14:51:26.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:26 14:51:26.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:26 14:51:26.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:26 14:51:26.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:26 14:51:26.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.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 '\*?\QWorkbench Test\E')
10:51:26 14:51:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.191 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:26 14:51:26.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.206 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.208 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:26 14:51:26.208 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:26 14:51:26.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.209 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:26 14:51:26.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.243 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:26 14:51:26.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.244 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:26 14:51:26.244 DEBUG [main][MenuItemLookup] Item match:Window
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:26 14:51:26.245 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:26 14:51:26.248 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:26 14:51:26.249 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:26 14:51:26.249 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.249 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:26 14:51:26.249 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:26 14:51:26.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:26 14:51:26.256 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:26 14:51:26.257 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:26 14:51:26.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:26 14:51:26.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:26 14:51:26.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:26 14:51:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:26 14:51:26.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:26 14:51:26.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:26 14:51:26.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:26 14:51:26.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:26 14:51:26.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:26 14:51:26.315 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:26 14:51:26.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:26 14:51:26.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.317 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:26 14:51:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:26 14:51:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:26 14:51:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:26 14:51:26.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:26 14:51:26.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.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 '\*?\QWorkbench Test\E')
10:51:26 14:51:26.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.354 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:26 14:51:26.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.370 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.371 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:26 14:51:26.371 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:26 14:51:26.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.371 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:26 14:51:26.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu.
10:51:26 14:51:26.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Item match:Window
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:26 14:51:26.433 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:26 14:51:26.434 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:26 14:51:26.434 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.434 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:26 14:51:26.434 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:26 14:51:26.436 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:26 14:51:26.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:26 14:51:26.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:26 14:51:26.437 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:26 14:51:26.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:26 14:51:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:26 14:51:26.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:26 14:51:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:26 14:51:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:26 14:51:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:26 14:51:26.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test
10:51:26 14:51:26.480 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection
10:51:26 14:51:26.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.482 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:26 14:51:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:26 14:51:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:26 14:51:26.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:26 14:51:26.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:26 14:51:26.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E')
10:51:26 14:51:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.533 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
10:51:26 14:51:26.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
10:51:26 14:51:26.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.538 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
10:51:26 14:51:26.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
10:51:26 14:51:26.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null
10:51:26 14:51:26.539 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test'
10:51:26 14:51:26.539 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test
10:51:26 14:51:26.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
10:51:26 14:51:26.539 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:26 14:51:26.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.563 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.580 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:26 14:51:26.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.581 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Item match:Window
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:26 14:51:26.581 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.583 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:26 14:51:26.584 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:26 14:51:26.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:26 14:51:26.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:26 14:51:26.584 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:26 14:51:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:26 14:51:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:26 14:51:26.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:26 14:51:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:26 14:51:26.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.644 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.644 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:26 14:51:26.644 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:26 14:51:26.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.646 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:26 14:51:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:26 14:51:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:26 14:51:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:26 14:51:26.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:26 14:51:26.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:26 14:51:26.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.684 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:26 14:51:26.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.719 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:26 14:51:26.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.727 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:26 14:51:26.727 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:26 14:51:26.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:26 14:51:26.727 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:26 14:51:26.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.755 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.765 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu.
10:51:26 14:51:26.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.765 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:26 14:51:26.765 DEBUG [main][MenuItemLookup] Item match:Window
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:26 14:51:26.766 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:26 14:51:26.768 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:26 14:51:26.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:26 14:51:26.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:26 14:51:26.776 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:26 14:51:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:26 14:51:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:26 14:51:26.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:26 14:51:26.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test
10:51:26 14:51:26.835 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection
10:51:26 14:51:26.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.836 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:26 14:51:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:26 14:51:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:26 14:51:26.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:26 14:51:26.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:26 14:51:26.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E')
10:51:26 14:51:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:26 14:51:26.873 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
10:51:26 14:51:26.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
10:51:26 14:51:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:26 14:51:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:26 14:51:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:26 14:51:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:26 14:51:26.883 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:
10:51:26 is "Test field: ")
10:51:26 14:51:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:51:26 14:51:26.886 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:51:26 14:51:26.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:26 14:51:26.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:26 14:51:26.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:26 14:51:26.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:26 14:51:26.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:26 14:51:26.925 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:26 14:51:26.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:26 14:51:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:26 14:51:26.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:26 14:51:26.926 DEBUG [main][MenuItemLookup] Item match:Window
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:26 14:51:26.927 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:''
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:26 14:51:26.929 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:26 14:51:26.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:26 14:51:26.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:26 14:51:26.935 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:26 14:51:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:26 14:51:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:26 14:51:26.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:26 14:51:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:26 14:51:26.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:26 14:51:26.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:26 14:51:26.979 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:26 14:51:26.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:26 14:51:26.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:26 14:51:26.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:26 14:51:26.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:26 14:51:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:26 14:51:26.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:26 14:51:26.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:26 14:51:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:26 14:51:26.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:26 14:51:26.982 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:26 14:51:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:26 14:51:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:26 14:51:26.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:26 14:51:26.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:27 14:51:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.030 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.031 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
10:51:27 14:51:27.032 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:27 14:51:27.032 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:27 14:51:27.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.033 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.052 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:27 14:51:27.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.053 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.053 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.054 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.054 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.054 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.054 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.054 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.056 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.057 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.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
10:51:27 14:51:27.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:27 14:51:27.104 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:27 14:51:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:27 14:51:27.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:27 14:51:27.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.114 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.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 '\*?\QWorkbench Test\E')
10:51:27 14:51:27.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.148 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:27 14:51:27.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.153 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.160 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:27 14:51:27.160 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:27 14:51:27.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.160 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.213 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:27 14:51:27.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.217 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.218 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.220 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.221 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:27 14:51:27.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.277 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:27 14:51:27.277 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:27 14:51:27.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.279 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51: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 '\*?\QWorkbench Test\E')
10:51:27 14:51:27.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.335 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.337 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
10:51:27 14:51:27.337 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:27 14:51:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:27 14:51:27.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.338 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.359 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:27 14:51:27.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.359 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.359 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.360 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.362 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.363 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:27 14:51:27.428 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:27 14:51:27.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.430 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:27 14:51:27.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.466 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.468 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
10:51:27 14:51:27.468 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:27 14:51:27.468 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:27 14:51:27.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.469 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.492 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:27 14:51:27.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.492 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.493 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.496 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.515 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:27 14:51:27.557 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:27 14:51:27.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:27 14:51:27.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.559 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:27 14:51:27.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.614 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.622 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
10:51:27 14:51:27.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.622 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.622 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.623 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.625 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.626 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.626 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.626 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:27 14:51:27.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
10:51:27 14:51:27.669 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
10:51:27 14:51:27.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.671 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.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 '\*?\QMarkers\E')
10:51:27 14:51:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.736 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:27 14:51:27.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:27 14:51:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.738 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:51:27 14:51:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.750 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:27 14:51:27.750 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:27 14:51:27.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.750 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.759 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:27 14:51:27.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:27 14:51:27.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:51:27 14:51:27.763 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
10:51:27 14:51:27.763 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
10:51:27 14:51:27.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:27 14:51:27.764 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:27 14:51:27.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.783 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.783 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:27 14:51:27.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:27 14:51:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.784 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:27 14:51:27.784 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:27 14:51:27.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:27 14:51:27.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:27 14:51:27.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:27 14:51:27.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:27 14:51:27.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.786 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:27 14:51:27.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.787 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.788 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.790 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.790 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:27 14:51:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:27 14:51:27.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:27 14:51:27.847 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:27 14:51:27.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.849 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:27 14:51:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:27 14:51:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:27 14:51:27.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:27 14:51:27.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:27 14:51:27.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.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')
10:51:27 14:51:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:27 14:51:27.883 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:27 14:51:27.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:27 14:51:27.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:27 14:51:27.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:27 14:51:27.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:27 14:51:27.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:27 14:51:27.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:27 14:51:27.912 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu.
10:51:27 14:51:27.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:27 14:51:27.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:27 14:51:27.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:27 14:51:27.919 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Item match:Window
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:27 14:51:27.920 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:''
10:51:27 14:51:27.923 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:27 14:51:27.924 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:27 14:51:27.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:27 14:51:27.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:27 14:51:27.924 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:27 14:51:27.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:27 14:51:27.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:27 14:51:27.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:51:27 14:51:27.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:27 14:51:27.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:51:27 14:51:27.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers
10:51:27 14:51:27.972 DEBUG [main][TreeItemHandler] Selecting tree item: Markers
10:51:27 14:51:27.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection
10:51:27 14:51:27.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers
10:51:27 14:51:27.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.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")
10:51:27 14:51:27.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:27 14:51:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:27 14:51:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:27 14:51:27.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:27 14:51:27.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:27 14:51:27.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:27 14:51:27.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:27 14:51:27.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:27 14:51:27.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:27 14:51:27.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:27 14:51:27.974 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:27 14:51:27.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:27 14:51:27.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:27 14:51:27.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:27 14:51:27.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:28 14:51:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:28 14:51:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:28 14:51:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:28 14:51:28.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:28 14:51:28.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.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 '\*?\QMarkers\E')
10:51:28 14:51:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.039 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:28 14:51:28.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.040 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:51:28 14:51:28.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.053 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
10:51:28 14:51:28.053 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:28 14:51:28.054 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:28 14:51:28.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.054 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:28 14:51:28.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.074 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.080 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:28 14:51:28.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Item match:Window
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:28 14:51:28.081 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:28 14:51:28.084 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:28 14:51:28.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:28 14:51:28.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:28 14:51:28.091 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:28 14:51:28.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:28 14:51:28.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:28 14:51:28.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:28 14:51:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:28 14:51:28.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:28 14:51:28.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:28 14:51:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:28 14:51:28.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:28 14:51:28.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:28 14:51:28.161 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:28 14:51:28.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:28 14:51:28.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:28 14:51:28.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:28 14:51:28.168 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:28 14:51:28.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:28 14:51:28.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:28 14:51:28.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:28 14:51:28.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:28 14:51:28.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:28 14:51:28.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:28 14:51:28.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:28 14:51:28.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:28 14:51:28.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.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 '\*?\QWorkbench Test\E')
10:51:28 14:51:28.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.222 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:28 14:51:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.224 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text=<unavailable> TooltipText=null
10:51:28 14:51:28.224 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:28 14:51:28.224 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:28 14:51:28.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.225 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:28 14:51:28.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate.
10:51:28 14:51:28.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E')
10:51:28 14:51:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.271 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
10:51:28 14:51:28.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
10:51:28 14:51:28.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:28 14:51:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.284 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:
10:51:28 is "Test field: ")
10:51:28 14:51:28.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.285 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent
10:51:28 14:51:28.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:51:28 14:51:28.286 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:51:28 14:51:28.286 INFO [WorkbenchTestable][AbstractText] Text set to: hello
10:51:28 14:51:28.289 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test
10:51:28 14:51:28.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test
10:51:28 14:51:28.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
10:51:28 14:51:28.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:28 14:51:28.290 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:28 14:51:28.290 DEBUG [main][MenuItemLookup] Item match:File
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:51:28 14:51:28.312 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:51:28 14:51:28.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:51:28 14:51:28.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:51:28 14:51:28.321 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:51:28 14:51:28.329 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
10:51:28 14:51:28.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
10:51:28 14:51:28.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
10:51:28 14:51:28.336 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test
10:51:28 14:51:28.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
10:51:28 14:51:28.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null
10:51:28 14:51:28.337 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test'
10:51:28 14:51:28.337 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test
10:51:28 14:51:28.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test
10:51:28 14:51:28.338 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:28 14:51:28.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:51:28 14:51:28.360 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu.
10:51:28 14:51:28.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Item match:Window
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:28 14:51:28.361 DEBUG [main][MenuItemLookup] Item match:Show View
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:51:28 14:51:28.364 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:51:28 14:51:28.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:51:28 14:51:28.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:51:28 14:51:28.365 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:51:28 14:51:28.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:51:28 14:51:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:51:28 14:51:28.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children...
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:28 14:51:28.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:28 14:51:28.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:51:28 14:51:28.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench
10:51:28 14:51:28.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test
10:51:28 14:51:28.421 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection
10:51:28 14:51:28.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:28 14:51:28.422 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:51:28 14:51:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:28 14:51:28.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:28 14:51:28.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:28 14:51:28.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:28 14:51:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:51:28 14:51:28.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:51:28 14:51:28.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open...
10:51:28 14:51:28.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully
10:51:28 14:51:28.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:28 14:51:28.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.465 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:28 14:51:28.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate.
10:51:28 14:51:28.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E')
10:51:28 14:51:28.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.476 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:28 14:51:28.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:28 14:51:28.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:51:28 14:51:28.512 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:51:28 14:51:28.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.524 INFO [WorkbenchTestable][AbstractView] Activate view Markers
10:51:28 14:51:28.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:28 14:51:28.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:51:28 14:51:28.532 INFO [WorkbenchTestable][AbstractView] Close view 'Markers'
10:51:28 14:51:28.532 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers
10:51:28 14:51:28.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers
10:51:28 14:51:28.532 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:28 14:51:28.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E')
10:51:28 14:51:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:51:28 14:51:28.556 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test
10:51:28 14:51:28.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:51:28 14:51:28.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:51:28 14:51:28.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:51:28 14:51:28.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:51:28 14:51:28.557 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test'
10:51:28 14:51:28.557 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test
10:51:28 14:51:28.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test
10:51:28 14:51:28.557 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:51:28 14:51:28.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.147 s - in org.eclipse.reddeer.workbench.test.view.ViewTest
10:51:28 getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.669 s
10:51:28 getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.176 s
10:51:28 testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.006 s
10:51:28 testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.008 s
10:51:28 testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.135 s
10:51:28 testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.006 s
10:51:28 testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.007 s
10:51:28 getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.174 s
10:51:28 testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.003 s
10:51:28 testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.006 s
10:51:28 viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.155 s
10:51:28 testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.006 s
10:51:28 testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.248 s
10:51:28 testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.011 s
10:51:28 testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.004 s
10:51:28 testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.171 s
10:51:28 testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.13 s
10:51:28 testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.003 s
10:51:28 testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.295 s
10:51:28 testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.29 s
10:51:28 testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.181 s
10:51:28 testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.101 s
10:51:28 testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest)  Time elapsed: 0.222 s
10:51:28 Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.586 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.586 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:51:28 14:51:28.586 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.586 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:28 14:51:28.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:51:28 14:51:28.588 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'File'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Item match:Window
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:51:28 14:51:28.588 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:''
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:51:28 14:51:28.589 DEBUG [main][MenuItemLookup] Item match:Preferences
10:51:28 14:51:28.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:51:28 14:51:28.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:51:28 14:51:28.589 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:51:28 14:51:28.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:51:28 14:51:28.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:51:28 14:51:28.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.668 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:51:28 14:51:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:51:28 14:51:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:51:28 14:51:28.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:51:28 14:51:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:51:28 14:51:28.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:51:28 14:51:28.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:51:28 14:51:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:51:28 14:51:28.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:51:28 14:51:28.671 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:51:28 14:51:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:51:28 14:51:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:51:28 14:51:28.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:51:28 14:51:28.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:51:28 14:51:28.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:51:28 14:51:28.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:51:28 14:51:28.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:51:28 14:51:28.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:51:28 14:51:28.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:51:28 14:51:28.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
10:51:28 14:51:28.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing...
10:51:28 14:51:28.697 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed
10:51:28 14:51:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully
10:51:28 14:51:28.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:51:28 14:51:28.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:51:28 14:51:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:51:28 14:51:28.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:51:28 14:51:28.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:51:28 14:51:28.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState...
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully
10:51:28 14:51:28.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing...
10:51:28 14:51:28.699 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:28 14:51:28.699 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:29 14:51:29.200 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:29 14:51:29.200 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:29 14:51:29.700 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:29 14:51:29.700 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:30 14:51:30.200 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:30 14:51:30.200 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:30 14:51:30.700 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:30 14:51:30.700 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:31 14:51:31.201 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:31 14:51:31.203 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:31 14:51:31.703 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:31 14:51:31.703 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:32 14:51:32.203 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:32 14:51:32.203 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:32 14:51:32.703 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:32 14:51:32.703 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:33 14:51:33.203 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:33 14:51:33.203 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:33 14:51:33.704 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:33 14:51:33.704 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:34 14:51:34.204 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:34 14:51:34.204 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:34 14:51:34.704 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:34 14:51:34.704 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:35 14:51:35.204 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:35 14:51:35.204 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:35 14:51:35.704 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:35 14:51:35.704 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:36 14:51:36.204 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:36 14:51:36.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:36 14:51:36.705 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:36 14:51:36.705 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:37 14:51:37.205 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:37 14:51:37.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:37 14:51:37.705 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:37 14:51:37.705 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:38 14:51:38.205 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:38 14:51:38.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:38 14:51:38.705 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed
10:51:40 14:51:38.705 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive
10:51:40 14:51:38.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown
10:51:40 14:51:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:51:40 14:51:38.707 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:40 14:51:39.207 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:40 14:51:39.707 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:40 14:51:40.207 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:40 14:51:40.708 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:41 14:51:41.208 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:41 14:51:41.708 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:42 14:51:42.208 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:42 14:51:42.708 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:43 14:51:43.208 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:43 14:51:43.709 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:44 14:51:44.209 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:44 14:51:44.709 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:45 14:51:45.209 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:45 14:51:45.709 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:46 14:51:46.209 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:46 14:51:46.710 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:47 14:51:47.210 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:47 14:51:47.710 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:48 14:51:48.210 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:48 14:51:48.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:49 14:51:49.211 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:49 14:51:49.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:50 14:51:50.211 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:50 14:51:50.711 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:51 14:51:51.211 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:51 14:51:51.712 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:52 14:51:52.212 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:52 14:51:52.712 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:53 14:51:53.212 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:53 14:51:53.712 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:54 14:51:54.212 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:54 14:51:54.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:55 14:51:55.213 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:55 14:51:55.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:56 14:51:56.213 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:56 14:51:56.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:57 14:51:57.214 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:57 14:51:57.714 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:58 14:51:58.214 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:58 14:51:58.714 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:59 14:51:59.214 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:51:59 14:51:59.715 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:00 14:52:00.215 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:00 14:52:00.715 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:01 14:52:01.215 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:01 14:52:01.715 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:02 14:52:02.216 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:02 14:52:02.716 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:03 14:52:03.216 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:03 14:52:03.716 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:04 14:52:04.216 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:04 14:52:04.716 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:05 14:52:05.217 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:05 14:52:05.717 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:06 14:52:06.217 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:06 14:52:06.717 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:07 14:52:07.217 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:07 14:52:07.718 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:08 14:52:08.218 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:08 14:52:08.718 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:09 14:52:09.218 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:09 14:52:09.718 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:10 14:52:10.219 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:10 14:52:10.719 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:11 14:52:11.219 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:11 14:52:11.719 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:12 14:52:12.219 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:12 14:52:12.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:13 14:52:13.220 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:13 14:52:13.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:14 14:52:14.220 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:14 14:52:14.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:15 14:52:15.220 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:15 14:52:15.721 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:16 14:52:16.221 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:16 14:52:16.721 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:17 14:52:17.221 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:17 14:52:17.721 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:18 14:52:18.221 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:18 14:52:18.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:19 14:52:19.222 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:19 14:52:19.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:20 14:52:20.222 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:20 14:52:20.722 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:21 14:52:21.223 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:21 14:52:21.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:22 14:52:22.223 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:22 14:52:22.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:23 14:52:23.223 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:23 14:52:23.723 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:24 14:52:24.224 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:24 14:52:24.724 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:25 14:52:25.224 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:25 14:52:25.724 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:26 14:52:26.224 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:26 14:52:26.724 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:27 14:52:27.225 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:27 14:52:27.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:28 14:52:28.225 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Test job Exception' has no excuses, wait for it
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:52:28 14:52:28.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:28 14:52:28.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:28 14:52:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:28 14:52:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:28 14:52:28.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)
10:52:28 14:52:28.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:52:28 14:52:28.726 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:28 14:52:28.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:28 14:52:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:28 14:52:28.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:28 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.142 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest
10:52:28 testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)  Time elapsed: 0.002 s
10:52:28 testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest)  Time elapsed: 60.027 s
10:52:28 Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:28 14:52:28.734 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:28 14:52:28.735 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:52:28 14:52:28.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:28 14:52:28.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:28 14:52:28.736 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Item match:Window
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:''
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:''
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:''
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:52:28 14:52:28.737 DEBUG [main][MenuItemLookup] Item match:Preferences
10:52:28 14:52:28.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:52:28 14:52:28.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:52:28 14:52:28.737 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:52:28 14:52:28.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:52:28 14:52:28.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:52:28 14:52:28.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:52:28 14:52:28.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.819 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:52:28 14:52:28.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:28 14:52:28.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:52:28 14:52:28.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:28 14:52:28.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:28 14:52:28.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:28 14:52:28.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:52:28 14:52:28.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:28 14:52:28.823 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:52:28 14:52:28.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:28 14:52:28.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:28 14:52:28.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:28 14:52:28.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:28 14:52:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:28 14:52:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:28 14:52:28.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:28 14:52:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.837 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:28 14:52:28.838 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:28 14:52:28.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:28 14:52:28.849 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu.
10:52:28 14:52:28.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:28 14:52:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:28 14:52:28.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Item match:Window
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:''
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:52:28 14:52:28.850 DEBUG [main][MenuItemLookup] Item match:Show View
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:''
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:52:28 14:52:28.853 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:52:28 14:52:28.854 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:52:28 14:52:28.854 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:52:28 14:52:28.854 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:52:28 14:52:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:52:28 14:52:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:52:28 14:52:28.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:28 14:52:28.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:28 14:52:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:52:28 14:52:28.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:28 14:52:28.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:28 14:52:28.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:28 14:52:28.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer
10:52:28 14:52:28.917 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer
10:52:28 14:52:28.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection
10:52:28 14:52:28.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:28 14:52:28.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:28 14:52:28.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:28 14:52:28.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:28 14:52:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:28 14:52:28.919 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:52:28 14:52:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:28 14:52:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:28 14:52:28.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:28 14:52:28.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:28 14:52:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:52:28 14:52:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:52:28 14:52:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open...
10:52:28 14:52:28.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully
10:52:28 14:52:28.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:28 14:52:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:28 14:52:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:28 14:52:28.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:28 14:52:28.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:52:28 14:52:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:28 14:52:28.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:28 14:52:28.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:28 14:52:28.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:28 14:52:28.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:28 14:52:28.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:28 14:52:28.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:28 14:52:28.983 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:28 14:52:28.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:28 14:52:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:28 14:52:28.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:28 To add a project: TooltipText=null
10:52:28 14:52:28.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:28 14:52:28.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:28 14:52:28.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:28 14:52:28.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:28 To add a project: TooltipText=null
10:52:28 14:52:28.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:28 14:52:28.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:28 14:52:28.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:28 14:52:28.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:28 14:52:28.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:28 14:52:28.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:28 14:52:28.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:28 14:52:28.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:28 To add a project: TooltipText=null
10:52:29 14:52:29.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:29 14:52:29.043 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
10:52:29 14:52:29.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:29 14:52:29.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:29 14:52:29.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:29 14:52:29.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:29 14:52:29.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:29 14:52:29.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:29 14:52:29.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:29 14:52:29.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:29 14:52:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:29 14:52:29.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:29 14:52:29.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:29 14:52:29.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:29 14:52:29.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:29 14:52:29.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)
10:52:29 14:52:29.114 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:29 14:52:29.115 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:29 14:52:29.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:29 14:52:29.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:29 14:52:29.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:52:29 14:52:29.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:29 14:52:29.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:52:29 14:52:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:29 14:52:29.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:29 14:52:29.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:29 14:52:29.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:29 14:52:29.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:29 14:52:29.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:29 14:52:29.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:29 14:52:29.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:29 14:52:29.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:29 14:52:29.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:29 14:52:29.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:29 14:52:29.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:29 14:52:29.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:29 14:52:29.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:29 14:52:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:29 14:52:29.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:29 14:52:29.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:29 14:52:29.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:29 14:52:29.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:30 14:52:30.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:30 14:52:30.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:30 14:52:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:30 14:52:30.123 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:30 14:52:30.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:30 14:52:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:30 14:52:30.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:30 14:52:30.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:30 14:52:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:30 14:52:30.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:30 14:52:30.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:30 14:52:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:30 14:52:30.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:30 14:52:30.125 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject
10:52:30 14:52:30.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:30 14:52:30.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:30 14:52:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:30 14:52:30.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:30 14:52:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:30 14:52:30.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:30 14:52:30.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:30 14:52:30.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:30 14:52:30.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:31 14:52:31.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:31 14:52:31.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:31 14:52:31.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:31 14:52:31.132 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:31 14:52:31.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:31 14:52:31.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:31 14:52:31.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:31 14:52:31.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject
10:52:31 14:52:31.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:31 14:52:31.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:31 14:52:31.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:31 14:52:31.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:31 14:52:31.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:31 14:52:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:31 14:52:31.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:31 14:52:31.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:31 14:52:31.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:31 14:52:31.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:31 14:52:31.135 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:52:31 14:52:31.135 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:52:31 14:52:31.136 DEBUG [main][TreeItemHandler] Set Tree selection
10:52:31 14:52:31.136 DEBUG [main][TreeHandler] Notify Tree about selection event
10:52:31 14:52:31.147 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:52:31 14:52:31.150 DEBUG [WorkbenchTestable][TreeItemHandler]   MyProject
10:52:31 14:52:31.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:52:31 14:52:31.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'New'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:52:31 14:52:31.188 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.189 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:52:31 14:52:31.189 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
10:52:31 14:52:31.189 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
10:52:31 14:52:31.189 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
10:52:31 14:52:31.189 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
10:52:31 14:52:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:31 14:52:31.190 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
10:52:31 14:52:31.690 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:31 14:52:31.690 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:31 14:52:31.690 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:31 14:52:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:31 14:52:31.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:52:31 14:52:31.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'New'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:''
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:52:31 14:52:31.706 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
10:52:31 14:52:31.706 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
10:52:31 14:52:31.706 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
10:52:31 14:52:31.706 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
10:52:31 14:52:31.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
10:52:32 14:52:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully
10:52:32 14:52:32.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
10:52:32 14:52:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
10:52:32 14:52:32.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:32 14:52:32.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:32 14:52:32.323 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
10:52:32 14:52:32.323 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
10:52:32 14:52:32.323 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
10:52:32 14:52:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:32 14:52:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:32 14:52:32.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:32 14:52:32.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:32 14:52:32.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:32 14:52:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:32 14:52:32.325 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:52:32 14:52:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:32 14:52:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:32 14:52:32.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:32 14:52:32.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:32 14:52:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
10:52:32 14:52:32.331 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
10:52:32 14:52:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
10:52:32 14:52:32.832 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
10:52:32 14:52:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:32 14:52:32.833 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
10:52:32 14:52:32.833 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
10:52:32 14:52:32.833 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:32 14:52:32.833 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:32 14:52:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:32 14:52:32.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:32 14:52:32.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:32 14:52:32.834 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:32 14:52:32.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:32 14:52:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:32 14:52:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:32 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.106 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest
10:52:32 testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)  Time elapsed: 0.07 s
10:52:32 testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest)  Time elapsed: 0 s
10:52:32 Running org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:32 14:52:32.843 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:32 14:52:32.843 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:52:32 14:52:32.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:32 14:52:32.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:32 14:52:32.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:52:32 14:52:32.845 DEBUG [main][MenuItemLookup] Item match:Window
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:''
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:''
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:''
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:52:32 14:52:32.846 DEBUG [main][MenuItemLookup] Item match:Preferences
10:52:32 14:52:32.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:52:32 14:52:32.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:52:32 14:52:32.846 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:52:32 14:52:32.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:52:32 14:52:32.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:52:32 14:52:32.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:52:32 14:52:32.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.907 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:52:32 14:52:32.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:52:32 14:52:32.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:32 14:52:32.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:32 14:52:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:32 14:52:32.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:52:32 14:52:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:32 14:52:32.912 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:52:32 14:52:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:32 14:52:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:32 14:52:32.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:32 14:52:32.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:32 14:52:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:32 14:52:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:32 14:52:32.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:32 14:52:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.926 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:32 14:52:32.926 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:32 14:52:32.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:52:32 14:52:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:52:32 14:52:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:32 14:52:32.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:32 14:52:32.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:32 14:52:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:32 14:52:32.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:32 14:52:32.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:32 14:52:32.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:32 14:52:32.940 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:32 14:52:32.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:32 14:52:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:32 14:52:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:32 To add a project: TooltipText=null
10:52:32 14:52:32.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:32 14:52:32.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:32 14:52:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:32 14:52:32.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:32 To add a project: TooltipText=null
10:52:32 14:52:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:32 14:52:32.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:32 14:52:32.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:32 14:52:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:32 14:52:32.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:52:32 14:52:32.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:52:32 14:52:32.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:32 14:52:32.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:52:32 To add a project: TooltipText=null
10:52:32 14:52:32.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.951 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.951 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:52:32 14:52:32.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:32 14:52:32.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:32 14:52:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:32 14:52:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:32 14:52:32.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:32 14:52:32.954 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:32 14:52:32.954 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:32 14:52:32.954 DEBUG [main][MenuItemLookup] Item match:File
10:52:32 14:52:32.955 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:52:32 14:52:32.955 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:''
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:''
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:52:32 14:52:32.957 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:52:32 14:52:32.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:52:32 14:52:32.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:52:32 14:52:32.957 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:52:33 14:52:33.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:52:33 14:52:33.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:52:33 14:52:33.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:52:33 14:52:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:33 14:52:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:33 14:52:33.051 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:33 14:52:33.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:33 14:52:33.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:52:33 14:52:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:33 14:52:33.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:33 14:52:33.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:33 14:52:33.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:33 14:52:33.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:33 14:52:33.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:33 14:52:33.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:33 14:52:33.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:52:33 14:52:33.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:33 14:52:33.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:33 14:52:33.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:33 14:52:33.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:33 14:52:33.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:33 14:52:33.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
10:52:33 14:52:33.557 DEBUG [main][TreeItemHandler] Selecting tree item: Project
10:52:33 14:52:33.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
10:52:33 14:52:33.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
10:52:33 14:52:33.560 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:33 14:52:33.560 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:52:33 14:52:33.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:52:33 14:52:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:33 14:52:33.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:33 14:52:33.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:33 14:52:33.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:33 14:52:33.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:33 14:52:33.562 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:52:33 14:52:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:33 14:52:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:33 14:52:33.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:33 14:52:33.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully
10:52:33 14:52:33.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
10:52:33 14:52:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:33 14:52:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:33 14:52:33.593 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:52:33 14:52:33.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:33 14:52:33.594 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject'
10:52:33 14:52:33.594 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:
10:52:33 is "Project name:")
10:52:33 14:52:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:33 14:52:33.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:33 14:52:33.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:33 14:52:33.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:33 14:52:33.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:33 14:52:33.596 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:33 14:52:33.597 INFO [WorkbenchTestable][AbstractText] Text set to: testProject
10:52:33 14:52:33.598 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:52:33 14:52:33.598 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
10:52:33 14:52:33.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:52:33 14:52:33.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:33 14:52:33.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:33 14:52:33.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:33 14:52:33.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:33 14:52:33.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:33 14:52:33.600 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:52:33 14:52:33.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:33 14:52:33.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:33 14:52:33.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:33 14:52:33.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:33 14:52:33.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:34 14:52:34.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:34 14:52:34.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:34 14:52:34.107 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:34 14:52:34.107 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:34 14:52:34.107 DEBUG [main][MenuItemLookup] Item match:File
10:52:34 14:52:34.108 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:52:34 14:52:34.108 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:''
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:''
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:52:34 14:52:34.109 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:52:34 14:52:34.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:52:34 14:52:34.109 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:52:34 14:52:34.109 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:52:34 14:52:34.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:52:34 14:52:34.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:52:34 14:52:34.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:52:34 14:52:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.159 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:34 14:52:34.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:52:34 14:52:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:34 14:52:34.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:34 14:52:34.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:34 14:52:34.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:34 14:52:34.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:34 14:52:34.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:52:34 14:52:34.161 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:52:34 14:52:34.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:52:34 14:52:34.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:52:34 14:52:34.164 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:34 14:52:34.164 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:52:34 14:52:34.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:52:34 14:52:34.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:34 14:52:34.165 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:52:34 14:52:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:34 14:52:34.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:34 14:52:34.165 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:34 14:52:34.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:52:34 14:52:34.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:52:34 14:52:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.196 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:34 14:52:34.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.197 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:
10:52:34 is "File name:")
10:52:34 14:52:34.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:34 14:52:34.200 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:34 14:52:34.201 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min
10:52:34 14:52:34.201 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:
10:52:34 is "Enter or select the parent folder:")
10:52:34 14:52:34.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:34 14:52:34.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:34 14:52:34.203 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
10:52:34 14:52:34.204 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:34 14:52:34.204 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:52:34 14:52:34.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:52:34 14:52:34.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:34 14:52:34.206 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:52:34 14:52:34.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:34 14:52:34.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:34 14:52:34.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:34 14:52:34.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:34 14:52:34.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:34 14:52:34.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:34 14:52:34.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:34 14:52:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:34 14:52:34.727 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:34 14:52:34.727 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
10:52:34 14:52:34.727 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:34 14:52:34.727 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:34 14:52:34.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:34 14:52:34.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:34 14:52:34.728 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:52:34 14:52:34.728 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:34 14:52:34.755 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:34 14:52:34.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:34 14:52:34.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:34 14:52:34.757 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:52:34 14:52:34.758 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:34 14:52:34.758 DEBUG [main][MenuItemLookup] Item match:File
10:52:34 14:52:34.758 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:52:34 14:52:34.758 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:52:34 14:52:34.759 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:''
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:''
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:52:34 14:52:34.760 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:52:34 14:52:34.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:52:34 14:52:34.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:52:34 14:52:34.760 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:52:34 14:52:34.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:52:34 14:52:34.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:52:34 14:52:34.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:52:34 14:52:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.823 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:34 14:52:34.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:52:34 14:52:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:34 14:52:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:34 14:52:34.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:34 14:52:34.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:34 14:52:34.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:34 14:52:34.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:52:34 14:52:34.825 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:52:34 14:52:34.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:52:34 14:52:34.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:52:34 14:52:34.825 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:34 14:52:34.825 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:52:34 14:52:34.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:52:34 14:52:34.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:34 14:52:34.827 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:52:34 14:52:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:34 14:52:34.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:34 14:52:34.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:34 14:52:34.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:34 14:52:34.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:34 14:52:34.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:34 14:52:34.851 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:34 14:52:34.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:34 14:52:34.852 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:
10:52:34 is "File name:")
10:52:34 14:52:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:34 14:52:34.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:34 14:52:34.855 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min
10:52:34 14:52:34.855 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:
10:52:34 is "Enter or select the parent folder:")
10:52:34 14:52:34.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:34 14:52:34.857 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:34 14:52:34.857 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
10:52:34 14:52:34.857 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:34 14:52:34.857 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:52:34 14:52:34.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:52:34 14:52:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:34 14:52:34.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:34 14:52:34.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:34 14:52:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:34 14:52:34.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:34 14:52:34.859 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:52:34 14:52:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:34 14:52:34.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:34 14:52:34.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:34 14:52:34.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:34 14:52:34.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:35 14:52:35.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:35 14:52:35.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:35 14:52:35.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:35 14:52:35.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
10:52:35 14:52:35.369 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:35 14:52:35.369 DEBUG [main][MenuItemLookup] Item match:File
10:52:35 14:52:35.370 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:52:35 14:52:35.370 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:''
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:''
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:52:35 14:52:35.371 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:52:35 14:52:35.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:52:35 14:52:35.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:52:35 14:52:35.371 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:52:35 14:52:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:52:35 14:52:35.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:52:35 14:52:35.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:52:35 14:52:35.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:35 14:52:35.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:35 14:52:35.421 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:35 14:52:35.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:52:35 14:52:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:35 14:52:35.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:35 14:52:35.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:35 14:52:35.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:35 14:52:35.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:52:35 14:52:35.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:52:35 14:52:35.427 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:52:35 14:52:35.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:52:35 14:52:35.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:52:35 14:52:35.428 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:52:35 14:52:35.428 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:52:35 14:52:35.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:52:35 14:52:35.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:35 14:52:35.429 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:52:35 14:52:35.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:35 14:52:35.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:35 14:52:35.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:35 14:52:35.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:52:35 14:52:35.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:52:35 14:52:35.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:35 14:52:35.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:35 14:52:35.461 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:35 14:52:35.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:52:35 14:52:35.461 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:
10:52:35 is "File name:")
10:52:35 14:52:35.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:35 14:52:35.465 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:35 14:52:35.465 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min
10:52:35 14:52:35.466 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:
10:52:35 is "Enter or select the parent folder:")
10:52:35 14:52:35.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:52:35 14:52:35.468 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:52:35 14:52:35.468 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
10:52:35 14:52:35.469 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:52:35 14:52:35.469 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:52:35 14:52:35.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:52:35 14:52:35.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:35 14:52:35.471 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:52:35 14:52:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:35 14:52:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:35 14:52:35.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:35 14:52:35.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:35 14:52:35.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:35 14:52:35.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:35 14:52:35.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 '\*?\QeditorTest+.min\E')
10:52:35 14:52:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:35 14:52:35.537 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min
10:52:35 14:52:35.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:35 14:52:35.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:35 14:52:35.540 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:35 14:52:35.540 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:35 14:52:35.541 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:35 14:52:35.541 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:35 14:52:35.541 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:52:35 14:52:35.541 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min
10:52:35 14:52:35.554 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed
10:52:35 14:52:35.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:35 14:52:35.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:35 14:52:35.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:35 14:52:35.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:35 14:52:35.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:35 14:52:35.555 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:35 14:52:35.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:35 14:52:35.558 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu.
10:52:35 14:52:35.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:35 14:52:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:35 14:52:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:35 14:52:35.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:35 14:52:35.559 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Item match:Window
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:''
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:52:35 14:52:35.559 DEBUG [main][MenuItemLookup] Item match:Show View
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:''
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:52:35 14:52:35.562 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:52:35 14:52:35.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:52:35 14:52:35.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:52:35 14:52:35.568 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:52:35 14:52:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:52:35 14:52:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:52:35 14:52:35.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:35 14:52:35.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:35 14:52:35.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:35 14:52:35.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:35 14:52:35.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:52:35 14:52:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:52:35 14:52:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children...
10:52:35 14:52:35.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java
10:52:35 14:52:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:36 14:52:36.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:36 14:52:36.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java
10:52:36 14:52:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully
10:52:36 14:52:36.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java
10:52:36 14:52:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:36 14:52:36.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed
10:52:36 14:52:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:36 14:52:36.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java
10:52:36 14:52:36.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer
10:52:36 14:52:36.122 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer
10:52:36 14:52:36.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection
10:52:36 14:52:36.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer
10:52:36 14:52:36.122 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:36 14:52:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:36 14:52:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:36 14:52:36.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:36 14:52:36.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:36 14:52:36.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:36 14:52:36.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:36 14:52:36.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:36 14:52:36.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:36 14:52:36.124 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:52:36 14:52:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:36 14:52:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:36 14:52:36.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:36 14:52:36.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:36 14:52:36.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:52:36 14:52:36.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:52:36 14:52:36.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open...
10:52:36 14:52:36.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:36 14:52:36.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully
10:52:36 14:52:36.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:36 14:52:36.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:36 14:52:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:36 14:52:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:36 14:52:36.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:36 14:52:36.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:36 14:52:36.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:36 14:52:36.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:36 14:52:36.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:36 14:52:36.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:36 14:52:36.275 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:36 14:52:36.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:36 14:52:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:36 14:52:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
10:52:36 14:52:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:36 14:52:36.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:36 14:52:36.277 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:36 14:52:36.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:36 14:52:36.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:36 14:52:36.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:36 14:52:36.277 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:36 14:52:36.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:36 14:52:36.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:36 14:52:36.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:36 14:52:36.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:36 14:52:36.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:36 14:52:36.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:36 14:52:36.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:37 14:52:37.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:38 14:52:37.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:38 14:52:37.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:38 14:52:37.280 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:38 14:52:37.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:38 14:52:37.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:38 14:52:37.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:38 14:52:37.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
10:52:38 14:52:37.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:38 14:52:37.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:38 14:52:37.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:38 14:52:37.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:38 14:52:37.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:38 14:52:37.281 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:38 14:52:37.283 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:38 14:52:37.284 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:38 14:52:37.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:38 14:52:37.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:38 14:52:37.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:38 14:52:37.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:38 14:52:37.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:38 14:52:37.786 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:38 14:52:37.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:38 14:52:37.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:38 14:52:37.792 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:38 14:52:37.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:38 14:52:37.792 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:38 14:52:37.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:38 14:52:37.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:38 14:52:37.793 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:38 14:52:37.793 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:39 14:52:37.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:40 14:52:37.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:40 14:52:37.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:40 14:52:37.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:40 14:52:37.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:40 14:52:37.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:40 14:52:37.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:40 14:52:37.818 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:40 14:52:37.818 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:40 14:52:37.818 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:40 14:52:37.818 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:40 14:52:37.819 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:40 14:52:37.819 DEBUG [main][EditorHandler] 2 editor(s) found
10:52:40 14:52:37.819 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
10:52:40 14:52:37.823 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
10:52:40 14:52:37.823 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:40 14:52:37.844 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:40 14:52:37.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:40 14:52:37.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:40 14:52:37.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:41 14:52:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:41 14:52:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:41 14:52:37.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:41 14:52:37.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:41 14:52:37.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:41 14:52:37.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:42 14:52:37.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:42 14:52:37.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:42 14:52:37.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:42 14:52:37.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:37.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:37.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:42 14:52:37.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:37.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:42 14:52:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:37.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:37.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:37.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:37.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:37.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:37.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:37.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:42 14:52:37.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:42 14:52:37.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:42 14:52:37.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:37.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:37.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:37.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:37.852 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:37.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:37.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:37.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:37.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:37.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:38.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:38.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:42 14:52:38.855 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:38.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:38.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:38.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:38.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
10:52:42 14:52:38.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:38.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:42 14:52:38.856 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:42 14:52:38.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:42 14:52:38.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:42 14:52:38.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:38.857 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:38.857 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:38.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:38.861 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:42 14:52:38.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:38.861 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:38.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:38.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:38.863 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:42 14:52:38.863 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:42 14:52:38.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:42 14:52:38.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:42 14:52:38.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:38.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:42 14:52:38.888 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:42 14:52:38.889 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:38.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:42 14:52:38.890 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:52:42 14:52:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:42 14:52:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:42 14:52:38.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:42 14:52:38.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:42 14:52:38.891 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:42 14:52:38.891 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:42 14:52:38.891 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:42 14:52:38.918 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:42 14:52:38.918 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:42 14:52:38.918 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:42 14:52:38.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:42 14:52:38.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:42 14:52:38.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:42 14:52:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:42 14:52:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:42 14:52:38.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:42 14:52:38.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:42 14:52:38.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:42 14:52:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:42 14:52:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:42 14:52:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:42 14:52:38.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:42 14:52:38.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:42 14:52:38.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:42 14:52:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:42 14:52:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:42 14:52:38.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:42 14:52:38.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 '\*?\QPackage Explorer\E')
10:52:42 14:52:38.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:38.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:38.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:38.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:38.926 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:38.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:38.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:38.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:42 14:52:38.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:42 14:52:38.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:42 14:52:38.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:38.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:38.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:38.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:38.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:38.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:38.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:38.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:38.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:38.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:39.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:39.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:39.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:42 14:52:39.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:39.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:39.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:39.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:39.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:42 14:52:39.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:39.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:42 14:52:39.932 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:42 14:52:39.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:42 14:52:39.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:42 14:52:39.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:39.932 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:39.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:39.934 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:39.934 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:42 14:52:39.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:39.934 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:39.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:39.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:39.936 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:42 14:52:39.936 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:42 14:52:39.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:42 14:52:39.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:39.960 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:42 14:52:39.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:39.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:42 14:52:39.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:42 14:52:39.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:42 14:52:39.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:42 14:52:39.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:42 14:52:39.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:39.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:39.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:39.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:39.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:39.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:39.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:39.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:39.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:39.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:39.985 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:39.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:39.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:39.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:39.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:39.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:40.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:40.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:40.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:40.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:42 14:52:40.987 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:40.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:40.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:40.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:40.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:42 14:52:40.989 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:42 14:52:40.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:42 14:52:40.989 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:40.989 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:40.989 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:40.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:40.991 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:42 14:52:40.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:42 14:52:40.991 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:42 14:52:40.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:42 14:52:40.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:42 14:52:40.992 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:42 14:52:40.992 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:42 14:52:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:42 14:52:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a5a84b4 is found...
10:52:42 14:52:41.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a5a84b4 is found finished successfully
10:52:42 14:52:41.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:42 14:52:41.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:41.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:42 14:52:41.004 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:42 14:52:41.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:41.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:42 14:52:41.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:41.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:42 14:52:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:42 14:52:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:42 14:52:41.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:42 14:52:41.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:42 14:52:41.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:41.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:41.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:41.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:41.012 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:41.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:41.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:41.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:41.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:41.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:41.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:41.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:41.034 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:41.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:41.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:41.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:41.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:42.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:42 14:52:42.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:42.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:42.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:42.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:42 14:52:42.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:42 14:52:42.037 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:42 14:52:42.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:42 14:52:42.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:42 14:52:42.038 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:42 14:52:42.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:42 14:52:42.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:42 14:52:42.040 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
10:52:42 14:52:42.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:42 14:52:42.040 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:42 14:52:42.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:42 14:52:42.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:42 14:52:42.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:42 14:52:42.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:42 14:52:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2370040e is found...
10:52:42 14:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2370040e is found finished successfully
10:52:42 14:52:42.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
10:52:42 14:52:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:42.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:42 14:52:42.061 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:42 14:52:42.062 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:42 14:52:42.062 DEBUG [main][EditorHandler] 2 editor(s) found
10:52:42 14:52:42.062 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:42 14:52:42.066 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:42 14:52:42.066 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:42 14:52:42.086 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:42 14:52:42.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:42 14:52:42.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:42 14:52:42.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:42 14:52:42.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:42 14:52:42.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:42 14:52:42.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:42 14:52:42.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:42 14:52:42.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:42.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:42 14:52:42.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:42.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:42 14:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:42 14:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:42 14:52:42.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:42 14:52:42.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 '\*?\QPackage Explorer\E')
10:52:42 14:52:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:42.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:42 14:52:42.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:42 14:52:42.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:42 14:52:42.093 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:42.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:42.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:42.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:42 14:52:42.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:42 14:52:42.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:42 14:52:42.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:42.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:42.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:42.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:42.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:42 14:52:42.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:42 14:52:42.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:42 14:52:42.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:42 14:52:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:42 14:52:42.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:42 14:52:42.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:42 14:52:42.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:43 14:52:43.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:43 14:52:43.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:43 14:52:43.097 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:43 14:52:43.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:43 14:52:43.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:43 14:52:43.098 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:43 14:52:43.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:43 14:52:43.099 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:43 14:52:43.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:43 14:52:43.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:43 14:52:43.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:43 14:52:43.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:43 14:52:43.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:43 14:52:43.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:43 14:52:43.099 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:43 14:52:43.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:43 14:52:43.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:43 14:52:43.105 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:43 14:52:43.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:43 14:52:43.105 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:43 14:52:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:43 14:52:43.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:43 14:52:43.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:43 14:52:43.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:43 14:52:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:43 14:52:43.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:43 14:52:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:43 14:52:43.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:43 14:52:43.127 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:43 14:52:43.128 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it
10:52:43 14:52:43.128 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:43 14:52:43.148 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:43 14:52:43.148 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:43 14:52:43.148 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:43 14:52:43.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:43 14:52:43.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:43 14:52:43.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:43 14:52:43.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:43 14:52:43.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:43 14:52:43.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:43 14:52:43.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:43 14:52:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:43 14:52:43.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:43 14:52:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:43 14:52:43.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:43 14:52:43.155 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:43 14:52:43.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:43 14:52:43.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:43 14:52:43.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:43 14:52:43.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:43 14:52:43.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:43 14:52:43.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:43 14:52:43.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:43 14:52:43.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:43 14:52:43.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:43 14:52:43.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:43 14:52:43.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:43 14:52:43.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:43 14:52:43.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:43 14:52:43.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:43 14:52:43.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:44 14:52:44.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:44 14:52:44.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:44 14:52:44.160 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:44 14:52:44.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:44 14:52:44.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:44 14:52:44.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:44 14:52:44.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:44 14:52:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:44 14:52:44.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:44 14:52:44.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:44 14:52:44.161 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:44 14:52:44.161 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:44 14:52:44.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:44 14:52:44.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:44 14:52:44.162 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:44 14:52:44.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:44 14:52:44.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:44 14:52:44.165 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:44 14:52:44.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:44 14:52:44.165 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:44 14:52:44.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:44 14:52:44.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:44 14:52:44.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:44 14:52:44.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:44 14:52:44.178 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:44 14:52:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:44 14:52:44.179 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:44 14:52:44.179 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:44 14:52:44.179 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:44 14:52:44.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:44 14:52:44.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:44 14:52:44.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:44 14:52:44.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:44 14:52:44.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:44 14:52:44.185 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:44 14:52:44.185 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:44 14:52:44.185 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:44 14:52:44.185 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:44 14:52:44.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8)
10:52:44 14:52:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:44 14:52:44.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:44 14:52:44.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:44 14:52:44.186 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:44 14:52:44.186 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:44 14:52:44.186 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:44 14:52:44.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:44 14:52:44.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:44 14:52:44.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:44 14:52:44.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:44 14:52:44.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:44 14:52:44.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:44 14:52:44.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:44 14:52:44.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:44 14:52:44.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:44 14:52:44.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:44 14:52:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:44 14:52:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:44 14:52:44.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:44 14:52:44.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:44 14:52:44.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:44 14:52:44.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:44 14:52:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:44 14:52:44.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:44 14:52:44.213 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:44 14:52:44.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:44 14:52:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:44 14:52:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:44 14:52:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:44 14:52:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:44 14:52:44.215 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:44 14:52:44.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:44 14:52:44.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:44 14:52:44.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:44 14:52:44.215 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:44 14:52:44.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:44 14:52:44.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:44 14:52:44.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:44 14:52:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:44 14:52:44.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:44 14:52:44.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:44 14:52:44.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:45 14:52:45.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:45 14:52:45.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:45 14:52:45.217 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:45 14:52:45.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:45 14:52:45.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:45 14:52:45.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:45 14:52:45.219 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:45 14:52:45.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:45 14:52:45.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:45 14:52:45.219 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:45 14:52:45.219 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:45 14:52:45.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:45 14:52:45.223 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:45 14:52:45.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:45 14:52:45.223 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:45 14:52:45.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:45 14:52:45.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:45 14:52:45.225 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:45 14:52:45.225 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:45 14:52:45.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:45 14:52:45.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:45 14:52:45.236 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:45 14:52:45.237 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:45 14:52:45.237 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:45 14:52:45.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:45 14:52:45.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:45 14:52:45.243 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:45 14:52:45.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:45 14:52:45.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:45 14:52:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:45 14:52:45.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:45 14:52:45.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:45 14:52:45.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:45 14:52:45.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:45 14:52:45.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:45 14:52:45.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:45 14:52:45.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:45 14:52:45.246 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:45 14:52:45.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:45 14:52:45.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:45 14:52:45.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:45 14:52:45.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:45 14:52:45.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:45 14:52:45.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:45 14:52:45.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:45 14:52:45.268 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:45 14:52:45.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:45 14:52:45.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:45 14:52:45.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:45 14:52:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:45 14:52:45.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:45 14:52:45.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:45 14:52:45.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:46 14:52:46.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:46 14:52:46.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:46 14:52:46.270 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:46 14:52:46.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:46 14:52:46.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:46 14:52:46.271 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:46 14:52:46.272 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:46 14:52:46.272 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:46 14:52:46.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:46 14:52:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:46 14:52:46.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:46 14:52:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:46 14:52:46.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:46 14:52:46.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:46 14:52:46.272 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:46 14:52:46.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:46 14:52:46.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:46 14:52:46.274 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:46 14:52:46.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:46 14:52:46.274 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:46 14:52:46.274 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:46 14:52:46.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:46 14:52:46.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:46 14:52:46.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:46 14:52:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6924ba5b is found...
10:52:46 14:52:46.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6924ba5b is found finished successfully
10:52:46 14:52:46.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:46 14:52:46.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:46 14:52:46.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:46 14:52:46.286 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:46 14:52:46.287 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:46 14:52:46.287 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:46 14:52:46.287 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:46 14:52:46.300 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:46 14:52:46.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:46 14:52:46.300 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:46 14:52:46.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:46 14:52:46.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:46 14:52:46.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:46 14:52:46.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:46 14:52:46.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:46 14:52:46.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:46 14:52:46.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:46 14:52:46.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:46 14:52:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:46 14:52:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:46 14:52:46.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:46 14:52:46.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:46 14:52:46.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:46 14:52:46.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:46 14:52:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:46 14:52:46.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:46 14:52:46.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:46 14:52:46.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:46 14:52:46.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:46 14:52:46.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:46 14:52:46.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:46 14:52:46.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:46 14:52:46.315 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:46 14:52:46.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:46 14:52:46.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:46 14:52:46.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:46 14:52:46.316 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:46 14:52:46.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:46 14:52:46.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:46 14:52:46.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:46 14:52:46.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:46 14:52:46.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:46 14:52:46.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:46 14:52:46.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:47 14:52:47.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:47 14:52:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:47 14:52:47.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:47 14:52:47.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:47 14:52:47.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:47 14:52:47.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:47 14:52:47.320 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:47 14:52:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:47 14:52:47.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:47 14:52:47.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:47 14:52:47.321 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:47 14:52:47.321 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:47 14:52:47.323 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:47 14:52:47.323 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:47 14:52:47.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:47 14:52:47.323 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:47 14:52:47.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:47 14:52:47.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:47 14:52:47.325 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:47 14:52:47.325 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:47 14:52:47.340 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:47 14:52:47.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:47 14:52:47.341 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:47 14:52:47.341 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:47 14:52:47.341 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:47 14:52:47.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:47 14:52:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:47 14:52:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:47 14:52:47.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:47 14:52:47.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:47 14:52:47.345 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:47 14:52:47.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:47 14:52:47.345 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:47 14:52:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:47 14:52:47.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:47 14:52:47.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:47 14:52:47.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.346 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:47 14:52:47.346 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:52:47 14:52:47.346 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:47 14:52:47.372 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:47 14:52:47.372 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:47 14:52:47.372 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:47 14:52:47.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:47 14:52:47.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:47 14:52:47.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:47 14:52:47.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:47 14:52:47.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:47 14:52:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:47 14:52:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:47 14:52:47.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:47 14:52:47.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:47 14:52:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:47 14:52:47.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:47 14:52:47.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:47 14:52:47.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:47 14:52:47.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:47 14:52:47.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:47 14:52:47.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:47 14:52:47.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:47 14:52:47.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:47 14:52:47.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:47 14:52:47.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:47 14:52:47.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:47 14:52:47.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:47 14:52:47.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:47 14:52:47.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:47 14:52:47.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:47 14:52:47.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:47 14:52:47.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:47 14:52:47.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:47 14:52:47.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:48 14:52:48.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:48 14:52:48.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:48 14:52:48.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:48 14:52:48.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:48 14:52:48.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:48 14:52:48.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:48 14:52:48.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:48 14:52:48.385 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:48 14:52:48.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:48 14:52:48.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:48 14:52:48.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:48 14:52:48.385 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:48 14:52:48.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:48 14:52:48.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:48 14:52:48.387 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:48 14:52:48.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:48 14:52:48.387 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:48 14:52:48.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:48 14:52:48.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:48 14:52:48.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:48 14:52:48.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:48 14:52:48.399 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:48 14:52:48.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:48 14:52:48.400 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:48 14:52:48.400 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:48 14:52:48.400 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:48 14:52:48.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:48 14:52:48.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:48 14:52:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:48 14:52:48.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:48 14:52:48.406 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:48 14:52:48.407 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:48 14:52:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:48 14:52:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:48 14:52:48.408 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:52:48 14:52:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:48 14:52:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:48 14:52:48.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:48 14:52:48.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:48 14:52:48.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:48 14:52:48.409 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it
10:52:48 14:52:48.409 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:48 14:52:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available....
10:52:48 14:52:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully
10:52:48 14:52:48.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
10:52:48 14:52:48.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:48 14:52:48.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:48 14:52:48.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save")
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:48 14:52:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:48 14:52:48.937 INFO [WorkbenchTestable][AbstractButton] Click button &Save
10:52:48 14:52:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:48 14:52:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:48 14:52:48.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:48 14:52:48.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:48 14:52:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:48 14:52:48.969 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:48 14:52:48.969 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:48 14:52:48.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:48 14:52:48.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:48 14:52:48.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:48 14:52:48.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:48 14:52:48.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:48 14:52:48.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:48 14:52:48.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:48 14:52:48.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:48 14:52:48.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:48 14:52:48.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:48 14:52:48.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:48 14:52:48.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:48 14:52:48.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:48 14:52:48.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:48 14:52:48.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:48 14:52:48.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:48 14:52:48.975 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:48 14:52:48.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:48 14:52:48.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:48 14:52:48.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:48 14:52:48.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:48 14:52:48.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:48 14:52:48.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:48 14:52:48.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:48 14:52:48.977 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:48 14:52:48.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:48 14:52:48.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:48 14:52:48.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:48 14:52:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:48 14:52:48.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:48 14:52:48.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:49 14:52:49.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:49 14:52:49.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:49 14:52:49.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:49 14:52:49.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:49 14:52:49.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:49 14:52:49.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:49 14:52:49.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:49 14:52:49.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:49 14:52:49.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:49 14:52:49.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:49 14:52:49.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:49 14:52:49.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:49 14:52:49.981 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:49 14:52:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:49 14:52:49.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:49 14:52:49.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:49 14:52:49.981 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:49 14:52:49.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:49 14:52:49.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:49 14:52:49.984 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:49 14:52:49.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:49 14:52:49.984 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:49 14:52:49.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:49 14:52:49.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:49 14:52:49.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:49 14:52:49.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:50 14:52:49.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:50 14:52:49.997 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:50 14:52:49.998 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:50 14:52:49.998 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:50 14:52:50.015 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:50 14:52:50.015 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:50 14:52:50.016 DEBUG [main][EditorHandler] 0 editor(s) found
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:50 14:52:50.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:50 14:52:50.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:50 14:52:50.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:50 14:52:50.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:50 14:52:50.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:50 14:52:50.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:50 14:52:50.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:50 14:52:50.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:50 14:52:50.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:50 14:52:50.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:50 14:52:50.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:50 14:52:50.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:50 14:52:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:50 14:52:50.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:50 14:52:50.022 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:50 14:52:50.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:50 14:52:50.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:50 14:52:50.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:50 14:52:50.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:50 14:52:50.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:50 14:52:50.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:50 14:52:50.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:50 14:52:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:50 14:52:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:50 14:52:50.023 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:50 14:52:50.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:50 14:52:50.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:50 14:52:50.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:50 14:52:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:50 14:52:50.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:50 14:52:50.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:50 14:52:50.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:50 14:52:50.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:51 14:52:51.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:51 14:52:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:51 14:52:51.026 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:51 14:52:51.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:51 14:52:51.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.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:51 14:52:51.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:51 14:52:51.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:51 14:52:51.027 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:51 14:52:51.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:51 14:52:51.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:51 14:52:51.028 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:51 14:52:51.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:51 14:52:51.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:51 14:52:51.030 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:51 14:52:51.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:51 14:52:51.031 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:51 14:52:51.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:51 14:52:51.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:51 14:52:51.032 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:51 14:52:51.032 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:51 14:52:51.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:51 14:52:51.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4871acfd is found...
10:52:51 14:52:51.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4871acfd is found finished successfully
10:52:51 14:52:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:51 14:52:51.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:51 14:52:51.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:51 14:52:51.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:51 14:52:51.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:51 14:52:51.046 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:51 14:52:51.047 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:51 14:52:51.047 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:51 14:52:51.047 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:51 14:52:51.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:51 14:52:51.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:51 14:52:51.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:51 14:52:51.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:51 14:52:51.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:51 14:52:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:51 14:52:51.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:51 14:52:51.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:51 14:52:51.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:51 14:52:51.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:51 14:52:51.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:51 14:52:51.079 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:51 14:52:51.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:51 14:52:51.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:51 14:52:51.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:51 14:52:51.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:51 14:52:51.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:51 14:52:51.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:51 14:52:51.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:51 14:52:51.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:51 14:52:51.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:51 14:52:51.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:51 14:52:51.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:52 14:52:52.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:52 14:52:52.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:52 14:52:52.082 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:52 14:52:52.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:52 14:52:52.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:52 14:52:52.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
10:52:52 14:52:52.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:52 14:52:52.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:52 14:52:52.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:52 14:52:52.083 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:52 14:52:52.083 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:52 14:52:52.084 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:52 14:52:52.084 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:52 14:52:52.084 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:52 14:52:52.084 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:52 14:52:52.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:52 14:52:52.085 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
10:52:52 14:52:52.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:52 14:52:52.085 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:52 14:52:52.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:52 14:52:52.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:52 14:52:52.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:52 14:52:52.087 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:52 14:52:52.102 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:52 14:52:52.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c330d6f is found...
10:52:52 14:52:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c330d6f is found finished successfully
10:52:52 14:52:52.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:52 14:52:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:52 14:52:52.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:52 14:52:52.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:52 14:52:52.105 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
10:52:52 14:52:52.110 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.110 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:52 14:52:52.110 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:52 14:52:52.110 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:52 14:52:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@726612aa is found...
10:52:52 14:52:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@726612aa is found finished successfully
10:52:52 14:52:52.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
10:52:52 14:52:52.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:52 14:52:52.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:52 14:52:52.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:52 14:52:52.113 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min
10:52:52 14:52:52.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null
10:52:52 14:52:52.117 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:52 14:52:52.117 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:52 14:52:52.118 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:52 14:52:52.123 DEBUG [main][EditorHandler] 2 editor(s) found
10:52:52 14:52:52.123 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:52 14:52:52.127 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:52 14:52:52.127 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
10:52:52 14:52:52.150 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
10:52:52 14:52:52.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:52 14:52:52.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:52 14:52:52.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:52 14:52:52.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:52 14:52:52.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:52 14:52:52.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:52 14:52:52.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:52 14:52:52.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:52 14:52:52.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:52 14:52:52.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:52 14:52:52.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:52 14:52:52.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:52 14:52:52.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:52 14:52:52.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:52 14:52:52.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:52 14:52:52.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:52 14:52:52.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:52 14:52:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:52 14:52:52.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:52 14:52:52.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:52 14:52:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:52 14:52:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:52 14:52:52.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:52 14:52:52.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:52 14:52:52.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:52 14:52:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:52 14:52:52.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:52 14:52:52.158 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:52 14:52:52.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:52 14:52:52.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:52 14:52:52.159 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:52 14:52:52.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:52 14:52:52.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:52 14:52:52.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:52 14:52:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:52 14:52:52.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:52 14:52:52.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:52 14:52:52.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:53 14:52:53.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:53 14:52:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:53 14:52:53.161 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:53 14:52:53.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:53 14:52:53.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:53 14:52:53.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:53 14:52:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:53 14:52:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:53 14:52:53.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:53 14:52:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:53 14:52:53.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:53 14:52:53.163 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:53 14:52:53.163 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:53 14:52:53.164 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:53 14:52:53.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:53 14:52:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:53 14:52:53.164 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:53 14:52:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:53 14:52:53.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:53 14:52:53.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:53 14:52:53.165 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:53 14:52:53.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:53 14:52:53.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:53 14:52:53.166 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:53 14:52:53.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:53 14:52:53.167 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:53 14:52:53.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:53 14:52:53.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:53 14:52:53.168 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:53 14:52:53.168 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:53 14:52:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:53 14:52:53.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:53 14:52:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:53 14:52:53.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:53 14:52:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:53 14:52:53.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:53 14:52:53.199 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:53 14:52:53.199 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:53 14:52:53.199 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:53 14:52:53.199 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:53 14:52:53.200 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:53 14:52:53.200 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:53 14:52:53.200 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:53 14:52:53.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:53 14:52:53.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:53 14:52:53.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:53 14:52:53.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:53 14:52:53.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:53 14:52:53.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:53 14:52:53.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:53 14:52:53.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:53 14:52:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:53 14:52:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:53 14:52:53.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:53 14:52:53.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:53 14:52:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:53 14:52:53.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:53 14:52:53.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:53 14:52:53.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:53 14:52:53.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:53 14:52:53.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:53 14:52:53.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:53 14:52:53.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:53 14:52:53.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:53 14:52:53.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:53 14:52:53.238 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:53 14:52:53.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:53 14:52:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:53 14:52:53.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:53 14:52:53.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:53 14:52:53.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:53 14:52:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:53 14:52:53.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:53 14:52:53.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:53 14:52:53.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:53 14:52:53.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:53 14:52:53.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:54 14:52:54.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:54 14:52:54.241 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:54 14:52:54.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:54 14:52:54.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:54 14:52:54.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:54 14:52:54.242 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:54 14:52:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:54 14:52:54.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:54 14:52:54.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:54 14:52:54.243 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:54 14:52:54.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:54 14:52:54.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:54 14:52:54.244 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:54 14:52:54.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:54 14:52:54.244 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:54 14:52:54.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:54 14:52:54.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:54 14:52:54.245 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:54 14:52:54.245 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:54 14:52:54.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:54 14:52:54.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')
10:52:54 14:52:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:54 14:52:54.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:54 14:52:54.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:54 14:52:54.268 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.269 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:54 14:52:54.269 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:54 14:52:54.269 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:54 14:52:54.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 "Make Dirty")
10:52:54 14:52:54.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:54 14:52:54.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:54 14:52:54.270 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:54 14:52:54.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:54 14:52:54.270 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:54 14:52:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:54 14:52:54.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:54 14:52:54.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:54 14:52:54.272 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.272 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:52:54 14:52:54.272 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:52:54 14:52:54.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:54 14:52:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:54 14:52:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:54 14:52:54.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:54 14:52:54.273 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
10:52:54 14:52:54.273 DEBUG [main][MenuItemLookup] Found menu:'File'
10:52:54 14:52:54.273 DEBUG [main][MenuItemLookup] Item match:File
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:''
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:''
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:52:54 14:52:54.274 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:52:54 14:52:54.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:52:54 14:52:54.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:52:54 14:52:54.274 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:54 14:52:54.277 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:54 14:52:54.278 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:54 14:52:54.278 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:54 14:52:54.278 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:54 14:52:54.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:54 14:52:54.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:54 14:52:54.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:54 14:52:54.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:54 14:52:54.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:54 14:52:54.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:54 14:52:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:54 14:52:54.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:54 14:52:54.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:54 14:52:54.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:54 14:52:54.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:54 14:52:54.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:54 14:52:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:54 14:52:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:54 14:52:54.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:54 14:52:54.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:54 14:52:54.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:54 14:52:54.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:54 14:52:54.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:54 14:52:54.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:54 14:52:54.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:54 14:52:54.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:54 14:52:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:54 14:52:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:54 14:52:54.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:54 14:52:54.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:55 14:52:55.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:55 14:52:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:55 14:52:55.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:55 14:52:55.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:55 14:52:55.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:55 14:52:55.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:55 14:52:55.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:55 14:52:55.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:55 14:52:55.328 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:55 14:52:55.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:55 14:52:55.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:55 14:52:55.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:55 14:52:55.328 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:55 14:52:55.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:55 14:52:55.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:55 14:52:55.331 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:55 14:52:55.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:55 14:52:55.331 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:55 14:52:55.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:55 14:52:55.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:55 14:52:55.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:55 14:52:55.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:55 14:52:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:55 14:52:55.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:52:55 14:52:55.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:55 14:52:55.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:55 14:52:55.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:55 14:52:55.350 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:55 14:52:55.350 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:55 14:52:55.350 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:55 14:52:55.351 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:55 14:52:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:55 14:52:55.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:55 14:52:55.352 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:52:55 14:52:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:55 14:52:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:55 14:52:55.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:55 14:52:55.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save")
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:55 14:52:55.353 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:52:55 14:52:55.353 INFO [WorkbenchTestable][AbstractButton] Click button Save
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:52:55 14:52:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:52:55 14:52:55.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:52:55 14:52:55.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:52:55 14:52:55.354 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:52:55 14:52:55.354 DEBUG [main][EditorHandler] 1 editor(s) found
10:52:55 14:52:55.354 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:52:55 14:52:55.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:52:55 14:52:55.380 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:52:55 14:52:55.380 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:52:55 14:52:55.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:52:55 14:52:55.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:55 14:52:55.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:52:55 14:52:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:55 14:52:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:55 14:52:55.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:52:55 14:52:55.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:55 14:52:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:55 14:52:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:55 14:52:55.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:55 14:52:55.388 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:55 14:52:55.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:55 14:52:55.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:55 14:52:55.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:52:55 14:52:55.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:52:55 14:52:55.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:52:55 14:52:55.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:55 14:52:55.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:55 14:52:55.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:55 14:52:55.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:55 14:52:55.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:55 14:52:55.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:55 14:52:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:55 14:52:55.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:55 14:52:55.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:55 14:52:55.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:55 14:52:55.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:55 14:52:55.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:56 14:52:56.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:56 14:52:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:56 14:52:56.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:56 14:52:56.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:56 14:52:56.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:56 14:52:56.394 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:52:56 14:52:56.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:56 14:52:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:56 14:52:56.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:56 14:52:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:56 14:52:56.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:56 14:52:56.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:56 14:52:56.395 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:56 14:52:56.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:56 14:52:56.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:56 14:52:56.396 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:52:56 14:52:56.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:52:56 14:52:56.396 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:52:56 14:52:56.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:52:56 14:52:56.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:52:56 14:52:56.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:56 14:52:56.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:56 14:52:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:56 14:52:56.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')
10:52:56 14:52:56.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:56 14:52:56.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:56 14:52:56.420 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:56 14:52:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:56 14:52:56.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:52:56 14:52:56.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:52:56 14:52:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:56 14:52:56.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:56 14:52:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:56 14:52:56.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:52:56 14:52:56.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:56 14:52:56.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:56 14:52:56.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:56 14:52:56.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:56 14:52:56.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:56 14:52:56.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:56 14:52:56.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:56 14:52:56.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:56 14:52:56.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:56 14:52:56.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:56 14:52:56.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:56 14:52:56.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:56 14:52:56.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:56 14:52:56.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:56 14:52:56.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:56 14:52:56.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:57 14:52:57.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:57 14:52:57.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:52:57 14:52:57.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:52:57 14:52:57.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:52:57 14:52:57.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:52:57 14:52:57.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:52:57 14:52:57.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:52:57 14:52:57.455 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:52:57 14:52:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:52:57 14:52:57.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:52:57 14:52:57.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:52:57 14:52:57.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:52:57 14:52:57.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:57 14:52:57.456 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:57 14:52:57.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:57 14:52:57.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:57 14:52:57.457 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
10:52:57 14:52:57.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:52:57 14:52:57.457 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:52:57 14:52:57.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:52:57 14:52:57.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:52:57 14:52:57.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:52:57 14:52:57.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:52:57 14:52:57.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:52:57 14:52:57.476 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
10:52:57 14:52:57.481 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:52:57 14:52:57.481 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:52:57 14:52:57.481 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:52:57 14:52:57.481 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:52:57 14:52:57.482 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:52:57 14:52:57.482 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:52:57 14:52:57.489 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:52:57 14:52:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@584de001 is found...
10:53:07 14:53:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@584de001 is found failed, an exception will be thrown
10:53:07 14:53:07.500 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:07 14:53:07.500 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:07 14:53:07.500 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:07 14:53:07.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:07 14:53:07.520 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:07 14:53:07.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:07 14:53:07.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:07 14:53:07.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:07 14:53:07.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:07 14:53:07.522 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:07 14:53:07.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:07 14:53:07.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:07 14:53:07.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:07 14:53:07.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:07 14:53:07.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:07 14:53:07.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:07 14:53:07.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:07 14:53:07.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:07 14:53:07.527 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:07 14:53:07.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:07 14:53:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:07 14:53:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:07 14:53:07.528 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:07 14:53:07.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:07 14:53:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:07 14:53:07.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:07 14:53:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:07 14:53:07.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:07 14:53:07.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:08 14:53:08.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:08 14:53:08.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:08 14:53:08.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:08 14:53:08.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:08 14:53:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:08 14:53:08.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:08 14:53:08.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:08 14:53:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:08 14:53:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:08 14:53:08.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:08 14:53:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:08 14:53:08.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:08 14:53:08.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:08 14:53:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:08 14:53:08.532 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:08 14:53:08.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:08 14:53:08.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:08 14:53:08.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:08 14:53:08.532 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:08 14:53:08.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:08 14:53:08.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:08 14:53:08.534 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:08 14:53:08.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:08 14:53:08.536 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:08 14:53:08.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:08 14:53:08.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:08 14:53:08.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:08 14:53:08.538 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:08 14:53:08.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:08 14:53:08.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:08 14:53:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:08 14:53:08.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:08 14:53:08.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:08 14:53:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:08 14:53:08.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:08 14:53:08.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:08 14:53:08.556 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:08 14:53:08.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:08 14:53:08.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:08 14:53:08.556 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:08 14:53:08.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:08 14:53:08.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:08 14:53:08.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:08 14:53:08.557 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:08 14:53:08.558 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:08 14:53:08.558 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:08 14:53:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available....
10:53:09 14:53:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully
10:53:09 14:53:09.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
10:53:09 14:53:09.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:09 14:53:09.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:09 14:53:09.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save")
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:09 14:53:09.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:09 14:53:09.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:09 14:53:09.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:09 14:53:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:09 14:53:09.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:09 14:53:09.070 INFO [WorkbenchTestable][AbstractButton] Click button &Save
10:53:09 14:53:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:09 14:53:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:09 14:53:09.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:09 14:53:09.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:09 14:53:09.111 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:09 14:53:09.111 DEBUG [main][EditorHandler] 0 editor(s) found
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:09 14:53:09.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:09 14:53:09.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:09 14:53:09.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:09 14:53:09.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:09 14:53:09.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:09 14:53:09.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:09 14:53:09.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:09 14:53:09.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:09 14:53:09.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:09 14:53:09.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:09 14:53:09.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:09 14:53:09.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:09 14:53:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:09 14:53:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:09 14:53:09.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:09 14:53:09.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:09 14:53:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:09 14:53:09.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:09 14:53:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:09 14:53:09.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:09 14:53:09.120 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:09 14:53:09.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:09 14:53:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:09 14:53:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:09 14:53:09.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:09 14:53:09.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:09 14:53:09.122 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:09 14:53:09.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:09 14:53:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:09 14:53:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:09 14:53:09.122 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:09 14:53:09.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:09 14:53:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:09 14:53:09.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:09 14:53:09.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:09 14:53:09.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:09 14:53:09.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:09 14:53:09.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:10 14:53:10.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:10 14:53:10.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:10 14:53:10.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:10 14:53:10.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:10 14:53:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:10 14:53:10.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:10 14:53:10.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:10 14:53:10.126 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:10 14:53:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:10 14:53:10.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:10 14:53:10.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:10 14:53:10.126 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:10 14:53:10.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:10 14:53:10.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:10 14:53:10.128 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:10 14:53:10.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:10 14:53:10.128 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:10 14:53:10.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:10 14:53:10.129 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:10 14:53:10.129 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:10 14:53:10.129 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:10 14:53:10.139 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:10 14:53:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:10 14:53:10.140 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:10 14:53:10.140 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:10 14:53:10.140 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:10 14:53:10.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:10 14:53:10.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:10 14:53:10.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:10 14:53:10.146 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty")
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:10 14:53:10.147 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:10 14:53:10.147 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:10 14:53:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:10 14:53:10.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:10 14:53:10.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:10 14:53:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@541bfbd8 is found...
10:53:10 14:53:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@541bfbd8 is found finished successfully
10:53:10 14:53:10.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:10 14:53:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:10 14:53:10.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:53:10 14:53:10.150 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:10 14:53:10.150 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:10 14:53:10.150 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:10 14:53:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available....
10:53:10 14:53:10.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully
10:53:10 14:53:10.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource
10:53:10 14:53:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:10 14:53:10.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:10 14:53:10.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save")
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:10 14:53:10.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:10 14:53:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:10 14:53:10.672 INFO [WorkbenchTestable][AbstractButton] Click button &Save
10:53:10 14:53:10.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:10 14:53:10.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:10 14:53:10.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:10 14:53:10.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:10 14:53:10.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:10 14:53:10.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:10 14:53:10.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:10 14:53:10.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:10 14:53:10.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:10 14:53:10.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:10 14:53:10.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:10 14:53:10.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:10 14:53:10.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:10 14:53:10.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:10 14:53:10.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:10 14:53:10.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:10 14:53:10.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:10 14:53:10.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:10 14:53:10.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:10 14:53:10.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:10 14:53:10.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:10 14:53:10.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:10 14:53:10.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:10 14:53:10.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:10 14:53:10.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:10 14:53:10.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:10 14:53:10.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:10 14:53:10.722 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:10 14:53:10.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:10 14:53:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:10 14:53:10.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:10 14:53:10.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:10 14:53:10.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:10 14:53:10.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:10 14:53:10.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:10 14:53:10.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:10 14:53:10.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:11 14:53:11.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:11 14:53:11.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:11 14:53:11.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:11 14:53:11.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:11 14:53:11.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:11 14:53:11.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:11 14:53:11.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:11 14:53:11.727 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:11 14:53:11.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:11 14:53:11.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:11 14:53:11.727 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:11 14:53:11.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:11 14:53:11.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:11 14:53:11.728 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:11 14:53:11.728 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:11 14:53:11.728 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:11 14:53:11.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:11 14:53:11.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:11 14:53:11.730 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:11 14:53:11.730 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:11 14:53:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:11 14:53:11.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:11 14:53:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:11 14:53:11.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:11 14:53:11.747 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:53:11 14:53:11.748 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:11 14:53:11.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:53:11 14:53:11.748 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform'
10:53:11 14:53:11.748 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:11 14:53:11.748 DEBUG [main][MenuItemLookup] Item match:File
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:''
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:''
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:11 14:53:11.749 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:11 14:53:11.749 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:11 14:53:11.749 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:11 14:53:11.749 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:11 14:53:11.771 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:11 14:53:11.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:11 14:53:11.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:11 14:53:11.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:11 14:53:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:11 14:53:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:11 14:53:11.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:11 14:53:11.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:11 14:53:11.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:11 14:53:11.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:11 14:53:11.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:11 14:53:11.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:11 14:53:11.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:11 14:53:11.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:11 14:53:11.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:11 14:53:11.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:11 14:53:11.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:11 14:53:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:11 14:53:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:11 14:53:11.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:11 14:53:11.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:11 14:53:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:11 14:53:11.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:11 14:53:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:11 14:53:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:11 14:53:11.778 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:11 14:53:11.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:11 14:53:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:11 14:53:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:11 14:53:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:11 14:53:11.779 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:11 14:53:11.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:11 14:53:11.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:11 14:53:11.780 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:11 14:53:11.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:11 14:53:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:11 14:53:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:11 14:53:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:11 14:53:11.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:11 14:53:11.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:12 14:53:12.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:12 14:53:12.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:12 14:53:12.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:12 14:53:12.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:12 14:53:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:12 14:53:12.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:12 14:53:12.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:12 14:53:12.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:12 14:53:12.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:12 14:53:12.782 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:12 14:53:12.782 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:12 14:53:12.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:12 14:53:12.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:12 14:53:12.783 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:12 14:53:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:12 14:53:12.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:12 14:53:12.784 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:12 14:53:12.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:12 14:53:12.785 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:12 14:53:12.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:12 14:53:12.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:12 14:53:12.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:12 14:53:12.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:12 14:53:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d71c07a is found...
10:53:22 14:53:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d71c07a is found failed, an exception will be thrown
10:53:22 14:53:22.808 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:22 14:53:22.808 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:22 14:53:22.809 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:22 14:53:22.824 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:22 14:53:22.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:22 14:53:22.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:22 14:53:22.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:22 14:53:22.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:22 14:53:22.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:22 14:53:22.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:22 14:53:22.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:22 14:53:22.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:22 14:53:22.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:22 14:53:22.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:22 14:53:22.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:22 14:53:22.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:22 14:53:22.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:22 14:53:22.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:22 14:53:22.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:22 14:53:22.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:22 14:53:22.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:22 14:53:22.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:22 14:53:22.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:22 14:53:22.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:22 14:53:22.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:22 14:53:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:22 14:53:22.831 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:22 14:53:22.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:22 14:53:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:22 14:53:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:22 14:53:22.832 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:22 14:53:22.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:22 14:53:22.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:22 14:53:22.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:22 14:53:22.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:22 14:53:22.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:22 14:53:22.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:23 14:53:23.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:23 14:53:23.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:23 14:53:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:23 14:53:23.833 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:23 14:53:23.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:23 14:53:23.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:23 14:53:23.834 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:23 14:53:23.834 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:23 14:53:23.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:23 14:53:23.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:23 14:53:23.835 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:23 14:53:23.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:23 14:53:23.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:23 14:53:23.837 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:23 14:53:23.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:23 14:53:23.837 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:23 14:53:23.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:23 14:53:23.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:23 14:53:23.838 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:23 14:53:23.838 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:23 14:53:23.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:23 14:53:23.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:23 14:53:23.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:23 14:53:23.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:23 14:53:23.855 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:23 14:53:23.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:53:23 14:53:23.856 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:53:23 14:53:23.856 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:23 14:53:23.874 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:23 14:53:23.874 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:23 14:53:23.874 DEBUG [main][EditorHandler] 0 editor(s) found
10:53:23 14:53:23.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:23 14:53:23.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:23 14:53:23.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:23 14:53:23.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:23 14:53:23.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:23 14:53:23.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:23 14:53:23.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:23 14:53:23.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:23 14:53:23.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:23 14:53:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:23 14:53:23.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:23 14:53:23.880 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:23 14:53:23.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:23 14:53:23.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:23 14:53:23.881 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:23 14:53:23.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:23 14:53:23.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:23 14:53:23.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:23 14:53:23.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:23 14:53:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:23 14:53:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:23 14:53:23.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:23 14:53:23.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:23 14:53:23.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:24 14:53:24.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:24 14:53:24.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:24 14:53:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:24 14:53:24.884 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:24 14:53:24.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:24 14:53:24.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:24 14:53:24.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:24 14:53:24.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:24 14:53:24.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:24 14:53:24.885 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:24 14:53:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:24 14:53:24.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:24 14:53:24.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:24 14:53:24.886 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:24 14:53:24.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:24 14:53:24.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:24 14:53:24.887 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:24 14:53:24.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:24 14:53:24.887 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:24 14:53:24.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:24 14:53:24.888 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:24 14:53:24.888 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:24 14:53:24.888 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:24 14:53:24.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:24 14:53:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:24 14:53:24.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:24 14:53:24.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:24 14:53:24.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:24 14:53:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:24 14:53:24.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:24 14:53:24.907 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:24 14:53:24.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:24 14:53:24.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:53:24 14:53:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:24 14:53:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:24 14:53:24.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:53:24 14:53:24.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:24 14:53:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:24 14:53:24.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:24 14:53:24.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:24 14:53:24.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:24 14:53:24.912 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:24 14:53:24.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:24 14:53:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:24 14:53:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:24 14:53:24.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:24 14:53:24.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:24 14:53:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:24 14:53:24.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:24 14:53:24.932 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:24 14:53:24.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:24 14:53:24.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:24 14:53:24.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:24 14:53:24.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:24 14:53:24.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:24 14:53:24.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:25 14:53:25.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:25 14:53:25.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:25 14:53:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:25 14:53:25.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:25 14:53:25.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:25 14:53:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:25 14:53:25.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:25 14:53:25.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:25 14:53:25.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:25 14:53:25.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:25 14:53:25.936 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:25 14:53:25.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:25 14:53:25.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:53:25 14:53:25.936 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:53:25 14:53:25.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:53:25 14:53:25.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:53:25 14:53:25.938 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min
10:53:25 14:53:25.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min
10:53:25 14:53:25.938 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min
10:53:25 14:53:25.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection
10:53:25 14:53:25.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min
10:53:25 14:53:25.939 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:25 14:53:25.939 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:25 14:53:25.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:25 14:53:25.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E')
10:53:25 14:53:25.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:25 14:53:25.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:25 14:53:25.957 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:25 14:53:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66bf2337 is found...
10:53:25 14:53:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66bf2337 is found finished successfully
10:53:25 14:53:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:25 14:53:25.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:25 14:53:25.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:25 14:53:25.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:25 14:53:25.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:25 14:53:25.959 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
10:53:25 14:53:25.963 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:25 14:53:25.964 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null
10:53:25 14:53:25.964 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:25 14:53:25.964 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:25 14:53:25.964 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:25 14:53:25.964 DEBUG [main][EditorHandler] 2 editor(s) found
10:53:25 14:53:25.964 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:25 14:53:25.976 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:25 14:53:25.976 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min
10:53:25 14:53:25.994 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:25 14:53:25.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:25 14:53:25.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:25 14:53:25.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:25 14:53:25.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:25 14:53:25.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:25 14:53:25.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:25 14:53:25.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:25 14:53:25.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:25 14:53:25.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:25 14:53:25.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:25 14:53:25.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:25 14:53:25.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:25 14:53:25.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:25 14:53:25.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:25 14:53:25.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:26 14:53:26.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:26 14:53:26.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:26 14:53:26.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:26 14:53:26.001 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:26 14:53:26.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:26 14:53:26.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:26 14:53:26.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:26 14:53:26.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:26 14:53:26.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:26 14:53:26.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:26 14:53:26.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:26 14:53:26.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:26 14:53:26.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:26 14:53:26.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:26 14:53:26.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:26 14:53:26.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:26 14:53:26.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:26 14:53:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:26 14:53:26.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:26 14:53:26.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:26 14:53:26.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:26 14:53:26.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:27 14:53:27.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:27 14:53:27.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:27 14:53:27.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:27 14:53:27.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:27 14:53:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:27 14:53:27.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:27 14:53:27.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:27 14:53:27.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:27 14:53:27.006 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:27 14:53:27.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:27 14:53:27.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:27 14:53:27.006 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:27 14:53:27.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:27 14:53:27.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:27 14:53:27.008 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:27 14:53:27.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:27 14:53:27.008 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:27 14:53:27.010 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:27 14:53:27.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:27 14:53:27.011 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:27 14:53:27.011 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:27 14:53:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:27 14:53:27.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:27 14:53:27.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:27 14:53:27.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:27 14:53:27.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:27 14:53:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:27 14:53:27.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:27 14:53:27.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:27 14:53:27.032 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.032 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null
10:53:27 14:53:27.032 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:27 14:53:27.032 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:27 14:53:27.032 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:27 14:53:27.051 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:27 14:53:27.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:27 14:53:27.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:27 14:53:27.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:27 14:53:27.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:27 14:53:27.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:27 14:53:27.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:27 14:53:27.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:27 14:53:27.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:27 14:53:27.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:27 14:53:27.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:27 14:53:27.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:27 14:53:27.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:27 14:53:27.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:27 14:53:27.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:27 14:53:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:27 14:53:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:27 14:53:27.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:27 14:53:27.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 '\*?\QPackage Explorer\E')
10:53:27 14:53:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:27 14:53:27.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:27 14:53:27.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:27 14:53:27.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:27 14:53:27.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:27 14:53:27.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:27 14:53:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:27 14:53:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:27 14:53:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:27 14:53:27.058 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:27 14:53:27.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:27 14:53:27.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:27 14:53:27.059 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:27 14:53:27.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:27 14:53:27.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:27 14:53:27.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:27 14:53:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:27 14:53:27.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:27 14:53:27.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:27 14:53:27.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:28 14:53:28.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:28 14:53:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:28 14:53:28.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:28 14:53:28.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:28 14:53:28.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:28 14:53:28.062 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:28 14:53:28.063 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:28 14:53:28.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:28 14:53:28.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:28 14:53:28.063 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:28 14:53:28.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:28 14:53:28.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:28 14:53:28.066 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:28 14:53:28.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:28 14:53:28.066 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:28 14:53:28.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:28 14:53:28.067 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:28 14:53:28.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:28 14:53:28.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:28 14:53:28.078 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:28 14:53:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:28 14:53:28.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:28 14:53:28.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:28 14:53:28.079 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:28 14:53:28.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:28 14:53:28.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:28 14:53:28.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:28 14:53:28.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:28 14:53:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:28 14:53:28.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:28 14:53:28.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:28 14:53:28.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:28 14:53:28.085 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:28 14:53:28.085 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:28 14:53:28.085 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:28 14:53:28.085 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:28 14:53:28.085 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:28 14:53:28.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:28 14:53:28.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:28 14:53:28.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:28 14:53:28.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:28 14:53:28.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:28 14:53:28.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:28 14:53:28.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:28 14:53:28.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:28 14:53:28.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:28 14:53:28.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:28 14:53:28.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:28 14:53:28.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:28 14:53:28.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:28 14:53:28.114 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:28 14:53:28.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:28 14:53:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:28 14:53:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:28 14:53:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:28 14:53:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:28 14:53:28.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:28 14:53:28.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:28 14:53:28.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:28 14:53:28.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:28 14:53:28.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:28 14:53:28.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:28 14:53:28.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:28 14:53:28.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:28 14:53:28.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:28 14:53:28.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:28 14:53:28.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:28 14:53:28.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:29 14:53:29.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:29 14:53:29.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:29 14:53:29.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:29 14:53:29.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:29 14:53:29.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:29 14:53:29.119 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:29 14:53:29.119 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:29 14:53:29.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:29 14:53:29.119 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:29 14:53:29.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:29 14:53:29.122 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:29 14:53:29.122 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min
10:53:29 14:53:29.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min
10:53:29 14:53:29.122 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min
10:53:29 14:53:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection
10:53:29 14:53:29.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min
10:53:29 14:53:29.123 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:29 14:53:29.123 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:29 14:53:29.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:29 14:53:29.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:29 14:53:29.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate.
10:53:29 14:53:29.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:29 14:53:29.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:53:29 14:53:29.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:29 14:53:29.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:29 14:53:29.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:53:29 14:53:29.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E')
10:53:29 14:53:29.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:29 14:53:29.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:29 14:53:29.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:29 14:53:29.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:29 14:53:29.149 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:29 14:53:29.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:29 14:53:29.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:29 14:53:29.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:29 14:53:29.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:29 14:53:29.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:29 14:53:29.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:29 14:53:29.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:29 14:53:29.167 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:29 14:53:29.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:29 14:53:29.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:29 14:53:29.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:29 14:53:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:29 14:53:29.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:29 14:53:29.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:29 14:53:29.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:30 14:53:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:30 14:53:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:30 14:53:30.168 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer
10:53:30 14:53:30.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:30 14:53:30.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:30 14:53:30.169 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:30 14:53:30.169 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer'
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:30 14:53:30.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject
10:53:30 14:53:30.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min
10:53:30 14:53:30.170 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min
10:53:30 14:53:30.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection
10:53:30 14:53:30.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min
10:53:30 14:53:30.172 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min
10:53:30 14:53:30.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min
10:53:30 14:53:30.172 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min
10:53:30 14:53:30.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection
10:53:30 14:53:30.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min
10:53:30 14:53:30.173 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:30 14:53:30.173 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:30 14:53:30.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4401ec01 is found...
10:53:30 14:53:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4401ec01 is found finished successfully
10:53:30 14:53:30.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 '\*?\QeditorTest+.min\E')
10:53:30 14:53:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:30 14:53:30.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:30 14:53:30.193 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:30 14:53:30.193 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:30 14:53:30.193 DEBUG [main][EditorHandler] 2 editor(s) found
10:53:30 14:53:30.194 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:30 14:53:30.198 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:30 14:53:30.198 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min
10:53:30 14:53:30.219 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed
10:53:30 14:53:30.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:30 14:53:30.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:30 14:53:30.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:30 14:53:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:30 14:53:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:30 14:53:30.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)
10:53:30 14:53:30.219 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:30 14:53:30.219 DEBUG [main][EditorHandler] 0 editor(s) found
10:53:30 14:53:30.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:30 14:53:30.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:30 14:53:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:30 14:53:30.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:30 14:53:30.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 '\*?\QProject Explorer\E')
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:30 14:53:30.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:30 14:53:30.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:30 14:53:30.221 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:30 14:53:30.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:30 14:53:30.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:30 14:53:30.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:30 14:53:30.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:30 14:53:30.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:30 14:53:30.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:30 14:53:30.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:30 14:53:30.230 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:30 14:53:30.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:30 14:53:30.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:30 14:53:30.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:30 14:53:30.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:30 14:53:30.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:30 14:53:30.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:30 14:53:30.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:31 14:53:31.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:31 14:53:31.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:31 14:53:31.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:31 14:53:31.232 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:31 14:53:31.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:31 14:53:31.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:31 14:53:31.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:31 14:53:31.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
10:53:31 14:53:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:31 14:53:31.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:31 14:53:31.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:31 14:53:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:31 14:53:31.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:31 14:53:31.233 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:31 14:53:31.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:31 14:53:31.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:31 14:53:31.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:31 14:53:31.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:31 14:53:31.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:31 14:53:31.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:31 14:53:31.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:31 14:53:31.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:31 14:53:31.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:32 14:53:32.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:32 14:53:32.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:32 14:53:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:32 14:53:32.235 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:32 14:53:32.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:32 14:53:32.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:32 14:53:32.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:32 14:53:32.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:32 14:53:32.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:32 14:53:32.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:32 14:53:32.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:32 14:53:32.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:32 14:53:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:32 14:53:32.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:32 14:53:32.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:32 14:53:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:32 14:53:32.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:32 14:53:32.237 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:53:32 14:53:32.237 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:53:32 14:53:32.237 DEBUG [main][TreeItemHandler] Set Tree selection
10:53:32 14:53:32.237 DEBUG [main][TreeHandler] Notify Tree about selection event
10:53:32 14:53:32.241 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:53:32 14:53:32.242 DEBUG [WorkbenchTestable][TreeItemHandler]   testProject
10:53:32 14:53:32.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:53:32 14:53:32.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'New'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:53:32 14:53:32.266 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
10:53:32 14:53:32.267 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
10:53:32 14:53:32.267 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
10:53:32 14:53:32.267 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
10:53:32 14:53:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:32 14:53:32.267 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
10:53:32 14:53:32.767 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:32 14:53:32.767 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:32 14:53:32.767 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:32 14:53:32.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:32 14:53:32.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:53:32 14:53:32.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'New'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:''
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:53:32 14:53:32.781 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
10:53:32 14:53:32.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
10:53:32 14:53:32.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
10:53:32 14:53:32.781 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
10:53:32 14:53:32.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
10:53:33 14:53:33.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully
10:53:33 14:53:33.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
10:53:33 14:53:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:33 14:53:33.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:33 14:53:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:33 14:53:33.333 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
10:53:33 14:53:33.333 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
10:53:33 14:53:33.333 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:33 14:53:33.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:33 14:53:33.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:33 14:53:33.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:53:33 14:53:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:33 14:53:33.334 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:53:33 14:53:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:33 14:53:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:33 14:53:33.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:33 14:53:33.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:33 14:53:33.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
10:53:33 14:53:33.337 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:33 14:53:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:33 14:53:33.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:33 14:53:33.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:33 14:53:33.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:33 14:53:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:33 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.999 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest
10:53:33 getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.29 s
10:53:33 closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.075 s
10:53:33 getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 3.167 s
10:53:33 closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.062 s
10:53:33 testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.058 s
10:53:33 getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.093 s
10:53:33 closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.071 s
10:53:33 closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.597 s
10:53:33 noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.047 s
10:53:33 getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.134 s
10:53:33 testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.077 s
10:53:33 saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.086 s
10:53:33 isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.066 s
10:53:33 closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 12.14 s
10:53:33 closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.591 s
10:53:33 findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.594 s
10:53:33 saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.066 s
10:53:33 getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 11.053 s
10:53:33 noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.05 s
10:53:33 switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.12 s
10:53:33 testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.057 s
10:53:33 getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 1.054 s
10:53:33 getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest)  Time elapsed: 2.113 s
10:53:33 Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:33 14:53:33.845 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:33 14:53:33.846 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:33 14:53:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:33 14:53:33.848 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Item match:Window
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:''
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:''
10:53:33 14:53:33.848 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:53:33 14:53:33.849 DEBUG [main][MenuItemLookup] Found menu:''
10:53:33 14:53:33.849 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:53:33 14:53:33.849 DEBUG [main][MenuItemLookup] Item match:Preferences
10:53:33 14:53:33.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:53:33 14:53:33.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:53:33 14:53:33.856 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:53:33 14:53:33.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:53:33 14:53:33.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:53:33 14:53:33.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:53:33 14:53:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.923 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:53:33 14:53:33.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:53:33 14:53:33.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:33 14:53:33.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:53:33 14:53:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:53:33 14:53:33.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:53:33 14:53:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:33 14:53:33.939 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:53:33 14:53:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:33 14:53:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:33 14:53:33.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:33 14:53:33.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:33 14:53:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:53:33 14:53:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:53:33 14:53:33.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:33 14:53:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.954 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:33 14:53:33.954 DEBUG [main][EditorHandler] 0 editor(s) found
10:53:33 14:53:33.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:33 14:53:33.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:33 14:53:33.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:33 14:53:33.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:33 14:53:33.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:33 14:53:33.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:33 14:53:33.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:33 14:53:33.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:33 14:53:33.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:33 14:53:33.965 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:33 14:53:33.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:33 14:53:33.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:33 14:53:33.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:53:33 To add a project: TooltipText=null
10:53:33 14:53:33.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:33 14:53:33.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:33 14:53:33.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:33 14:53:33.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:53:33 To add a project: TooltipText=null
10:53:33 14:53:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:33 14:53:33.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:33 14:53:33.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:33 14:53:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:33 14:53:33.967 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:33 14:53:33.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:33 14:53:33.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:33 14:53:33.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:53:33 To add a project: TooltipText=null
10:53:33 14:53:33.968 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:33 14:53:33.969 DEBUG [main][EditorHandler] 0 editor(s) found
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:33 14:53:33.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:33 14:53:33.970 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:53:33 14:53:33.970 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:33 14:53:33.970 DEBUG [main][MenuItemLookup] Item match:File
10:53:33 14:53:33.971 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:33 14:53:33.971 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:''
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:''
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:53:33 14:53:33.972 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:53:33 14:53:33.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:53:33 14:53:33.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:53:33 14:53:33.972 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:53:34 14:53:34.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:53:34 14:53:34.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:53:34 14:53:34.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:34 14:53:34.017 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:34 14:53:34.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:34 14:53:34.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:34 14:53:34.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:34 14:53:34.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:34 14:53:34.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:34 14:53:34.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:53:34 14:53:34.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:34 14:53:34.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:34 14:53:34.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
10:53:34 14:53:34.019 DEBUG [main][TreeItemHandler] Selecting tree item: Project
10:53:34 14:53:34.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
10:53:34 14:53:34.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
10:53:34 14:53:34.021 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:53:34 14:53:34.021 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:53:34 14:53:34.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:53:34 14:53:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:34 14:53:34.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:34 14:53:34.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:34 14:53:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:34 14:53:34.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:34 14:53:34.022 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:53:34 14:53:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:34 14:53:34.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:34 14:53:34.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:34 14:53:34.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:34 14:53:34.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:34 14:53:34.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
10:53:34 14:53:34.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully
10:53:34 14:53:34.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
10:53:34 14:53:34.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:34 14:53:34.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:34 14:53:34.044 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:53:34 14:53:34.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.044 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject'
10:53:34 14:53:34.044 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:
10:53:34 is "Project name:")
10:53:34 14:53:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:34 14:53:34.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:34 14:53:34.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:34 14:53:34.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:34 14:53:34.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:53:34 14:53:34.045 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:53:34 14:53:34.045 INFO [WorkbenchTestable][AbstractText] Text set to: testProject
10:53:34 14:53:34.046 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:53:34 14:53:34.046 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
10:53:34 14:53:34.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:53:34 14:53:34.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:34 14:53:34.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:34 14:53:34.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:34 14:53:34.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:34 14:53:34.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:34 14:53:34.048 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:53:34 14:53:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:34 14:53:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:34 14:53:34.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:34 14:53:34.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:34 14:53:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:53:34 14:53:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:53:34 14:53:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:34 14:53:34.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:53:34 14:53:34.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Change cursor' is a system job, skipped
10:53:34 14:53:34.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:34 14:53:34.551 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:34 14:53:34.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:34 14:53:34.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:34 14:53:34.553 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:53:34 14:53:34.553 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:34 14:53:34.553 DEBUG [main][MenuItemLookup] Item match:File
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:''
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:''
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Revert'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:''
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:''
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:''
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:53:34 14:53:34.554 DEBUG [main][MenuItemLookup] Item match:Import...
10:53:34 14:53:34.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..."
10:53:34 14:53:34.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import...
10:53:34 14:53:34.555 INFO [main][MenuItemHandler] Select menu item: &Import...
10:53:34 14:53:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
10:53:34 14:53:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
10:53:34 14:53:34.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:34 14:53:34.601 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:34 14:53:34.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:34 14:53:34.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:34 14:53:34.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:34 14:53:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:53:34 14:53:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:53:34 14:53:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:53:34 14:53:34.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:34 14:53:34.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:35 14:53:35.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:35 14:53:35.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:35 14:53:35.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:35 14:53:35.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace
10:53:35 14:53:35.106 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace
10:53:35 14:53:35.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection
10:53:35 14:53:35.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace
10:53:35 14:53:35.109 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
10:53:35 14:53:35.109 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
10:53:35 14:53:35.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:53:35 14:53:35.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.110 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:53:35 14:53:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:35 14:53:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:35 14:53:35.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:35 14:53:35.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:35 14:53:35.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:35 14:53:35.168 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:35 14:53:35.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
10:53:35 14:53:35.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
10:53:35 14:53:35.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
10:53:35 14:53:35.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:35 14:53:35.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:35 14:53:35.169 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed
10:53:35 14:53:35.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:35 14:53:35.170 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/'
10:53:35 14:53:35.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:")
10:53:35 14:53:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.172 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory:
10:53:35 14:53:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:35 14:53:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:35 14:53:35.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:35 14:53:35.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:35 14:53:35.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified
10:53:35 14:53:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found
10:53:35 14:53:35.176 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/
10:53:35 14:53:35.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh")
10:53:35 14:53:35.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.206 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh
10:53:35 14:53:35.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:35 14:53:35.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:35 14:53:35.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:35 14:53:35.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:35 14:53:35.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified
10:53:35 14:53:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded...
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully
10:53:35 14:53:35.215 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:")
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace")
10:53:35 14:53:35.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.217 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace
10:53:35 14:53:35.217 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace
10:53:35 14:53:35.217 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace
10:53:35 14:53:35.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:35 14:53:35.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:35 14:53:35.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:35 14:53:35.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:35 14:53:35.218 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed
10:53:35 14:53:35.218 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard
10:53:35 14:53:35.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:53:35 14:53:35.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:35 14:53:35.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:35 14:53:35.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:35 14:53:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:35 14:53:35.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:35 14:53:35.229 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:53:35 14:53:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:35 14:53:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:35 14:53:35.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:35 14:53:35.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:35 14:53:35.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:37 14:53:37.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:37 14:53:37.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:37 14:53:37.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:37 14:53:37.736 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:37 14:53:37.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:37 14:53:37.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:37 14:53:37.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:37 14:53:37.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:37 14:53:37.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:37 14:53:37.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:37 14:53:37.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:37 14:53:37.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:37 14:53:37.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:37 14:53:37.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:37 14:53:37.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:37 14:53:37.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:37 14:53:37.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:37 14:53:37.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:37 14:53:37.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:37 14:53:37.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:37 14:53:37.739 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:37 14:53:37.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:37 14:53:37.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:37 14:53:37.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:37 14:53:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:37 14:53:37.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:37 14:53:37.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:38 14:53:38.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:38 14:53:38.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:38 14:53:38.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:38 14:53:38.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:38 14:53:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:38 14:53:38.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:38 14:53:38.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:38 14:53:38.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:38 14:53:38.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:38 14:53:38.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:38 14:53:38.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:38 14:53:38.756 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:38 14:53:38.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:38 14:53:38.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:38 14:53:38.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:39 14:53:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:39 14:53:39.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:39 14:53:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:39 14:53:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:39 14:53:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:39 14:53:39.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:39 14:53:39.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:39 14:53:39.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:39 14:53:39.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:39 14:53:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:40 14:53:40.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:40 14:53:40.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:40 14:53:40.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:40 14:53:40.260 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:40 14:53:40.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:40 14:53:40.281 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:40 14:53:40.281 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:40 14:53:40.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:40 14:53:40.281 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:40 14:53:40.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:40 14:53:40.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:40 14:53:40.312 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:40 14:53:40.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:41 14:53:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:41 14:53:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@765c9d21 is found...
10:53:41 14:53:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@765c9d21 is found finished successfully
10:53:41 14:53:41.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:41 14:53:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:41 14:53:41.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:41 14:53:41.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:41 14:53:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:41 14:53:41.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:41 14:53:41.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:41 14:53:41.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:41 package test;
10:53:41 public class JavaClass {
10:53:41 
10:53:41 	public JavaClass() {
10:53:41 		System.out.println("");
10:53:41 	}
10:53:41 
10:53:41 }
10:53:41  TooltipText=null
10:53:41 14:53:41.142 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13]
10:53:41 14:53:41.157 INFO [WorkbenchTestable][Keyboard] Type text "a"
10:53:41 14:53:41.267 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:41 14:53:41.267 INFO [WorkbenchTestable][Keyboard]     As char:a, as int:97
10:53:41 14:53:41.914 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:41 14:53:41.914 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
10:53:41  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:41  * This program and the accompanying materials are made available under the
10:53:41  * terms of the Eclipse Public License 2.0 which is available at
10:53:41  * http://www.eclipse.org/legal/epl-2.0.
10:53:41  *
10:53:41  * SPDX-License-Identifier: EPL-2.0
10:53:41  *
10:53:41  * Contributors:
10:53:41  *     Red Hat, Inc - initial API and implementation
10:53:41  *******************************************************************************/
10:53:41 package test;
10:53:41 public class JavaClass {
10:53:41 
10:53:41 	public JavaClass() {
10:53:41 		System.out.println("");
10:53:41 	}
10:53:41 
10:53:41 }
10:53:41  TooltipText=null
10:53:41 14:53:41.914 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:41 14:53:41.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:41 14:53:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:41 14:53:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:41 14:53:41.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:41 14:53:41.915 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:41 14:53:41.915 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:41 14:53:41.915 DEBUG [main][MenuItemLookup] Item match:File
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:''
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:''
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:41 14:53:41.916 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:41 14:53:41.917 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:41 14:53:41.917 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:41 14:53:41.917 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:41 14:53:41.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:41 14:53:41.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:41 14:53:41.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:41 14:53:41.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
10:53:41  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:41  * This program and the accompanying materials are made available under the
10:53:41  * terms of the Eclipse Public License 2.0 which is available at
10:53:41  * http://www.eclipse.org/legal/epl-2.0.
10:53:41  *
10:53:41  * SPDX-License-Identifier: EPL-2.0
10:53:41  *
10:53:41  * Contributors:
10:53:41  *     Red Hat, Inc - initial API and implementation
10:53:41  *******************************************************************************/
10:53:41 package test;
10:53:41 public class JavaClass {
10:53:41 
10:53:41 	public JavaClass() {
10:53:41 		System.out.println("");
10:53:41 	}
10:53:41 
10:53:41 }
10:53:41  TooltipText=null
10:53:41 14:53:41.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:41 14:53:41.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
10:53:41  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:41  * This program and the accompanying materials are made available under the
10:53:41  * terms of the Eclipse Public License 2.0 which is available at
10:53:41  * http://www.eclipse.org/legal/epl-2.0.
10:53:41  *
10:53:41  * SPDX-License-Identifier: EPL-2.0
10:53:41  *
10:53:41  * Contributors:
10:53:41  *     Red Hat, Inc - initial API and implementation
10:53:41  *******************************************************************************/
10:53:41 package test;
10:53:41 public class JavaClass {
10:53:41 
10:53:41 	public JavaClass() {
10:53:41 		System.out.println("");
10:53:41 	}
10:53:41 
10:53:41 }
10:53:41  TooltipText=null
10:53:41 14:53:41.955 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:53:41 14:53:41.956 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:42 14:53:42.133 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:42 14:53:42.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:42 14:53:42.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:42 14:53:42.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:42 14:53:42.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:42 14:53:42.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:42 14:53:42.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:42 14:53:42.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:42 14:53:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:42 14:53:42.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:42 14:53:42.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 '\*?\QProject Explorer\E')
10:53:42 14:53:42.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:42 14:53:42.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:42 14:53:42.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:42 14:53:42.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:42 14:53:42.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:42 14:53:42.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:42 14:53:42.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:42 14:53:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:42 14:53:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:42 14:53:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:42 14:53:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:42 14:53:42.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:42 14:53:42.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:42 14:53:42.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:42 14:53:42.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:42 14:53:42.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:42 14:53:42.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:42 14:53:42.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:42 14:53:42.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:42 14:53:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:42 14:53:42.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:42 14:53:42.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:42 14:53:42.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:42 14:53:42.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:43 14:53:43.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:43 14:53:43.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:43 14:53:43.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:43 14:53:43.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:43 14:53:43.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:43 14:53:43.144 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:43 14:53:43.145 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:43 14:53:43.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:43 14:53:43.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:43 14:53:43.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:43 14:53:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:43 14:53:43.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:43 14:53:43.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:43 14:53:43.146 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:43 14:53:43.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:43 14:53:43.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:43 14:53:43.151 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:43 14:53:43.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:43 14:53:43.151 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:43 14:53:43.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:43 14:53:43.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:43 14:53:43.155 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:43 14:53:43.156 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:43 14:53:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c675a6 is found...
10:53:43 14:53:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c675a6 is found finished successfully
10:53:43 14:53:43.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:43 14:53:43.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:43 14:53:43.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:43 14:53:43.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:43 14:53:43.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:43 14:53:43.349 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.349 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a*******************************************************************
10:53:43 package test;
10:53:43 public class JavaClass {
10:53:43 
10:53:43 	public JavaClass() {
10:53:43 		System.out.println("");
10:53:43 	}
10:53:43 
10:53:43 }
10:53:43  TooltipText=null
10:53:43 14:53:43.349 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:53:43 14:53:43.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.421 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:43  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:43  * This program and the accompanying materials are made available under the
10:53:43  * terms of the Eclipse Public License 2.0 which is available at
10:53:43  * http://www.eclipse.org/legal/epl-2.0.
10:53:43  *
10:53:43  * SPDX-License-Identifier: EPL-2.0
10:53:43  *
10:53:43  * Contributors:
10:53:43  *     Red Hat, Inc - initial API and implementation
10:53:43  *******************************************************************************/
10:53:43 package test;
10:53:43 public class JavaClass {
10:53:43 
10:53:43 	public JavaClass() {
10:53:43 		System.out.println("");
10:53:43 	}
10:53:43 
10:53:43 }
10:53:43  TooltipText=null
10:53:43 14:53:43.421 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:43 14:53:43.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:43 14:53:43.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:43 14:53:43.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:43 14:53:43.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:43 14:53:43.421 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:43 14:53:43.421 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:43 14:53:43.421 DEBUG [main][MenuItemLookup] Item match:File
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:''
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:''
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:43 14:53:43.422 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:43 14:53:43.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:43 14:53:43.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:43 14:53:43.422 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:43 14:53:43.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:43 14:53:43.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:43 14:53:43.455 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.455 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:43  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:43  * This program and the accompanying materials are made available under the
10:53:43  * terms of the Eclipse Public License 2.0 which is available at
10:53:43  * http://www.eclipse.org/legal/epl-2.0.
10:53:43  *
10:53:43  * SPDX-License-Identifier: EPL-2.0
10:53:43  *
10:53:43  * Contributors:
10:53:43  *     Red Hat, Inc - initial API and implementation
10:53:43  *******************************************************************************/
10:53:43 package test;
10:53:43 public class JavaClass {
10:53:43 
10:53:43 	public JavaClass() {
10:53:43 		System.out.println("");
10:53:43 	}
10:53:43 
10:53:43 }
10:53:43  TooltipText=null
10:53:43 14:53:43.455 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:43 14:53:43.455 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:43 14:53:43.455 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:43 14:53:43.620 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:43 14:53:43.620 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:43 14:53:43.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:43 14:53:43.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:43 14:53:43.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:43 14:53:43.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:43 14:53:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:43 14:53:43.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:43 14:53:43.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:43 14:53:43.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:43 14:53:43.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:43 14:53:43.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:43 14:53:43.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:43 14:53:43.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:43 14:53:43.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:43 14:53:43.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:43 14:53:43.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:43 14:53:43.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:43 14:53:43.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:43 14:53:43.625 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:43 14:53:43.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:43 14:53:43.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:43 14:53:43.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:43 14:53:43.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:43 14:53:43.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:43 14:53:43.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:43 14:53:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:43 14:53:43.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:43 14:53:43.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:44 14:53:44.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:44 14:53:44.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:44 14:53:44.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:44 14:53:44.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:44 14:53:44.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:44 14:53:44.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:44 14:53:44.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:44 14:53:44.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:44 14:53:44.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:44 14:53:44.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:44 14:53:44.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:44 14:53:44.630 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:44 14:53:44.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:44 14:53:44.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:44 14:53:44.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:44 14:53:44.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:44 14:53:44.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:44 14:53:44.631 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:44 14:53:44.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:44 14:53:44.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:44 14:53:44.636 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:44 14:53:44.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:44 14:53:44.636 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:44 14:53:44.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:44 14:53:44.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:44 14:53:44.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:44 14:53:44.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:44 14:53:44.738 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:44 14:53:44.739 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:44 14:53:44.739 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:44 14:53:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:44 14:53:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35715cae is found...
10:53:44 14:53:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35715cae is found finished successfully
10:53:44 14:53:44.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:44 14:53:44.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:44 14:53:44.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:44 14:53:44.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:44 14:53:44.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:44 14:53:44.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:44 14:53:44.751 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:44 14:53:44.751 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:44 package test;
10:53:44 public class JavaClass {
10:53:44 
10:53:44 	public JavaClass() {
10:53:44 		System.out.println("");
10:53:44 	}
10:53:44 
10:53:44 }
10:53:44  TooltipText=null
10:53:44 14:53:44.752 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:44 14:53:44.752 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:44 package test;
10:53:44 public class JavaClass {
10:53:44 
10:53:44 	public JavaClass() {
10:53:44 		System.out.println("");
10:53:44 	}
10:53:44 
10:53:44 }
10:53:44  TooltipText=null
10:53:44 14:53:44.753 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13]
10:53:44 14:53:44.762 INFO [WorkbenchTestable][Keyboard] Type text "testtext"
10:53:44 14:53:44.770 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:44 14:53:44.770 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:53:45 14:53:45.371 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:45 14:53:45.371 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:53:45 14:53:45.972 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:45 14:53:45.973 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:53:46 14:53:46.574 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:46 14:53:46.574 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:53:47 14:53:47.176 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:47 14:53:47.176 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:53:47 14:53:47.777 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:47 14:53:47.777 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:53:48 14:53:48.378 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:48 14:53:48.378 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
10:53:48 14:53:48.980 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:53:48 14:53:48.980 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:53:49 14:53:49.582 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:49 14:53:49.582 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:49  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:49  * This program and the accompanying materials are made available under the
10:53:49  * terms of the Eclipse Public License 2.0 which is available at
10:53:49  * http://www.eclipse.org/legal/epl-2.0.
10:53:49  *
10:53:49  * SPDX-License-Identifier: EPL-2.0
10:53:49  *
10:53:49  * Contributors:
10:53:49  *     Red Hat, Inc - initial API and implementation
10:53:49  *******************************************************************************/
10:53:49 package test;testtext
10:53:49 public class JavaClass {
10:53:49 
10:53:49 	public JavaClass() {
10:53:49 		System.out.println("");
10:53:49 	}
10:53:49 
10:53:49 }
10:53:49  TooltipText=null
10:53:49 14:53:49.582 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:49 14:53:49.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:49 14:53:49.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:49 14:53:49.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:49 14:53:49.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:49 14:53:49.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:49 14:53:49.583 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Item match:File
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:''
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:''
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:49 14:53:49.584 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:49 14:53:49.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:49 14:53:49.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:49 14:53:49.585 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:49 14:53:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:49 14:53:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:49 14:53:49.614 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:49 14:53:49.614 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:49  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:49  * This program and the accompanying materials are made available under the
10:53:49  * terms of the Eclipse Public License 2.0 which is available at
10:53:49  * http://www.eclipse.org/legal/epl-2.0.
10:53:49  *
10:53:49  * SPDX-License-Identifier: EPL-2.0
10:53:49  *
10:53:49  * Contributors:
10:53:49  *     Red Hat, Inc - initial API and implementation
10:53:49  *******************************************************************************/
10:53:49 package test;testtext
10:53:49 public class JavaClass {
10:53:49 
10:53:49 	public JavaClass() {
10:53:49 		System.out.println("");
10:53:49 	}
10:53:49 
10:53:49 }
10:53:49  TooltipText=null
10:53:49 14:53:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:49 14:53:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:49 14:53:49.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:49 14:53:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:49 14:53:49.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:49 14:53:49.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:49 14:53:49.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:49 14:53:49.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:49 14:53:49.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:49 14:53:49.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:49 14:53:49.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:49 14:53:49.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:49 14:53:49.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:49 14:53:49.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:49 14:53:49.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:49 14:53:49.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:49 14:53:49.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:49 14:53:49.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:49 14:53:49.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:49 14:53:49.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:49 14:53:49.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:49 14:53:49.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:49 14:53:49.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:49 14:53:49.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:49 14:53:49.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:50 14:53:50.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:50 14:53:50.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:50 14:53:50.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:50 14:53:50.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:50 14:53:50.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:50 14:53:50.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:50 14:53:50.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
10:53:50 14:53:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:50 14:53:50.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:50 14:53:50.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:50 14:53:50.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:50 14:53:50.646 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:50 14:53:50.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:50 14:53:50.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:50 14:53:50.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:50 14:53:50.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:50 14:53:50.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:50 14:53:50.647 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:50 14:53:50.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:50 14:53:50.651 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:50 14:53:50.651 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:50 14:53:50.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:50 14:53:50.652 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:50 14:53:50.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:50 14:53:50.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:50 14:53:50.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:50 14:53:50.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:50 14:53:50.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3816e1a7 is found...
10:53:50 14:53:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3816e1a7 is found finished successfully
10:53:50 14:53:50.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:50 14:53:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:50 14:53:50.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:50 14:53:50.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:50 14:53:50.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:50 14:53:50.686 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.686 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:50  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:50  * This program and the accompanying materials are made available under the
10:53:50  * terms of the Eclipse Public License 2.0 which is available at
10:53:50  * http://www.eclipse.org/legal/epl-2.0.
10:53:50  *
10:53:50  * SPDX-License-Identifier: EPL-2.0
10:53:50  *
10:53:50  * Contributors:
10:53:50  *     Red Hat, Inc - initial API and implementation
10:53:50  *******************************************************************************/
10:53:50 package test;testtext
10:53:50 public class JavaClass {
10:53:50 
10:53:50 	public JavaClass() {
10:53:50 		System.out.println("");
10:53:50 	}
10:53:50 
10:53:50 }
10:53:50  TooltipText=null
10:53:50 14:53:50.686 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:53:50 14:53:50.695 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.695 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:50  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:50  * This program and the accompanying materials are made available under the
10:53:50  * terms of the Eclipse Public License 2.0 which is available at
10:53:50  * http://www.eclipse.org/legal/epl-2.0.
10:53:50  *
10:53:50  * SPDX-License-Identifier: EPL-2.0
10:53:50  *
10:53:50  * Contributors:
10:53:50  *     Red Hat, Inc - initial API and implementation
10:53:50  *******************************************************************************/
10:53:50 package test;
10:53:50 public class JavaClass {
10:53:50 
10:53:50 	public JavaClass() {
10:53:50 		System.out.println("");
10:53:50 	}
10:53:50 
10:53:50 }
10:53:50  TooltipText=null
10:53:50 14:53:50.695 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:50 14:53:50.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:50 14:53:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:50 14:53:50.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:50 14:53:50.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:50 14:53:50.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:50 14:53:50.696 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:50 14:53:50.696 DEBUG [main][MenuItemLookup] Item match:File
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:''
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:''
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:50 14:53:50.697 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:50 14:53:50.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:50 14:53:50.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:50 14:53:50.697 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:50 14:53:50.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:50 14:53:50.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:50 14:53:50.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:50  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:50  * This program and the accompanying materials are made available under the
10:53:50  * terms of the Eclipse Public License 2.0 which is available at
10:53:50  * http://www.eclipse.org/legal/epl-2.0.
10:53:50  *
10:53:50  * SPDX-License-Identifier: EPL-2.0
10:53:50  *
10:53:50  * Contributors:
10:53:50  *     Red Hat, Inc - initial API and implementation
10:53:50  *******************************************************************************/
10:53:50 package test;
10:53:50 public class JavaClass {
10:53:50 
10:53:50 	public JavaClass() {
10:53:50 		System.out.println("");
10:53:50 	}
10:53:50 
10:53:50 }
10:53:50  TooltipText=null
10:53:50 14:53:50.733 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:50 14:53:50.733 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:50 14:53:50.733 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:50 14:53:50.775 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:50 14:53:50.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:50 14:53:50.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:50 14:53:50.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:50 14:53:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:50 14:53:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:50 14:53:50.775 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:50 14:53:50.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:50 14:53:50.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:50 14:53:50.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:50 14:53:50.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:50 14:53:50.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:50 14:53:50.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:50 14:53:50.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:50 14:53:50.776 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:50 14:53:50.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:50 14:53:50.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:50 14:53:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:50 14:53:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:50 14:53:50.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:50 14:53:50.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:50 14:53:50.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:50 14:53:50.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:50 14:53:50.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:50 14:53:50.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:50 14:53:50.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:50 14:53:50.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:50 14:53:50.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:50 14:53:50.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:50 14:53:50.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:50 14:53:50.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:50 14:53:50.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:50 14:53:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:50 14:53:50.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:50 14:53:50.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:50 14:53:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:50 14:53:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:50 14:53:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:50 14:53:50.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:50 14:53:50.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:51 14:53:51.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:51 14:53:51.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:51 14:53:51.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:51 14:53:51.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:51 14:53:51.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:51 14:53:51.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:51 14:53:51.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:51 14:53:51.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:51 14:53:51.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:51 14:53:51.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:51 14:53:51.784 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:51 14:53:51.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:51 14:53:51.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:51 14:53:51.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:51 14:53:51.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:51 14:53:51.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:51 14:53:51.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:51 14:53:51.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:51 14:53:51.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:51 14:53:51.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:51 14:53:51.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:51 14:53:51.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:51 14:53:51.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:51 14:53:51.790 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:51 14:53:51.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:51 14:53:51.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:51 14:53:51.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:51 14:53:51.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:51 14:53:51.794 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:51 14:53:51.794 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:51 14:53:51.884 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:51 14:53:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4795bed5 is found...
10:53:51 14:53:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4795bed5 is found finished successfully
10:53:51 14:53:51.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:51 14:53:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:51 14:53:51.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:51 14:53:51.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:51 14:53:51.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:51 14:53:51.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:51 14:53:51.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:51 14:53:51.898 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:51 package test;
10:53:51 public class JavaClass {
10:53:51 
10:53:51 	public JavaClass() {
10:53:51 		System.out.println("");
10:53:51 	}
10:53:51 
10:53:51 }
10:53:51  TooltipText=null
10:53:51 14:53:51.898 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:51 14:53:51.898 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:51 package test;
10:53:51 public class JavaClass {
10:53:51 
10:53:51 	public JavaClass() {
10:53:51 		System.out.println("");
10:53:51 	}
10:53:51 
10:53:51 }
10:53:51  TooltipText=null
10:53:51 14:53:51.898 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:53:52 14:53:52.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:52 14:53:52.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:52 14:53:52.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Item match:Edit
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:53:52 14:53:52.899 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:''
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:53:52 14:53:52.900 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:53:52 14:53:52.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals"
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:""
10:53:52 14:53:52.903 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints	Shift+Ctrl+Space"
10:53:52 14:53:52.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:52 14:53:52.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:52 14:53:52.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:52 14:53:52.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:52 14:53:52.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:52 14:53:52.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:52 14:53:52.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:52 14:53:52.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:52 14:53:52.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:52 14:53:52.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:52 14:53:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:52 14:53:52.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:52 14:53:52.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:52 14:53:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:52 14:53:52.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:52 14:53:52.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:52 14:53:52.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:52 14:53:52.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:52 14:53:52.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:52 14:53:52.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:52 14:53:52.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:52 14:53:52.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:52 14:53:52.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:52 14:53:52.935 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:52 14:53:52.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:52 14:53:52.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:52 14:53:52.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:52 14:53:52.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:52 14:53:52.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:52 14:53:52.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:53 14:53:53.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:53 14:53:53.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:53 14:53:53.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:53 14:53:53.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:53 14:53:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:53 14:53:53.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:53 14:53:53.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:53 14:53:53.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:53 14:53:53.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
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:53 14:53:53.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:53 14:53:53.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:53 14:53:53.938 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:53 14:53:53.938 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:53 14:53:53.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:53 14:53:53.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:53 14:53:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:53 14:53:53.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:53 14:53:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:53 14:53:53.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:53 14:53:53.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:53 14:53:53.940 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:53 14:53:53.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:53 14:53:53.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:53 14:53:53.944 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:53 14:53:53.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:53 14:53:53.945 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:53 14:53:53.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:53 14:53:53.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:53 14:53:53.951 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:53 14:53:53.951 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:53 14:53:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35806dc2 is found...
10:53:53 14:53:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@35806dc2 is found finished successfully
10:53:53 14:53:53.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:53 14:53:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:53 14:53:53.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:53 14:53:53.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:53 14:53:53.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:53 14:53:53.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:53 14:53:53.984 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:53 14:53:53.984 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:53 package test;
10:53:53 public class JavaClass {
10:53:53 
10:53:53 	public JavaClass() {
10:53:53 		System.out.println("");
10:53:53 	}
10:53:53 
10:53:53 }
10:53:53  TooltipText=null
10:53:53 14:53:53.984 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:53:54 14:53:54.002 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.003 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:54  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:54  * This program and the accompanying materials are made available under the
10:53:54  * terms of the Eclipse Public License 2.0 which is available at
10:53:54  * http://www.eclipse.org/legal/epl-2.0.
10:53:54  *
10:53:54  * SPDX-License-Identifier: EPL-2.0
10:53:54  *
10:53:54  * Contributors:
10:53:54  *     Red Hat, Inc - initial API and implementation
10:53:54  *******************************************************************************/
10:53:54 package test;
10:53:54 public class JavaClass {
10:53:54 
10:53:54 	public JavaClass() {
10:53:54 		System.out.println("");
10:53:54 	}
10:53:54 
10:53:54 }
10:53:54  TooltipText=null
10:53:54 14:53:54.003 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:54 14:53:54.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:54 14:53:54.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:54 14:53:54.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:54 14:53:54.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:54 14:53:54.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:54 14:53:54.003 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:54 14:53:54.003 DEBUG [main][MenuItemLookup] Item match:File
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:''
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:''
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:54 14:53:54.004 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:54 14:53:54.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:54 14:53:54.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:54 14:53:54.004 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:54 14:53:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:54 14:53:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:54 14:53:54.029 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.029 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:54  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:54  * This program and the accompanying materials are made available under the
10:53:54  * terms of the Eclipse Public License 2.0 which is available at
10:53:54  * http://www.eclipse.org/legal/epl-2.0.
10:53:54  *
10:53:54  * SPDX-License-Identifier: EPL-2.0
10:53:54  *
10:53:54  * Contributors:
10:53:54  *     Red Hat, Inc - initial API and implementation
10:53:54  *******************************************************************************/
10:53:54 package test;
10:53:54 public class JavaClass {
10:53:54 
10:53:54 	public JavaClass() {
10:53:54 		System.out.println("");
10:53:54 	}
10:53:54 
10:53:54 }
10:53:54  TooltipText=null
10:53:54 14:53:54.029 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:54 14:53:54.029 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:54 14:53:54.029 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:54 14:53:54.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:54 14:53:54.113 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:54 14:53:54.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:54 14:53:54.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:54 14:53:54.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:54 14:53:54.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:53:54 14:53:54.115 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:54 14:53:54.115 DEBUG [main][MenuItemLookup] Item match:File
10:53:54 14:53:54.116 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:54 14:53:54.116 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:''
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:''
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:53:54 14:53:54.117 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:53:54 14:53:54.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:53:54 14:53:54.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:53:54 14:53:54.117 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:53:54 14:53:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:53:54 14:53:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:53:54 14:53:54.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:53:54 14:53:54.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:54 14:53:54.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:54 14:53:54.172 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:53:54 14:53:54.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:53:54 14:53:54.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:54 14:53:54.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:53:54 14:53:54.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:54 14:53:54.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:53:54 14:53:54.175 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:53:54 14:53:54.175 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:53:54 14:53:54.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:53:54 14:53:54.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:53:54 14:53:54.177 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:53:54 14:53:54.178 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:53:54 14:53:54.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:53:54 14:53:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:54 14:53:54.179 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:53:54 14:53:54.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:54 14:53:54.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:54 14:53:54.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:54 14:53:54.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:53:54 14:53:54.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:53:54 14:53:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:54 14:53:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:54 14:53:54.221 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:53:54 14:53:54.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:53:54 14:53:54.221 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:
10:53:54 is "File name:")
10:53:54 14:53:54.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:53:54 14:53:54.224 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:53:54 14:53:54.224 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min
10:53:54 14:53:54.225 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:
10:53:54 is "Enter or select the parent folder:")
10:53:54 14:53:54.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:53:54 14:53:54.226 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:53:54 14:53:54.226 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
10:53:54 14:53:54.227 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:53:54 14:53:54.227 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:53:54 14:53:54.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:53:54 14:53:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:53:54 14:53:54.228 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:53:54 14:53:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:53:54 14:53:54.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:53:54 14:53:54.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:53:54 14:53:54.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:53:54 14:53:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:54 14:53:54.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:54 14:53:54.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E')
10:53:54 14:53:54.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:54 14:53:54.736 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min
10:53:54 14:53:54.740 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.740 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:54 14:53:54.740 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus!
10:53:54 14:53:54.740 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus...
10:53:54 14:53:54.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:54 14:53:54.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform
10:53:54 14:53:54.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:54 14:53:54.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:54 14:53:54.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform'
10:53:54 14:53:54.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:54 14:53:54.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:54 14:53:54.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:54 14:53:54.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:54 14:53:54.743 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:54 14:53:54.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:54 14:53:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:54 14:53:54.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:54 14:53:54.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:54 14:53:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:54 14:53:54.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:54 14:53:54.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:54 14:53:54.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:54 14:53:54.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:54 14:53:54.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:54 14:53:54.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:54 14:53:54.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:55 14:53:55.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:55 14:53:55.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:55 14:53:55.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:55 14:53:55.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:55 14:53:55.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:55 14:53:55.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:55 14:53:55.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:55 14:53:55.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:55 14:53:55.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:55 14:53:55.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:55 14:53:55.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:55 14:53:55.751 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:55 14:53:55.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:55 14:53:55.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:55 14:53:55.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:55 14:53:55.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:55 14:53:55.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:55 14:53:55.752 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:55 14:53:55.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:55 14:53:55.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:55 14:53:55.761 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:55 14:53:55.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:55 14:53:55.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:55 14:53:55.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:55 14:53:55.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:55 14:53:55.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:55 14:53:55.766 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:55 14:53:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d54339d is found...
10:53:55 14:53:55.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d54339d is found finished successfully
10:53:55 14:53:55.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:55 14:53:55.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:55 14:53:55.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:55 14:53:55.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:55 14:53:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:55 14:53:55.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:55 14:53:55.872 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:55 14:53:55.872 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:55 package test;
10:53:55 public class JavaClass {
10:53:55 
10:53:55 	public JavaClass() {
10:53:55 		System.out.println("");
10:53:55 	}
10:53:55 
10:53:55 }
10:53:55  TooltipText=null
10:53:55 14:53:55.872 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:53:55 14:53:55.887 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:55 14:53:55.887 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:55  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:55  * This program and the accompanying materials are made available under the
10:53:55  * terms of the Eclipse Public License 2.0 which is available at
10:53:55  * http://www.eclipse.org/legal/epl-2.0.
10:53:55  *
10:53:55  * SPDX-License-Identifier: EPL-2.0
10:53:55  *
10:53:55  * Contributors:
10:53:55  *     Red Hat, Inc - initial API and implementation
10:53:55  *******************************************************************************/
10:53:55 package test;
10:53:55 public class JavaClass {
10:53:55 
10:53:55 	public JavaClass() {
10:53:55 		System.out.println("");
10:53:55 	}
10:53:55 
10:53:55 }
10:53:55  TooltipText=null
10:53:55 14:53:55.887 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:55 14:53:55.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:55 14:53:55.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:55 14:53:55.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:55 14:53:55.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:55 14:53:55.888 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:55 14:53:55.888 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:55 14:53:55.888 DEBUG [main][MenuItemLookup] Item match:File
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:''
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:''
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:55 14:53:55.889 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:55 14:53:55.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:55 14:53:55.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:55 14:53:55.892 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:55 14:53:55.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:55 14:53:55.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:55 14:53:55.929 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:55 14:53:55.929 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:55  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:55  * This program and the accompanying materials are made available under the
10:53:55  * terms of the Eclipse Public License 2.0 which is available at
10:53:55  * http://www.eclipse.org/legal/epl-2.0.
10:53:55  *
10:53:55  * SPDX-License-Identifier: EPL-2.0
10:53:55  *
10:53:55  * Contributors:
10:53:55  *     Red Hat, Inc - initial API and implementation
10:53:55  *******************************************************************************/
10:53:55 package test;
10:53:55 public class JavaClass {
10:53:55 
10:53:55 	public JavaClass() {
10:53:55 		System.out.println("");
10:53:55 	}
10:53:55 
10:53:55 }
10:53:55  TooltipText=null
10:53:55 14:53:55.929 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:55 14:53:55.929 DEBUG [main][EditorHandler] 2 editor(s) found
10:53:55 14:53:55.929 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min
10:53:55 14:53:55.934 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed
10:53:55 14:53:55.934 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:55 14:53:55.978 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:55 14:53:55.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:55 14:53:55.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:55 14:53:55.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:55 14:53:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:55 14:53:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:55 14:53:55.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:55 14:53:55.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:55 14:53:55.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:55 14:53:55.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:56 14:53:55.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:56 14:53:55.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:56 14:53:55.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:56 14:53:55.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:56 14:53:55.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:56 14:53:55.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:56 14:53:55.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:56 14:53:56.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:56 14:53:56.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:56 14:53:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:56 14:53:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:56 14:53:56.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:56 14:53:56.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:53:56 14:53:56.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:56 14:53:56.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:56 14:53:56.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:56 14:53:56.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:56 14:53:56.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:56 14:53:56.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:56 14:53:56.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:56 14:53:56.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:56 14:53:56.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:56 14:53:56.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:56 14:53:56.025 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:56 14:53:56.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:56 14:53:56.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:56 14:53:56.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:56 14:53:56.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:56 14:53:56.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:56 14:53:56.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:56 14:53:56.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:56 14:53:56.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:57 14:53:57.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:57 14:53:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:57 14:53:57.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:57 14:53:57.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:57 14:53:57.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:57 14:53:57.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:57 14:53:57.029 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:57 14:53:57.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:57 14:53:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:57 14:53:57.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:57 14:53:57.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:57 14:53:57.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:57 14:53:57.030 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:57 14:53:57.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:57 14:53:57.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:57 14:53:57.036 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:57 14:53:57.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:57 14:53:57.036 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:57 14:53:57.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:57 14:53:57.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:57 14:53:57.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:57 14:53:57.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:57 14:53:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5260bf39 is found...
10:53:57 14:53:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5260bf39 is found finished successfully
10:53:57 14:53:57.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:57 14:53:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:57 14:53:57.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:57 14:53:57.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:57 14:53:57.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:57 14:53:57.129 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:57 14:53:57.129 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:57 package test;
10:53:57 public class JavaClass {
10:53:57 
10:53:57 	public JavaClass() {
10:53:57 		System.out.println("");
10:53:57 	}
10:53:57 
10:53:57 }
10:53:57  TooltipText=null
10:53:57 14:53:57.129 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5
10:53:57 14:53:57.129 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0
10:53:57 14:53:57.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:57 14:53:57.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:57 14:53:57.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:57 14:53:57.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:57 14:53:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:57 14:53:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:57 14:53:57.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:57 14:53:57.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 '\*?\QProject Explorer\E')
10:53:57 14:53:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:57 14:53:57.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:57 14:53:57.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:57 14:53:57.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:57 14:53:57.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:57 14:53:57.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:57 14:53:57.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:57 14:53:57.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:57 14:53:57.161 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:57 14:53:57.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:57 14:53:57.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:57 14:53:57.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:57 14:53:57.161 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:57 14:53:57.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:57 14:53:57.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:57 14:53:57.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:57 14:53:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:57 14:53:57.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:57 14:53:57.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:57 14:53:57.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:58 14:53:58.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:58 14:53:58.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:58 14:53:58.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:58 14:53:58.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:58 14:53:58.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:58 14:53:58.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:53:58 14:53:58.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:58 14:53:58.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:58 14:53:58.165 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:58 14:53:58.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:58 14:53:58.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:58 14:53:58.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:58 14:53:58.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:58 14:53:58.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:58 14:53:58.166 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:58 14:53:58.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:58 14:53:58.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:58 14:53:58.171 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:58 14:53:58.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:58 14:53:58.171 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:58 14:53:58.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:58 14:53:58.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:58 14:53:58.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:58 14:53:58.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:58 14:53:58.199 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:58 14:53:58.200 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:58 14:53:58.200 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:58 14:53:58.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:58 14:53:58.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27c00b51 is found...
10:53:58 14:53:58.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27c00b51 is found finished successfully
10:53:58 14:53:58.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:58 14:53:58.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:58 14:53:58.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:58 14:53:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:58 14:53:58.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:58 14:53:58.203 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.203 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:58 package test;
10:53:58 public class JavaClass {
10:53:58 
10:53:58 	public JavaClass() {
10:53:58 		System.out.println("");
10:53:58 	}
10:53:58 
10:53:58 }
10:53:58  TooltipText=null
10:53:58 14:53:58.203 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:53:58 14:53:58.213 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.213 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:58  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:58  * This program and the accompanying materials are made available under the
10:53:58  * terms of the Eclipse Public License 2.0 which is available at
10:53:58  * http://www.eclipse.org/legal/epl-2.0.
10:53:58  *
10:53:58  * SPDX-License-Identifier: EPL-2.0
10:53:58  *
10:53:58  * Contributors:
10:53:58  *     Red Hat, Inc - initial API and implementation
10:53:58  *******************************************************************************/
10:53:58 package test;
10:53:58 public class JavaClass {
10:53:58 
10:53:58 	public JavaClass() {
10:53:58 		System.out.println("");
10:53:58 	}
10:53:58 
10:53:58 }
10:53:58  TooltipText=null
10:53:58 14:53:58.213 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:53:58 14:53:58.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:53:58 14:53:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:58 14:53:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:58 14:53:58.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:58 14:53:58.214 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'File'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Item match:File
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:''
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:''
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:53:58 14:53:58.214 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:53:58 14:53:58.214 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:53:58 14:53:58.214 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:53:58 14:53:58.215 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:53:58 14:53:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:53:58 14:53:58.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:53:58 14:53:58.243 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.243 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:53:58  * Copyright (c) 2017 Red Hat, Inc and others.
10:53:58  * This program and the accompanying materials are made available under the
10:53:58  * terms of the Eclipse Public License 2.0 which is available at
10:53:58  * http://www.eclipse.org/legal/epl-2.0.
10:53:58  *
10:53:58  * SPDX-License-Identifier: EPL-2.0
10:53:58  *
10:53:58  * Contributors:
10:53:58  *     Red Hat, Inc - initial API and implementation
10:53:58  *******************************************************************************/
10:53:58 package test;
10:53:58 public class JavaClass {
10:53:58 
10:53:58 	public JavaClass() {
10:53:58 		System.out.println("");
10:53:58 	}
10:53:58 
10:53:58 }
10:53:58  TooltipText=null
10:53:58 14:53:58.243 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:53:58 14:53:58.243 DEBUG [main][EditorHandler] 1 editor(s) found
10:53:58 14:53:58.244 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:53:58 14:53:58.313 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:53:58 14:53:58.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:58 14:53:58.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:53:58 14:53:58.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:53:58 14:53:58.314 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:53:58 14:53:58.314 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:53:58 14:53:58.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:53:58 14:53:58.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:58 14:53:58.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:53:58 14:53:58.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:58 14:53:58.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:53:58 14:53:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:53:58 14:53:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:53:58 14:53:58.316 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:53:58 14:53:58.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')
10:53:58 14:53:58.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:58 14:53:58.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:58 14:53:58.317 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:58 14:53:58.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:53:58 14:53:58.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:53:58 14:53:58.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:58 14:53:58.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:58 14:53:58.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:58 14:53:58.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:58 14:53:58.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:58 14:53:58.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:58 14:53:58.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:58 14:53:58.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:58 14:53:58.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:58 14:53:58.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:58 14:53:58.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:59 14:53:59.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:59 14:53:59.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:53:59 14:53:59.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:53:59 14:53:59.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:53:59 14:53:59.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:53:59 14:53:59.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
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:59 14:53:59.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:59 14:53:59.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:53:59 14:53:59.321 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:53:59 14:53:59.322 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:59 14:53:59.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:59 14:53:59.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:53:59 14:53:59.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:53:59 14:53:59.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:53:59 14:53:59.323 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:59 14:53:59.323 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:59 14:53:59.323 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:59 14:53:59.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:59 14:53:59.330 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:53:59 14:53:59.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:53:59 14:53:59.330 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:53:59 14:53:59.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:53:59 14:53:59.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:53:59 14:53:59.334 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:53:59 14:53:59.334 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:53:59 14:53:59.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4afcea4d is found...
10:53:59 14:53:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4afcea4d is found finished successfully
10:53:59 14:53:59.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:53:59 14:53:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:53:59 14:53:59.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:53:59 14:53:59.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:53:59 14:53:59.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:53:59 14:53:59.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:53:59 14:53:59.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:53:59 14:53:59.427 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:53:59 package test;
10:53:59 public class JavaClass {
10:53:59 
10:53:59 	public JavaClass() {
10:53:59 		System.out.println("");
10:53:59 	}
10:53:59 
10:53:59 }
10:53:59  TooltipText=null
10:53:59 14:53:59.427 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:53:59 14:53:59.427 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:53:59 14:53:59.628 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:53:59 14:53:59.833 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:53:59 14:53:59.833 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:00 14:54:00.034 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:00 14:54:00.236 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:00 14:54:00.236 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:00 14:54:00.437 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:00 14:54:00.639 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:00 14:54:00.639 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:00 14:54:00.840 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:01 14:54:01.043 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:01 14:54:01.043 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:01 14:54:01.243 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:54:02 14:54:02.245 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1
10:54:02 /*******************************************************************************
10:54:02  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:02  * This program and the accompanying materials are made available under the
10:54:02  * terms of the Eclipse Public License 2.0 which is available at
10:54:02  * http://www.eclipse.org/legal/epl-2.0.
10:54:02  *
10:54:02  * SPDX-License-Identifier: EPL-2.0
10:54:02  *
10:54:02  * Contributors:
10:54:02  *     Red Hat, Inc - initial API and implementation
10:54:02  *******************************************************************************/
10:54:02 package test;
10:54:02 public class JavaClass {
10:54:02 
10:54:02 	public JavaClass() {
10:54:02 14:54:02.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:02 14:54:02.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:02 14:54:02.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:02 14:54:02.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:02 14:54:02.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:02 14:54:02.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:02 14:54:02.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:02 14:54:02.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:02 14:54:02.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:02 14:54:02.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:02 14:54:02.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:02 14:54:02.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:02 14:54:02.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:02 14:54:02.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:02 14:54:02.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:02 14:54:02.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:02 14:54:02.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:02 14:54:02.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:02 14:54:02.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:02 14:54:02.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:02 14:54:02.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:02 14:54:02.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:02 14:54:02.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:02 14:54:02.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:02 14:54:02.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:02 14:54:02.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:02 14:54:02.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:03 14:54:03.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:03 14:54:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:03 14:54:03.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:03 14:54:03.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:03 14:54:03.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:03 14:54:03.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:03 14:54:03.292 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:03 14:54:03.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:03 14:54:03.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:03 14:54:03.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:03 14:54:03.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:03 14:54:03.292 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:03 14:54:03.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:03 14:54:03.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:03 14:54:03.300 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:03 14:54:03.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:03 14:54:03.300 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:03 14:54:03.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:03 14:54:03.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:03 14:54:03.305 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:03 14:54:03.305 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:03 14:54:03.333 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:03 14:54:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:03 14:54:03.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:03 14:54:03.333 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:03 14:54:03.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22353bb5 is found...
10:54:03 14:54:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@22353bb5 is found finished successfully
10:54:03 14:54:03.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:03 14:54:03.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:03 14:54:03.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:03 14:54:03.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:03 14:54:03.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:03 14:54:03.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:03 package test;
10:54:03 public class JavaClass {
10:54:03 
10:54:03 	public JavaClass() {
10:54:03 		System.out.println("");
10:54:03 	}
10:54:03 
10:54:03 }
10:54:03  TooltipText=null
10:54:03 14:54:03.337 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:03 14:54:03.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.361 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:03  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:03  * This program and the accompanying materials are made available under the
10:54:03  * terms of the Eclipse Public License 2.0 which is available at
10:54:03  * http://www.eclipse.org/legal/epl-2.0.
10:54:03  *
10:54:03  * SPDX-License-Identifier: EPL-2.0
10:54:03  *
10:54:03  * Contributors:
10:54:03  *     Red Hat, Inc - initial API and implementation
10:54:03  *******************************************************************************/
10:54:03 package test;
10:54:03 public class JavaClass {
10:54:03 
10:54:03 	public JavaClass() {
10:54:03 		System.out.println("");
10:54:03 	}
10:54:03 
10:54:03 }
10:54:03  TooltipText=null
10:54:03 14:54:03.361 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:03 14:54:03.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:03 14:54:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:03 14:54:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:03 14:54:03.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:03 14:54:03.361 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:03 14:54:03.361 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:03 14:54:03.361 DEBUG [main][MenuItemLookup] Item match:File
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:''
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:''
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:03 14:54:03.362 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:03 14:54:03.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:03 14:54:03.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:03 14:54:03.362 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:03 14:54:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:03 14:54:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:03 14:54:03.388 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.388 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:03  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:03  * This program and the accompanying materials are made available under the
10:54:03  * terms of the Eclipse Public License 2.0 which is available at
10:54:03  * http://www.eclipse.org/legal/epl-2.0.
10:54:03  *
10:54:03  * SPDX-License-Identifier: EPL-2.0
10:54:03  *
10:54:03  * Contributors:
10:54:03  *     Red Hat, Inc - initial API and implementation
10:54:03  *******************************************************************************/
10:54:03 package test;
10:54:03 public class JavaClass {
10:54:03 
10:54:03 	public JavaClass() {
10:54:03 		System.out.println("");
10:54:03 	}
10:54:03 
10:54:03 }
10:54:03  TooltipText=null
10:54:03 14:54:03.388 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:03 14:54:03.388 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:03 14:54:03.388 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:03 14:54:03.449 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:03 14:54:03.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:03 14:54:03.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:03 14:54:03.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:03 14:54:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:03 14:54:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:03 14:54:03.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:03 14:54:03.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:03 14:54:03.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:03 14:54:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:03 14:54:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:03 14:54:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:03 14:54:03.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:03 14:54:03.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:03 14:54:03.451 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:03 14:54:03.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:03 14:54:03.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:03 14:54:03.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:03 14:54:03.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:03 14:54:03.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:03 14:54:03.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:03 14:54:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:03 14:54:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:03 14:54:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:03 14:54:03.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:03 14:54:03.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:03 14:54:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:03 14:54:03.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:03 14:54:03.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:03 14:54:03.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:03 14:54:03.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:03 14:54:03.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:03 14:54:03.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:03 14:54:03.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:03 14:54:03.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:04 14:54:04.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:04 14:54:04.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:04 14:54:04.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:04 14:54:04.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:04 14:54:04.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:04 14:54:04.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:04 14:54:04.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:04 14:54:04.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:04 14:54:04.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:04 14:54:04.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:04 14:54:04.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:04 14:54:04.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:04 14:54:04.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:04 14:54:04.459 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:04 14:54:04.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:04 14:54:04.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:04 14:54:04.467 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:04 14:54:04.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:04 14:54:04.467 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:04 14:54:04.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:04 14:54:04.475 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:04 14:54:04.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:04 14:54:04.475 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:04 14:54:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58aea563 is found...
10:54:04 14:54:04.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58aea563 is found finished successfully
10:54:04 14:54:04.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:04 14:54:04.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:04 14:54:04.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:04 14:54:04.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:04 14:54:04.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:04 14:54:04.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:04 14:54:04.564 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:04 14:54:04.564 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:04 package test;
10:54:04 public class JavaClass {
10:54:04 
10:54:04 	public JavaClass() {
10:54:04 		System.out.println("");
10:54:04 	}
10:54:04 
10:54:04 }
10:54:04  TooltipText=null
10:54:04 14:54:04.564 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:04 14:54:04.564 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:04 14:54:04.771 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:04 14:54:04.973 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:04 14:54:04.973 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:05 14:54:05.173 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:05 14:54:05.375 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:05 14:54:05.376 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:05 14:54:05.576 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:05 14:54:05.779 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:05 14:54:05.779 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:05 14:54:05.979 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:06 14:54:06.182 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:06 14:54:06.182 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:06 14:54:06.382 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:54:07 14:54:07.385 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2
10:54:07 /*******************************************************************************
10:54:07  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:07  * This program and the accompanying materials are made available under the
10:54:07  * terms of the Eclipse Public License 2.0 which is available at
10:54:07  * http://www.eclipse.org/legal/epl-2.0.
10:54:07  *
10:54:07  * SPDX-License-Identifier: EPL-2.0
10:54:07  *
10:54:07  * Contributors:
10:54:07  *     Red Hat, Inc - initial API and implementation
10:54:07  *******************************************************************************/
10:54:07 package test;
10:54:07 public class JavaClass {
10:54:07 
10:54:07 	public JavaClass() {
10:54:07 		System.out.println("");
10:54:07 	}
10:54:07 
10:54:07 }
10:54:07 
10:54:07 14:54:07.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:07 14:54:07.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:07 14:54:07.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:07 14:54:07.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:07 14:54:07.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:07 14:54:07.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:07 14:54:07.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:07 14:54:07.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:07 14:54:07.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:07 14:54:07.387 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:07 14:54:07.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:07 14:54:07.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:07 14:54:07.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:07 14:54:07.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:07 14:54:07.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:07 14:54:07.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:07 14:54:07.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:07 14:54:07.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:07 14:54:07.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:07 14:54:07.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:07 14:54:07.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:07 14:54:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:07 14:54:07.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:07 14:54:07.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:07 14:54:07.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:07 14:54:07.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:08 14:54:08.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:08 14:54:08.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:08 14:54:08.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:08 14:54:08.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:08 14:54:08.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:08 14:54:08.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:08 14:54:08.414 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:08 14:54:08.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:08 14:54:08.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:08 14:54:08.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:08 14:54:08.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:08 14:54:08.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:08 14:54:08.415 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:08 14:54:08.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:08 14:54:08.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:08 14:54:08.419 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:08 14:54:08.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:08 14:54:08.419 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:08 14:54:08.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:08 14:54:08.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:08 14:54:08.422 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:08 14:54:08.423 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:08 14:54:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12816f5f is found...
10:54:08 14:54:08.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12816f5f is found finished successfully
10:54:08 14:54:08.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:08 14:54:08.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:08 14:54:08.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:08 14:54:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:08 14:54:08.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:08 14:54:08.449 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.449 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:08 package test;
10:54:08 public class JavaClass {
10:54:08 
10:54:08 	public JavaClass() {
10:54:08 
10:54:08 }
10:54:08  TooltipText=null
10:54:08 14:54:08.449 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:08  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:08  * This program and the accompanying materials are made available under the
10:54:08  * terms of the Eclipse Public License 2.0 which is available at
10:54:08  * http://www.eclipse.org/legal/epl-2.0.
10:54:08  *
10:54:08  * SPDX-License-Identifier: EPL-2.0
10:54:08  *
10:54:08  * Contributors:
10:54:08  *     Red Hat, Inc - initial API and implementation
10:54:08  *******************************************************************************/
10:54:08 package test;
10:54:08 public class JavaClass {
10:54:08 
10:54:08 	public JavaClass() {
10:54:08 		System.out.println("");
10:54:08 	}
10:54:08 
10:54:08 }
10:54:08  TooltipText=null
10:54:08 14:54:08.466 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:08 14:54:08.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:08 14:54:08.466 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:08 14:54:08.466 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:08 14:54:08.466 DEBUG [main][MenuItemLookup] Item match:File
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:''
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:''
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:08 14:54:08.467 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:08 14:54:08.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:08 14:54:08.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:08 14:54:08.467 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:08 14:54:08.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:08 14:54:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:08 14:54:08.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:08  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:08  * This program and the accompanying materials are made available under the
10:54:08  * terms of the Eclipse Public License 2.0 which is available at
10:54:08  * http://www.eclipse.org/legal/epl-2.0.
10:54:08  *
10:54:08  * SPDX-License-Identifier: EPL-2.0
10:54:08  *
10:54:08  * Contributors:
10:54:08  *     Red Hat, Inc - initial API and implementation
10:54:08  *******************************************************************************/
10:54:08 package test;
10:54:08 public class JavaClass {
10:54:08 
10:54:08 	public JavaClass() {
10:54:08 		System.out.println("");
10:54:08 	}
10:54:08 
10:54:08 }
10:54:08  TooltipText=null
10:54:08 14:54:08.476 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:08 14:54:08.476 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:08 14:54:08.476 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:08 14:54:08.539 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:08 14:54:08.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:08 14:54:08.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:08 14:54:08.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:08 14:54:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:08 14:54:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:08 14:54:08.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:08 14:54:08.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:08 14:54:08.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:08 14:54:08.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:08 14:54:08.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:08 14:54:08.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:08 14:54:08.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:08 14:54:08.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:08 14:54:08.542 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:08 14:54:08.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:08 14:54:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:08 14:54:08.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:08 14:54:08.545 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:08 14:54:08.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:08 14:54:08.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:08 14:54:08.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:08 14:54:08.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:08 14:54:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:08 14:54:08.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:08 14:54:08.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:08 14:54:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:08 14:54:08.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:08 14:54:08.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:08 14:54:08.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:08 14:54:08.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:09 14:54:09.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:09 14:54:09.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:09 14:54:09.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:09 14:54:09.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:09 14:54:09.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:09 14:54:09.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:09 14:54:09.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:09 14:54:09.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:09 14:54:09.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:09 14:54:09.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:09 14:54:09.551 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:09 14:54:09.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:09 14:54:09.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:09 14:54:09.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:09 14:54:09.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:09 14:54:09.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:09 14:54:09.552 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:09 14:54:09.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:09 14:54:09.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:09 14:54:09.557 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:09 14:54:09.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:09 14:54:09.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:09 14:54:09.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:09 14:54:09.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:09 14:54:09.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:09 14:54:09.560 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:09 14:54:09.642 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:09 14:54:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:09 14:54:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10a54468 is found...
10:54:09 14:54:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10a54468 is found finished successfully
10:54:09 14:54:09.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:09 14:54:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:09 14:54:09.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:09 14:54:09.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:09 14:54:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:09 14:54:09.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:09 14:54:09.649 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:09 14:54:09.649 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:09 package test;
10:54:09 public class JavaClass {
10:54:09 
10:54:09 	public JavaClass() {
10:54:09 		System.out.println("");
10:54:09 	}
10:54:09 
10:54:09 }
10:54:09  TooltipText=null
10:54:09 14:54:09.649 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:09 14:54:09.670 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:09 14:54:09.670 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:09  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:09  * This program and the accompanying materials are made available under the
10:54:09  * terms of the Eclipse Public License 2.0 which is available at
10:54:09  * http://www.eclipse.org/legal/epl-2.0.
10:54:09  *
10:54:09  * SPDX-License-Identifier: EPL-2.0
10:54:09  *
10:54:09  * Contributors:
10:54:09  *     Red Hat, Inc - initial API and implementation
10:54:09  *******************************************************************************/
10:54:09 package test;
10:54:09 public class JavaClass {
10:54:09 
10:54:09 	public JavaClass() {
10:54:09 		System.out.println("");
10:54:09 	}
10:54:09 
10:54:09 }
10:54:09  TooltipText=null
10:54:09 14:54:09.670 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:09 14:54:09.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:09 14:54:09.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:09 14:54:09.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:09 14:54:09.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:09 14:54:09.671 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:09 14:54:09.671 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:09 14:54:09.671 DEBUG [main][MenuItemLookup] Item match:File
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:''
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:''
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:09 14:54:09.672 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:09 14:54:09.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:09 14:54:09.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:09 14:54:09.672 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:09 14:54:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:09 14:54:09.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:09 14:54:09.694 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:09 14:54:09.694 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:09  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:09  * This program and the accompanying materials are made available under the
10:54:09  * terms of the Eclipse Public License 2.0 which is available at
10:54:09  * http://www.eclipse.org/legal/epl-2.0.
10:54:09  *
10:54:09  * SPDX-License-Identifier: EPL-2.0
10:54:09  *
10:54:09  * Contributors:
10:54:09  *     Red Hat, Inc - initial API and implementation
10:54:09  *******************************************************************************/
10:54:09 package test;
10:54:09 public class JavaClass {
10:54:09 
10:54:09 	public JavaClass() {
10:54:09 		System.out.println("");
10:54:09 	}
10:54:09 
10:54:09 }
10:54:09  TooltipText=null
10:54:09 14:54:09.694 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:10 14:54:10.694 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:10 14:54:10.708 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:11 14:54:11.709 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:11 14:54:11.709 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:11  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:11  * This program and the accompanying materials are made available under the
10:54:11  * terms of the Eclipse Public License 2.0 which is available at
10:54:11  * http://www.eclipse.org/legal/epl-2.0.
10:54:11  *
10:54:11  * SPDX-License-Identifier: EPL-2.0
10:54:11  *
10:54:11  * Contributors:
10:54:11  *     Red Hat, Inc - initial API and implementation
10:54:11  *******************************************************************************/
10:54:11 package test;
10:54:11 public class JavaClass {
10:54:11 
10:54:11 	public JavaClass() {
10:54:11 		SystemY.out.println("");
10:54:11 	}
10:54:11 
10:54:11 }
10:54:11  TooltipText=null
10:54:11 14:54:11.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:11 14:54:11.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:11 14:54:11.712 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:11 14:54:11.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:11 14:54:11.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:11 14:54:11.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:11 14:54:11.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:11 14:54:11.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:11 14:54:11.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:11 14:54:11.713 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:11 14:54:11.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:11 14:54:11.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:11 14:54:11.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:11 14:54:11.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:11 14:54:11.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:11 14:54:11.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:11 14:54:11.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:11 14:54:11.722 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:11 14:54:11.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:11 14:54:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:11 14:54:11.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:11 14:54:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:11 14:54:11.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:11 14:54:11.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:12 14:54:12.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:12 14:54:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:12 14:54:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:12 14:54:12.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:12 14:54:12.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:12 14:54:12.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:12 14:54:12.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:12 14:54:12.747 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:12 14:54:12.747 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:12 14:54:12.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:12 14:54:12.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:12 14:54:12.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:12 14:54:12.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:12 14:54:12.748 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:12 14:54:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:12 14:54:12.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:12 14:54:12.753 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:12 14:54:12.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:12 14:54:12.753 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:12 14:54:12.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:12 14:54:12.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:12 14:54:12.760 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:12 14:54:12.760 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:12 14:54:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c90f304 is found...
10:54:12 14:54:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c90f304 is found finished successfully
10:54:12 14:54:12.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:12 14:54:12.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:12 14:54:12.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:12 14:54:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:12 14:54:12.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:12 14:54:12.793 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.793 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:12  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:12  * This program and the accompanying materials are made available under the
10:54:12  * terms of the Eclipse Public License 2.0 which is available at
10:54:12  * http://www.eclipse.org/legal/epl-2.0.
10:54:12  *
10:54:12  * SPDX-License-Identifier: EPL-2.0
10:54:12  *
10:54:12  * Contributors:
10:54:12  *     Red Hat, Inc - initial API and implementation
10:54:12  *******************************************************************************/
10:54:12 package test;
10:54:12 public class JavaClass {
10:54:12 
10:54:12 	public JavaClass() {
10:54:12 		SystemY.out.println("");
10:54:12 	}
10:54:12 
10:54:12 }
10:54:12  TooltipText=null
10:54:12 14:54:12.793 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:12  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:12  * This program and the accompanying materials are made available under the
10:54:12  * terms of the Eclipse Public License 2.0 which is available at
10:54:12  * http://www.eclipse.org/legal/epl-2.0.
10:54:12  *
10:54:12  * SPDX-License-Identifier: EPL-2.0
10:54:12  *
10:54:12  * Contributors:
10:54:12  *     Red Hat, Inc - initial API and implementation
10:54:12  *******************************************************************************/
10:54:12 package test;
10:54:12 public class JavaClass {
10:54:12 
10:54:12 	public JavaClass() {
10:54:12 		System.out.println("");
10:54:12 	}
10:54:12 
10:54:12 }
10:54:12  TooltipText=null
10:54:12 14:54:12.801 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:12 14:54:12.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:12 14:54:12.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:12 14:54:12.801 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Item match:File
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:''
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:''
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:12 14:54:12.802 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:12 14:54:12.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:12 14:54:12.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:12 14:54:12.802 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:12 14:54:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:12 14:54:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:12 14:54:12.824 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.824 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:12  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:12  * This program and the accompanying materials are made available under the
10:54:12  * terms of the Eclipse Public License 2.0 which is available at
10:54:12  * http://www.eclipse.org/legal/epl-2.0.
10:54:12  *
10:54:12  * SPDX-License-Identifier: EPL-2.0
10:54:12  *
10:54:12  * Contributors:
10:54:12  *     Red Hat, Inc - initial API and implementation
10:54:12  *******************************************************************************/
10:54:12 package test;
10:54:12 public class JavaClass {
10:54:12 
10:54:12 	public JavaClass() {
10:54:12 		System.out.println("");
10:54:12 	}
10:54:12 
10:54:12 }
10:54:12  TooltipText=null
10:54:12 14:54:12.824 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:12 14:54:12.824 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:12 14:54:12.824 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:12 14:54:12.868 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:12 14:54:12.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:12 14:54:12.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:12 14:54:12.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:12 14:54:12.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:12 14:54:12.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:12 14:54:12.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:12 14:54:12.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:12 14:54:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:12 14:54:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:12 14:54:12.872 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:12 14:54:12.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:12 14:54:12.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:12 14:54:12.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:12 14:54:12.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:12 14:54:12.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:12 14:54:12.874 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:12 14:54:12.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:12 14:54:12.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:12 14:54:12.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:12 14:54:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:12 14:54:12.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:12 14:54:12.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:13 14:54:13.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:13 14:54:13.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:13 14:54:13.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:13 14:54:13.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:13 14:54:13.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:13 14:54:13.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:13 14:54:13.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:13 14:54:13.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:13 14:54:13.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:13 14:54:13.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
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:13 14:54:13.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:13 14:54:13.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:13 14:54:13.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:13 14:54:13.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:13 14:54:13.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:13 14:54:13.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:13 14:54:13.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:13 14:54:13.879 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:13 14:54:13.879 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:13 14:54:13.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:13 14:54:13.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:13 14:54:13.884 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:13 14:54:13.884 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:13 14:54:13.884 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:13 14:54:13.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:13 14:54:13.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:13 14:54:13.887 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:13 14:54:13.887 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:13 14:54:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b5ab53f is found...
10:54:13 14:54:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b5ab53f is found finished successfully
10:54:13 14:54:13.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:13 14:54:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:13 14:54:13.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:13 14:54:13.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:13 package test;
10:54:13 public class JavaClass {
10:54:13 
10:54:13 	public JavaClass() {
10:54:13 		System.out.println("");
10:54:13 	}
10:54:13 
10:54:13 }
10:54:13  TooltipText=null
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:13 14:54:13.974 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:13 package test;
10:54:13 public class JavaClass {
10:54:13 
10:54:13 	public JavaClass() {
10:54:13 		System.out.println("");
10:54:13 	}
10:54:13 
10:54:13 }
10:54:13  TooltipText=null
10:54:13 14:54:13.974 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13]
10:54:13 14:54:13.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:13 14:54:13.989 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:13  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:13  * This program and the accompanying materials are made available under the
10:54:13  * terms of the Eclipse Public License 2.0 which is available at
10:54:13  * http://www.eclipse.org/legal/epl-2.0.
10:54:13  *
10:54:13  * SPDX-License-Identifier: EPL-2.0
10:54:13  *
10:54:13  * Contributors:
10:54:13  *     Red Hat, Inc - initial API and implementation
10:54:13  *******************************************************************************/
10:54:13 package test;
10:54:13 public class JavaClass {
10:54:13 
10:54:13 	public JavaClass() {
10:54:13 		System.out.println("");
10:54:13 	}
10:54:13 
10:54:13 }
10:54:13  TooltipText=null
10:54:13 14:54:13.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:14 14:54:13.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:14 14:54:13.991 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:14 14:54:13.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:14 14:54:13.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:14 14:54:13.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:14 14:54:13.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:14 14:54:13.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:14 14:54:13.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:14 14:54:13.992 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:14 14:54:13.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:14 14:54:14.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:14 14:54:14.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:14 14:54:14.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:14 14:54:14.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:14 14:54:14.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:14 14:54:14.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:14 14:54:14.015 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:14 14:54:14.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:14 14:54:14.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:14 14:54:14.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:14 14:54:14.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:14 14:54:14.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:14 14:54:14.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:14 14:54:14.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:14 14:54:14.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:15 14:54:15.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:15 14:54:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:15 14:54:15.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:15 14:54:15.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:15 14:54:15.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:15 14:54:15.018 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:15 14:54:15.018 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:15 14:54:15.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:15 14:54:15.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:15 14:54:15.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:15 14:54:15.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:15 14:54:15.019 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:15 14:54:15.019 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:15 14:54:15.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:15 14:54:15.023 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:15 14:54:15.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:15 14:54:15.023 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:15 14:54:15.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:15 14:54:15.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:15 14:54:15.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:15 14:54:15.028 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:15 14:54:15.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ed68e5e is found...
10:54:15 14:54:15.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2ed68e5e is found finished successfully
10:54:15 14:54:15.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:15 14:54:15.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:15 14:54:15.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:15 14:54:15.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:15 14:54:15.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:15 14:54:15.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:15  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:15  * This program and the accompanying materials are made available under the
10:54:15  * terms of the Eclipse Public License 2.0 which is available at
10:54:15  * http://www.eclipse.org/legal/epl-2.0.
10:54:15  *
10:54:15  * SPDX-License-Identifier: EPL-2.0
10:54:15  *
10:54:15  * Contributors:
10:54:15  *     Red Hat, Inc - initial API and implementation
10:54:15  *******************************************************************************/
10:54:15 package test;
10:54:15 public class JavaClass {
10:54:15 
10:54:15 	public JavaClass() {
10:54:15 		System.out.println("");
10:54:15 	}
10:54:15 
10:54:15 }
10:54:15  TooltipText=null
10:54:15 14:54:15.055 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:15 14:54:15.061 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.061 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:15  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:15  * This program and the accompanying materials are made available under the
10:54:15  * terms of the Eclipse Public License 2.0 which is available at
10:54:15  * http://www.eclipse.org/legal/epl-2.0.
10:54:15  *
10:54:15  * SPDX-License-Identifier: EPL-2.0
10:54:15  *
10:54:15  * Contributors:
10:54:15  *     Red Hat, Inc - initial API and implementation
10:54:15  *******************************************************************************/
10:54:15 package test;
10:54:15 public class JavaClass {
10:54:15 
10:54:15 	public JavaClass() {
10:54:15 		System.out.println("");
10:54:15 	}
10:54:15 
10:54:15 }
10:54:15  TooltipText=null
10:54:15 14:54:15.061 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:15 14:54:15.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:15 14:54:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:15 14:54:15.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:15 14:54:15.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:15 14:54:15.070 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Item match:File
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:''
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:''
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:15 14:54:15.071 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:15 14:54:15.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:15 14:54:15.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:15 14:54:15.072 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:15 14:54:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:15 14:54:15.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:15 14:54:15.087 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.087 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:15  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:15  * This program and the accompanying materials are made available under the
10:54:15  * terms of the Eclipse Public License 2.0 which is available at
10:54:15  * http://www.eclipse.org/legal/epl-2.0.
10:54:15  *
10:54:15  * SPDX-License-Identifier: EPL-2.0
10:54:15  *
10:54:15  * Contributors:
10:54:15  *     Red Hat, Inc - initial API and implementation
10:54:15  *******************************************************************************/
10:54:15 package test;
10:54:15 public class JavaClass {
10:54:15 
10:54:15 	public JavaClass() {
10:54:15 		System.out.println("");
10:54:15 	}
10:54:15 
10:54:15 }
10:54:15  TooltipText=null
10:54:15 14:54:15.087 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:15 14:54:15.088 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:15 14:54:15.088 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:15 14:54:15.144 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:15 14:54:15.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:15 14:54:15.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:15 14:54:15.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:15 14:54:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:15 14:54:15.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:15 14:54:15.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:15 14:54:15.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:15 14:54:15.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:15 14:54:15.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:15 14:54:15.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:15 14:54:15.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:15 14:54:15.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:15 14:54:15.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:15 14:54:15.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:15 14:54:15.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:15 14:54:15.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:15 14:54:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:15 14:54:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:15 14:54:15.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:15 14:54:15.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 '\*?\QProject Explorer\E')
10:54:15 14:54:15.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:15 14:54:15.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:15 14:54:15.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:15 14:54:15.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:15 14:54:15.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:15 14:54:15.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:15 14:54:15.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:15 14:54:15.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:15 14:54:15.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:15 14:54:15.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:15 14:54:15.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:15 14:54:15.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:15 14:54:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:15 14:54:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:15 14:54:15.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:15 14:54:15.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:16 14:54:16.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:16 14:54:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:16 14:54:16.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:16 14:54:16.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:16 14:54:16.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:16 14:54:16.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:16 14:54:16.152 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:16 14:54:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:16 14:54:16.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:16 14:54:16.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:16 14:54:16.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:16 14:54:16.153 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:16 14:54:16.153 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:16 14:54:16.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:16 14:54:16.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:16 14:54:16.160 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:16 14:54:16.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:16 14:54:16.160 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:16 14:54:16.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:16 14:54:16.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:16 14:54:16.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:16 14:54:16.163 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:16 14:54:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d53cd78 is found...
10:54:16 14:54:16.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d53cd78 is found finished successfully
10:54:16 14:54:16.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:16 14:54:16.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:16 14:54:16.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:16 14:54:16.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:16 14:54:16.251 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.251 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:16 package test;
10:54:16 public class JavaClass {
10:54:16 
10:54:16 	public JavaClass() {
10:54:16 		System.out.println("");
10:54:16 	}
10:54:16 
10:54:16 }
10:54:16  TooltipText=null
10:54:16 14:54:16.251 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19
10:54:16 14:54:16.251 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0
10:54:16 14:54:16.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:16 14:54:16.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:16 14:54:16.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:16 14:54:16.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:16 14:54:16.256 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.256 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:16 package test;
10:54:16 public class JavaClass {
10:54:16 
10:54:16 	public JavaClass() {
10:54:16 		System.out.println("");
10:54:16 	}
10:54:16 
10:54:16 }
10:54:16 newText
10:54:16  TooltipText=null
10:54:16 14:54:16.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:16 14:54:16.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:16 14:54:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:16 14:54:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:16 14:54:16.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:16 14:54:16.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 '\*?\QProject Explorer\E')
10:54:16 14:54:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:16 14:54:16.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:16 14:54:16.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:16 14:54:16.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:16 14:54:16.280 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:16 14:54:16.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:16 14:54:16.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:16 14:54:16.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:16 14:54:16.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:16 14:54:16.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:16 14:54:16.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:16 14:54:16.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:16 14:54:16.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:16 14:54:16.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:16 14:54:16.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:16 14:54:16.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:16 14:54:16.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:16 14:54:16.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:17 14:54:17.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:17 14:54:17.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:17 14:54:17.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:17 14:54:17.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:17 14:54:17.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:17 14:54:17.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:17 14:54:17.291 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:17 14:54:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:17 14:54:17.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:17 14:54:17.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:17 14:54:17.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:17 14:54:17.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:17 14:54:17.292 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:17 14:54:17.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:17 14:54:17.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:17 14:54:17.298 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:17 14:54:17.298 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:17 14:54:17.298 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:17 14:54:17.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:17 14:54:17.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:17 14:54:17.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:17 14:54:17.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:17 14:54:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@686ad19f is found...
10:54:17 14:54:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@686ad19f is found finished successfully
10:54:17 14:54:17.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:17 14:54:17.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:17 14:54:17.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:17 14:54:17.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:17 14:54:17.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:17 14:54:17.332 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.332 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:17 package test;
10:54:17 public class JavaClass {
10:54:17 
10:54:17 	public JavaClass() {
10:54:17 		System.out.println("");
10:54:17 	}
10:54:17 
10:54:17 }
10:54:17 newText
10:54:17  TooltipText=null
10:54:17 14:54:17.332 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:17 14:54:17.348 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:17  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:17  * This program and the accompanying materials are made available under the
10:54:17  * terms of the Eclipse Public License 2.0 which is available at
10:54:17  * http://www.eclipse.org/legal/epl-2.0.
10:54:17  *
10:54:17  * SPDX-License-Identifier: EPL-2.0
10:54:17  *
10:54:17  * Contributors:
10:54:17  *     Red Hat, Inc - initial API and implementation
10:54:17  *******************************************************************************/
10:54:17 package test;
10:54:17 public class JavaClass {
10:54:17 
10:54:17 	public JavaClass() {
10:54:17 		System.out.println("");
10:54:17 	}
10:54:17 
10:54:17 }
10:54:17  TooltipText=null
10:54:17 14:54:17.348 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:17 14:54:17.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:17 14:54:17.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:17 14:54:17.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:17 14:54:17.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:17 14:54:17.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:17 14:54:17.349 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:17 14:54:17.349 DEBUG [main][MenuItemLookup] Item match:File
10:54:17 14:54:17.349 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:17 14:54:17.349 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:''
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:''
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:17 14:54:17.350 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:17 14:54:17.350 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:17 14:54:17.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:17 14:54:17.350 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:17 14:54:17.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:17 14:54:17.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:17 14:54:17.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:17  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:17  * This program and the accompanying materials are made available under the
10:54:17  * terms of the Eclipse Public License 2.0 which is available at
10:54:17  * http://www.eclipse.org/legal/epl-2.0.
10:54:17  *
10:54:17  * SPDX-License-Identifier: EPL-2.0
10:54:17  *
10:54:17  * Contributors:
10:54:17  *     Red Hat, Inc - initial API and implementation
10:54:17  *******************************************************************************/
10:54:17 package test;
10:54:17 public class JavaClass {
10:54:17 
10:54:17 	public JavaClass() {
10:54:17 		System.out.println("");
10:54:17 	}
10:54:17 
10:54:17 }
10:54:17  TooltipText=null
10:54:17 14:54:17.360 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:17 14:54:17.360 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:17 14:54:17.360 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:17 14:54:17.426 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:17 14:54:17.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:17 14:54:17.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:17 14:54:17.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:17 14:54:17.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:17 14:54:17.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:17 14:54:17.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:17 14:54:17.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:17 14:54:17.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:17 14:54:17.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:17 14:54:17.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:17 14:54:17.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:17 14:54:17.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:17 14:54:17.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:17 14:54:17.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:17 14:54:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:17 14:54:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:17 14:54:17.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:17 14:54:17.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:17 14:54:17.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:17 14:54:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:17 14:54:17.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:17 14:54:17.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:17 14:54:17.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:17 14:54:17.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:17 14:54:17.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:17 14:54:17.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:17 14:54:17.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:17 14:54:17.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:18 14:54:18.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:18 14:54:18.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:18 14:54:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:18 14:54:18.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:18 14:54:18.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:18 14:54:18.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:18 14:54:18.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:18 14:54:18.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:18 14:54:18.435 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:18 14:54:18.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:18 14:54:18.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:18 14:54:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:18 14:54:18.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:18 14:54:18.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:18 14:54:18.436 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:18 14:54:18.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:18 14:54:18.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:18 14:54:18.443 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:18 14:54:18.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:18 14:54:18.443 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:18 14:54:18.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:18 14:54:18.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:18 14:54:18.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:18 14:54:18.447 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:18 14:54:18.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:18 14:54:18.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1412265c is found...
10:54:18 14:54:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1412265c is found finished successfully
10:54:18 14:54:18.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:18 14:54:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:18 14:54:18.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:18 14:54:18.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:18 14:54:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:18 14:54:18.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:18 14:54:18.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:18 14:54:18.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:18 package test;
10:54:18 public class JavaClass {
10:54:18 
10:54:18 	public JavaClass() {
10:54:18 		System.out.println("");
10:54:18 	}
10:54:18 
10:54:18 }
10:54:18  TooltipText=null
10:54:18 14:54:18.540 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0]
10:54:18 14:54:18.546 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0
10:54:18 14:54:18.546 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0
10:54:18 14:54:18.556 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:18 14:54:18.556 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
10:54:18 /*******************************************************************************
10:54:18  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:18  * This program and the accompanying materials are made available under the
10:54:18  * terms of the Eclipse Public License 2.0 which is available at
10:54:18  * http://www.eclipse.org/legal/epl-2.0.
10:54:18  *
10:54:18  * SPDX-License-Identifier: EPL-2.0
10:54:18  *
10:54:18  * Contributors:
10:54:18  *     Red Hat, Inc - initial API and implementation
10:54:18  *******************************************************************************/
10:54:18 package test;
10:54:18 public class JavaClass {
10:54:18 
10:54:18 	public JavaClass() {
10:54:18 		System.out.println("");
10:54:18 	}
10:54:18 
10:54:18 }
10:54:18  TooltipText=null
10:54:18 14:54:18.556 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:18 14:54:18.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:18 14:54:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:18 14:54:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:18 14:54:18.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:18 14:54:18.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Item match:File
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:18 14:54:18.557 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:18 14:54:18.558 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:18 14:54:18.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:18 14:54:18.558 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:18 14:54:18.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:18 14:54:18.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:18 14:54:18.586 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:18 14:54:18.587 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
10:54:18 /*******************************************************************************
10:54:18  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:18  * This program and the accompanying materials are made available under the
10:54:18  * terms of the Eclipse Public License 2.0 which is available at
10:54:18  * http://www.eclipse.org/legal/epl-2.0.
10:54:18  *
10:54:18  * SPDX-License-Identifier: EPL-2.0
10:54:18  *
10:54:18  * Contributors:
10:54:18  *     Red Hat, Inc - initial API and implementation
10:54:18  *******************************************************************************/
10:54:18 package test;
10:54:18 public class JavaClass {
10:54:18 
10:54:18 	public JavaClass() {
10:54:18 		System.out.println("");
10:54:18 	}
10:54:18 
10:54:18 }
10:54:18  TooltipText=null
10:54:18 14:54:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:18 14:54:18.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:18 14:54:18.587 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Item match:Edit
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing	Ctrl+Z'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:18 14:54:18.587 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:''
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:54:18 14:54:18.588 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:54:18 14:54:18.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:18 14:54:18.588 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=
10:54:18 /*******************************************************************************
10:54:18  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:18  * This program and the accompanying materials are made available under the
10:54:18  * terms of the Eclipse Public License 2.0 which is available at
10:54:18  * http://www.eclipse.org/legal/epl-2.0.
10:54:18  *
10:54:18  * SPDX-License-Identifier: EPL-2.0
10:54:18  *
10:54:18  * Contributors:
10:54:18  *     Red Hat, Inc - initial API and implementation
10:54:18  *******************************************************************************/
10:54:18 package test;
10:54:18 public class JavaClass {
10:54:18 
10:54:18 	public JavaClass() {
10:54:18 		System.out.println("");
10:54:18 	}
10:54:18 
10:54:18 }
10:54:18  TooltipText=null
10:54:18 14:54:18.588 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
10:54:18 14:54:18.588 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:19 14:54:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:19 14:54:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:19 14:54:19.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:19 14:54:19.589 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:19 14:54:19.589 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:54:19 14:54:19.589 DEBUG [main][MenuItemLookup] Item match:Edit
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing	Ctrl+Z'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:''
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
10:54:19 14:54:19.590 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
10:54:19 14:54:19.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
10:54:19 14:54:19.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
10:54:19 14:54:19.591 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
10:54:19 14:54:19.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:54:19 14:54:19.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:54:19 14:54:19.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:54:19 14:54:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:19 14:54:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:19 14:54:19.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:54:19 14:54:19.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:54:19 14:54:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:19 14:54:19.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:19 14:54:19.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:19 14:54:19.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:19 14:54:19.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:54:19 14:54:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:19 14:54:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:19 14:54:19.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:54:19 14:54:19.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:54:19 14:54:19.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:19 14:54:19.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:19 14:54:19.733 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
10:54:19 14:54:19.733 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   abstract
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   class
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   enum
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   final
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   import
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   interface
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   non-sealed
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   public
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   record
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   sealed
10:54:19 14:54:19.734 DEBUG [WorkbenchTestable][ContentAssistant]   new - create new object
10:54:19 14:54:19.735 DEBUG [WorkbenchTestable][ContentAssistant]   nls - non-externalized string marker
10:54:19 14:54:19.735 DEBUG [WorkbenchTestable][ContentAssistant]   runnable - runnable
10:54:19 14:54:19.736 DEBUG [WorkbenchTestable][ContentAssistant]   switch - switch case expression
10:54:19 14:54:19.736 DEBUG [WorkbenchTestable][ContentAssistant]   switch - switch labeled expression
10:54:19 14:54:19.736 DEBUG [WorkbenchTestable][ContentAssistant]   toarray - convert collection to array
10:54:19 14:54:19.737 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum
10:54:19 14:54:19.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:19 14:54:19.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:19 14:54:19.739 TRACE [main][WidgetHandler] Notify Table with event 13
10:54:19 14:54:19.739 TRACE [main][WidgetHandler] Wait for synchronization
10:54:19 14:54:19.739 TRACE [main][WidgetHandler] Notify Table with event 14
10:54:19 14:54:19.739 TRACE [main][WidgetHandler] Wait for synchronization
10:54:19 14:54:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:54:19 14:54:19.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:54:19 14:54:19.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:19 14:54:19.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:19 14:54:19.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:19 14:54:19.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:19 14:54:19.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:19 14:54:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:19 14:54:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:19 14:54:19.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:19 14:54:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:19 14:54:19.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:19 14:54:19.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:19 14:54:19.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:19 14:54:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:19 14:54:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:19 14:54:19.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:19 14:54:19.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:19 14:54:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:19 14:54:19.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:19 14:54:19.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:19 14:54:19.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:19 14:54:19.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:19 14:54:19.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:19 14:54:19.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:19 14:54:19.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:19 14:54:19.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:20 14:54:20.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:20 14:54:20.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:20 14:54:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:20 14:54:20.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:20 14:54:20.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:20 14:54:20.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:20 14:54:20.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:20 14:54:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:20 14:54:20.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:20 14:54:20.786 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:20 14:54:20.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:20 14:54:20.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:20 14:54:20.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:20 14:54:20.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:20 14:54:20.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:20 14:54:20.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:20 14:54:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:20 14:54:20.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:20 14:54:20.791 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:20 14:54:20.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:20 14:54:20.791 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:20 14:54:20.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:20 14:54:20.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:20 14:54:20.796 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:20 14:54:20.797 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:20 14:54:20.809 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:20 14:54:20.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:20 14:54:20.809 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:20 14:54:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16678b95 is found...
10:54:20 14:54:20.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16678b95 is found finished successfully
10:54:20 14:54:20.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')
10:54:20 14:54:20.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:20 14:54:20.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:20 14:54:20.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:20 14:54:20.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:20 14:54:20.822 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.822 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum
10:54:20 /*******************************************************************************
10:54:20  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:20  * This program and the accompanying materials are made available under the
10:54:20  * terms of the Eclipse Public License 2.0 which is available at
10:54:20  * http://www.eclipse.org/legal/epl-2.0.
10:54:20  *
10:54:20  * SPDX-License-Identifier: EPL-2.0
10:54:20  *
10:54:20  * Contributors:
10:54:20  *     Red Hat, Inc - initial API and implementation
10:54:20  *******************************************************************************/
10:54:20 package test;
10:54:20 public class JavaClass {
10:54:20 
10:54:20 	public JavaClass() {
10:54:20 		System.out.println("");
10:54:20 	}
10:54:20 
10:54:20 }
10:54:20  TooltipText=null
10:54:20 14:54:20.822 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:20 14:54:20.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.830 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:20  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:20  * This program and the accompanying materials are made available under the
10:54:20  * terms of the Eclipse Public License 2.0 which is available at
10:54:20  * http://www.eclipse.org/legal/epl-2.0.
10:54:20  *
10:54:20  * SPDX-License-Identifier: EPL-2.0
10:54:20  *
10:54:20  * Contributors:
10:54:20  *     Red Hat, Inc - initial API and implementation
10:54:20  *******************************************************************************/
10:54:20 package test;
10:54:20 public class JavaClass {
10:54:20 
10:54:20 	public JavaClass() {
10:54:20 		System.out.println("");
10:54:20 	}
10:54:20 
10:54:20 }
10:54:20  TooltipText=null
10:54:20 14:54:20.830 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:20 14:54:20.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:20 14:54:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:20 14:54:20.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:20 14:54:20.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:20 14:54:20.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:20 14:54:20.830 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:20 14:54:20.830 DEBUG [main][MenuItemLookup] Item match:File
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:''
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:''
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:20 14:54:20.831 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:20 14:54:20.831 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:20 14:54:20.831 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:20 14:54:20.831 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:20 14:54:20.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:20 14:54:20.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:20 14:54:20.841 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.842 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:20  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:20  * This program and the accompanying materials are made available under the
10:54:20  * terms of the Eclipse Public License 2.0 which is available at
10:54:20  * http://www.eclipse.org/legal/epl-2.0.
10:54:20  *
10:54:20  * SPDX-License-Identifier: EPL-2.0
10:54:20  *
10:54:20  * Contributors:
10:54:20  *     Red Hat, Inc - initial API and implementation
10:54:20  *******************************************************************************/
10:54:20 package test;
10:54:20 public class JavaClass {
10:54:20 
10:54:20 	public JavaClass() {
10:54:20 		System.out.println("");
10:54:20 	}
10:54:20 
10:54:20 }
10:54:20  TooltipText=null
10:54:20 14:54:20.842 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:20 14:54:20.842 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:20 14:54:20.842 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:20 14:54:20.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:20 14:54:20.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:20 14:54:20.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:20 14:54:20.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:20 14:54:20.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:20 14:54:20.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:20 14:54:20.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:20 14:54:20.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:20 14:54:20.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:20 14:54:20.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:20 14:54:20.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:20 14:54:20.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:20 14:54:20.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:20 14:54:20.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:20 14:54:20.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:20 14:54:20.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:20 14:54:20.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:20 14:54:20.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:20 14:54:20.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:20 14:54:20.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:20 14:54:20.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:20 14:54:20.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:20 14:54:20.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:20 14:54:20.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:20 14:54:20.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:20 14:54:20.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:20 14:54:20.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:20 14:54:20.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:20 14:54:20.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:20 14:54:20.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:20 14:54:20.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:20 14:54:20.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:20 14:54:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:20 14:54:20.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:20 14:54:20.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:21 14:54:21.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:21 14:54:21.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:21 14:54:21.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:21 14:54:21.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:21 14:54:21.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:21 14:54:21.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:21 14:54:21.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:21 14:54:21.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:21 14:54:21.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:21 14:54:21.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:21 14:54:21.950 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:21 14:54:21.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:21 14:54:21.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:21 14:54:21.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:21 14:54:21.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:21 14:54:21.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java
10:54:21 14:54:21.951 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java
10:54:21 14:54:21.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection
10:54:21 14:54:21.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java
10:54:21 14:54:21.956 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java
10:54:21 14:54:21.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java
10:54:21 14:54:21.957 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java
10:54:21 14:54:21.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection
10:54:21 14:54:21.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java
10:54:21 14:54:21.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:21 14:54:21.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:22 14:54:22.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f8ff06d is found...
10:54:22 14:54:22.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f8ff06d is found finished successfully
10:54:22 14:54:22.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E')
10:54:22 14:54:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:22 14:54:22.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:22 14:54:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:22 14:54:22.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:22 14:54:22.060 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:22 14:54:22.061 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:22 package test;
10:54:22 public class JavaClass1 {
10:54:22 
10:54:22 	public JavaClass1() {
10:54:22 		System.out.println("");
10:54:22 	}
10:54:22 
10:54:22 }
10:54:22  TooltipText=null
10:54:22 14:54:22.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:22 14:54:22.061 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:22 14:54:22.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform'
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:22 14:54:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:22 14:54:22.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:22 14:54:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:22 14:54:22.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:22 14:54:22.063 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:22 14:54:22.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:22 14:54:22.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:22 14:54:22.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:22 14:54:22.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:22 14:54:22.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:22 14:54:22.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:22 14:54:22.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:22 14:54:22.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:22 14:54:22.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:22 14:54:22.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:22 14:54:22.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:22 14:54:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:22 14:54:22.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:22 14:54:22.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:22 14:54:22.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:23 14:54:23.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:23 14:54:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:23 14:54:23.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:23 14:54:23.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:23 14:54:23.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:23 14:54:23.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:23 14:54:23.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:23 14:54:23.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:23 14:54:23.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:23 14:54:23.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:23 14:54:23.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:23 14:54:23.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:23 14:54:23.091 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:23 14:54:23.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:23 14:54:23.096 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:23 14:54:23.097 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:23 14:54:23.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:23 14:54:23.097 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:23 14:54:23.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:23 14:54:23.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:23 14:54:23.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:23 14:54:23.103 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:23 14:54:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75e230b is found...
10:54:23 14:54:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75e230b is found finished successfully
10:54:23 14:54:23.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:23 14:54:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:23 14:54:23.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:23 14:54:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:23 14:54:23.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:23 14:54:23.193 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.194 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:23 package test;
10:54:23 public class JavaClass {
10:54:23 
10:54:23 	public JavaClass() {
10:54:23 		System.out.println("");
10:54:23 	}
10:54:23 
10:54:23 }
10:54:23  TooltipText=null
10:54:23 14:54:23.194 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:23 14:54:23.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.217 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:23  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:23  * This program and the accompanying materials are made available under the
10:54:23  * terms of the Eclipse Public License 2.0 which is available at
10:54:23  * http://www.eclipse.org/legal/epl-2.0.
10:54:23  *
10:54:23  * SPDX-License-Identifier: EPL-2.0
10:54:23  *
10:54:23  * Contributors:
10:54:23  *     Red Hat, Inc - initial API and implementation
10:54:23  *******************************************************************************/
10:54:23 package test;
10:54:23 public class JavaClass {
10:54:23 
10:54:23 	public JavaClass() {
10:54:23 		System.out.println("");
10:54:23 	}
10:54:23 
10:54:23 }
10:54:23  TooltipText=null
10:54:23 14:54:23.217 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:23 14:54:23.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:23 14:54:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:23 14:54:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:23 14:54:23.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:23 14:54:23.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:23 14:54:23.217 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:23 14:54:23.217 DEBUG [main][MenuItemLookup] Item match:File
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:''
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:''
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:23 14:54:23.218 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:23 14:54:23.218 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:23 14:54:23.218 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:23 14:54:23.218 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:23 14:54:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:23 14:54:23.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:23 14:54:23.240 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.241 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:23  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:23  * This program and the accompanying materials are made available under the
10:54:23  * terms of the Eclipse Public License 2.0 which is available at
10:54:23  * http://www.eclipse.org/legal/epl-2.0.
10:54:23  *
10:54:23  * SPDX-License-Identifier: EPL-2.0
10:54:23  *
10:54:23  * Contributors:
10:54:23  *     Red Hat, Inc - initial API and implementation
10:54:23  *******************************************************************************/
10:54:23 package test;
10:54:23 public class JavaClass {
10:54:23 
10:54:23 	public JavaClass() {
10:54:23 		System.out.println("");
10:54:23 	}
10:54:23 
10:54:23 }
10:54:23  TooltipText=null
10:54:23 14:54:23.241 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:23 14:54:23.241 DEBUG [main][EditorHandler] 2 editor(s) found
10:54:23 14:54:23.241 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java
10:54:23 14:54:23.323 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed
10:54:23 14:54:23.323 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:23 14:54:23.430 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:23 14:54:23.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:23 14:54:23.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:23 14:54:23.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:23 14:54:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:23 14:54:23.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:23 14:54:23.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:23 14:54:23.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:23 14:54:23.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:23 14:54:23.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:23 14:54:23.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:23 14:54:23.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:23 14:54:23.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:23 14:54:23.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:23 14:54:23.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:23 14:54:23.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:23 14:54:23.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:23 14:54:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:23 14:54:23.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:23 14:54:23.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:23 14:54:23.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:23 14:54:23.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:23 14:54:23.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:23 14:54:23.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:23 14:54:23.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:23 14:54:23.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:23 14:54:23.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:23 14:54:23.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:23 14:54:23.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:23 14:54:23.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:23 14:54:23.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:23 14:54:23.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:23 14:54:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:23 14:54:23.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:23 14:54:23.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:23 14:54:23.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:24 14:54:24.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:24 14:54:24.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:24 14:54:24.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:24 14:54:24.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:24 14:54:24.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:24 14:54:24.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:24 14:54:24.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:24 14:54:24.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:24 14:54:24.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:24 14:54:24.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:24 14:54:24.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:24 14:54:24.439 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:24 14:54:24.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:24 14:54:24.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:24 14:54:24.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:24 14:54:24.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:24 14:54:24.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:24 14:54:24.440 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:24 14:54:24.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:24 14:54:24.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:24 14:54:24.445 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:24 14:54:24.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:24 14:54:24.445 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:24 14:54:24.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:24 14:54:24.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:24 14:54:24.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:24 14:54:24.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:24 14:54:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d2dc284 is found...
10:54:24 14:54:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d2dc284 is found finished successfully
10:54:24 14:54:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:24 14:54:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:24 14:54:24.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:24 14:54:24.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:24 14:54:24.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:24 14:54:24.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:24 14:54:24.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:24 14:54:24.532 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:24 package test;
10:54:24 public class JavaClass {
10:54:24 
10:54:24 	public JavaClass() {
10:54:24 		System.out.println("");
10:54:24 	}
10:54:24 
10:54:24 }
10:54:24  TooltipText=null
10:54:24 14:54:24.532 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:24 14:54:24.532 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:24 14:54:24.733 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:24 14:54:24.935 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:24 14:54:24.935 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:25 14:54:25.135 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:25 14:54:25.337 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:25 14:54:25.337 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:25 14:54:25.538 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:25 14:54:25.740 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:25 14:54:25.740 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:25 14:54:25.941 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:26 14:54:26.143 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:26 14:54:26.143 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:26 14:54:26.344 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:54:27 14:54:27.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:27 14:54:27.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:27 14:54:27.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:27 14:54:27.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:27 14:54:27.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:27 14:54:27.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:27 14:54:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:27 14:54:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:27 14:54:27.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:27 14:54:27.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')
10:54:27 14:54:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:27 14:54:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:27 14:54:27.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:27 14:54:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:27 14:54:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:27 14:54:27.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:27 14:54:27.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:27 14:54:27.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:27 14:54:27.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:27 14:54:27.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:27 14:54:27.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:27 14:54:27.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:27 14:54:27.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:27 14:54:27.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:27 14:54:27.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:27 14:54:27.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:27 14:54:27.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:27 14:54:27.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:27 14:54:27.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:27 14:54:27.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:27 14:54:27.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:27 14:54:27.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:28 14:54:28.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:28 14:54:28.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:28 14:54:28.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:28 14:54:28.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:28 14:54:28.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:28 14:54:28.872 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:28 14:54:28.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:28 14:54:28.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:28 14:54:28.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:28 14:54:28.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:28 14:54:28.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:28 14:54:28.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:28 14:54:28.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:28 14:54:28.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:28 14:54:28.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:28 14:54:28.873 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:28 14:54:28.873 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:28 14:54:28.873 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:28 14:54:28.873 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:28 14:54:28.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:28 14:54:28.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:28 14:54:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:28 14:54:28.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:28 14:54:28.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:28 14:54:28.875 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:28 14:54:28.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:28 14:54:28.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:28 14:54:28.878 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:28 14:54:28.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:28 14:54:28.879 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:28 14:54:28.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:28 14:54:28.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:28 14:54:28.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:28 14:54:28.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:28 14:54:28.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@373cd997 is found...
10:54:28 14:54:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@373cd997 is found finished successfully
10:54:28 14:54:28.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:28 14:54:28.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:28 14:54:28.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:28 14:54:28.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:28 14:54:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:28 14:54:28.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:28 14:54:28.907 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:28 14:54:28.907 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:28 package test;
10:54:28 public class JavaClass {
10:54:28 
10:54:28 	public JavaClass() {
10:54:28 
10:54:28 }
10:54:28  TooltipText=null
10:54:28 14:54:28.907 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:28  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:28  * This program and the accompanying materials are made available under the
10:54:28  * terms of the Eclipse Public License 2.0 which is available at
10:54:28  * http://www.eclipse.org/legal/epl-2.0.
10:54:28  *
10:54:28  * SPDX-License-Identifier: EPL-2.0
10:54:28  *
10:54:28  * Contributors:
10:54:28  *     Red Hat, Inc - initial API and implementation
10:54:28  *******************************************************************************/
10:54:28 package test;
10:54:28 public class JavaClass {
10:54:28 
10:54:28 	public JavaClass() {
10:54:28 		System.out.println("");
10:54:28 	}
10:54:28 
10:54:28 }
10:54:28  TooltipText=null
10:54:28 14:54:28.919 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:28 14:54:28.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:28 14:54:28.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:28 14:54:28.919 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:28 14:54:28.919 DEBUG [main][MenuItemLookup] Item match:File
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:''
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:''
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:28 14:54:28.920 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:28 14:54:28.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:28 14:54:28.930 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:28 14:54:28.930 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:28 14:54:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:28 14:54:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:28 14:54:28.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:28 14:54:28.947 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:28  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:28  * This program and the accompanying materials are made available under the
10:54:28  * terms of the Eclipse Public License 2.0 which is available at
10:54:28  * http://www.eclipse.org/legal/epl-2.0.
10:54:28  *
10:54:28  * SPDX-License-Identifier: EPL-2.0
10:54:28  *
10:54:28  * Contributors:
10:54:28  *     Red Hat, Inc - initial API and implementation
10:54:28  *******************************************************************************/
10:54:28 package test;
10:54:28 public class JavaClass {
10:54:28 
10:54:28 	public JavaClass() {
10:54:28 		System.out.println("");
10:54:28 	}
10:54:28 
10:54:28 }
10:54:28  TooltipText=null
10:54:28 14:54:28.947 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:28 14:54:28.947 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:28 14:54:28.947 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:29 14:54:29.025 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:29 14:54:29.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:29 14:54:29.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:29 14:54:29.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:29 14:54:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:29 14:54:29.026 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:29 14:54:29.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:29 14:54:29.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:29 14:54:29.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:29 14:54:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:29 14:54:29.027 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:29 14:54:29.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:29 14:54:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:29 14:54:29.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:29 14:54:29.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:29 14:54:29.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:29 14:54:29.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:29 14:54:29.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:29 14:54:29.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:29 14:54:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:29 14:54:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:29 14:54:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:29 14:54:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:29 14:54:29.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:29 14:54:29.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:29 14:54:29.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:29 14:54:29.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:29 14:54:29.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:29 14:54:29.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:29 14:54:29.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:29 14:54:29.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:29 14:54:29.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:29 14:54:29.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:29 14:54:29.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:29 14:54:29.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:29 14:54:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:30 14:54:30.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:30 14:54:30.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:30 14:54:30.033 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:30 14:54:30.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:30 14:54:30.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:30 14:54:30.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:30 14:54:30.034 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:30 14:54:30.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:30 14:54:30.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:30 14:54:30.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:30 14:54:30.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:30 14:54:30.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:30 14:54:30.035 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:30 14:54:30.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:30 14:54:30.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:30 14:54:30.041 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:30 14:54:30.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:30 14:54:30.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:30 14:54:30.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:30 14:54:30.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:30 14:54:30.044 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:30 14:54:30.044 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:30 14:54:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47404b85 is found...
10:54:30 14:54:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@47404b85 is found finished successfully
10:54:30 14:54:30.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:30 14:54:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:30 14:54:30.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:30 14:54:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:30 14:54:30.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:30 14:54:30.135 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:30 14:54:30.135 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:30 package test;
10:54:30 public class JavaClass {
10:54:30 
10:54:30 	public JavaClass() {
10:54:30 		System.out.println("");
10:54:30 	}
10:54:30 
10:54:30 }
10:54:30  TooltipText=null
10:54:30 14:54:30.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:30 14:54:30.136 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:30 14:54:30.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:30 14:54:30.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:30 14:54:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:30 14:54:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:30 14:54:30.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:30 14:54:30.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 '\*?\QProject Explorer\E')
10:54:30 14:54:30.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:30 14:54:30.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:30 14:54:30.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:30 14:54:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:30 14:54:30.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:30 14:54:30.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:30 14:54:30.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:30 14:54:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:30 14:54:30.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:30 14:54:30.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:30 14:54:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:30 14:54:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:30 14:54:30.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:30 14:54:30.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:30 14:54:30.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:30 14:54:30.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:30 14:54:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:30 14:54:30.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:30 14:54:30.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:30 14:54:30.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:31 14:54:31.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:31 14:54:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:31 14:54:31.167 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:31 14:54:31.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:31 14:54:31.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:31 14:54:31.169 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:31 14:54:31.169 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:31 14:54:31.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:31 14:54:31.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:31 14:54:31.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:31 14:54:31.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:31 14:54:31.170 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:31 14:54:31.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:31 14:54:31.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:31 14:54:31.176 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:31 14:54:31.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:31 14:54:31.176 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:31 14:54:31.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:31 14:54:31.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:31 14:54:31.179 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:31 14:54:31.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:31 14:54:31.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31707e1d is found...
10:54:31 14:54:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31707e1d is found finished successfully
10:54:31 14:54:31.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:31 14:54:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:31 14:54:31.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:31 14:54:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:31 14:54:31.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:31 14:54:31.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.206 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:31 package test;
10:54:31 public class JavaClass {
10:54:31 
10:54:31 	public JavaClass() {
10:54:31 		System.out.println("");
10:54:31 	}
10:54:31 
10:54:31 }
10:54:31  TooltipText=null
10:54:31 14:54:31.206 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:31 14:54:31.216 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.216 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:31  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:31  * This program and the accompanying materials are made available under the
10:54:31  * terms of the Eclipse Public License 2.0 which is available at
10:54:31  * http://www.eclipse.org/legal/epl-2.0.
10:54:31  *
10:54:31  * SPDX-License-Identifier: EPL-2.0
10:54:31  *
10:54:31  * Contributors:
10:54:31  *     Red Hat, Inc - initial API and implementation
10:54:31  *******************************************************************************/
10:54:31 package test;
10:54:31 public class JavaClass {
10:54:31 
10:54:31 	public JavaClass() {
10:54:31 		System.out.println("");
10:54:31 	}
10:54:31 
10:54:31 }
10:54:31  TooltipText=null
10:54:31 14:54:31.216 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:31 14:54:31.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:31 14:54:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:31 14:54:31.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:31 14:54:31.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:31 14:54:31.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Item match:File
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:''
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:''
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:31 14:54:31.217 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:31 14:54:31.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:31 14:54:31.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:31 14:54:31.217 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:31 14:54:31.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:31 14:54:31.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:31 14:54:31.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.239 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:31  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:31  * This program and the accompanying materials are made available under the
10:54:31  * terms of the Eclipse Public License 2.0 which is available at
10:54:31  * http://www.eclipse.org/legal/epl-2.0.
10:54:31  *
10:54:31  * SPDX-License-Identifier: EPL-2.0
10:54:31  *
10:54:31  * Contributors:
10:54:31  *     Red Hat, Inc - initial API and implementation
10:54:31  *******************************************************************************/
10:54:31 package test;
10:54:31 public class JavaClass {
10:54:31 
10:54:31 	public JavaClass() {
10:54:31 		System.out.println("");
10:54:31 	}
10:54:31 
10:54:31 }
10:54:31  TooltipText=null
10:54:31 14:54:31.239 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:31 14:54:31.239 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:31 14:54:31.239 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:31 14:54:31.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:31 14:54:31.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:31 14:54:31.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:31 14:54:31.287 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:31 14:54:31.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:31 14:54:31.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:31 14:54:31.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:31 14:54:31.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:31 14:54:31.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:31 14:54:31.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:31 14:54:31.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:31 14:54:31.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:31 14:54:31.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:31 14:54:31.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:31 14:54:31.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:31 14:54:31.315 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:31 14:54:31.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:31 14:54:31.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:31 14:54:31.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:31 14:54:31.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:31 14:54:31.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:31 14:54:31.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:31 14:54:31.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:31 14:54:31.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:31 14:54:31.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:31 14:54:31.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:32 14:54:32.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:32 14:54:32.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:32 14:54:32.318 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:32 14:54:32.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:32 14:54:32.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:32 14:54:32.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:32 14:54:32.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:32 14:54:32.319 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:32 14:54:32.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:32 14:54:32.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:32 14:54:32.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:32 14:54:32.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:32 14:54:32.320 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:32 14:54:32.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:32 14:54:32.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:32 14:54:32.326 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:32 14:54:32.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:32 14:54:32.326 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:32 14:54:32.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:32 14:54:32.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:32 14:54:32.329 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:32 14:54:32.329 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:32 14:54:32.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@423aa355 is found...
10:54:32 14:54:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@423aa355 is found finished successfully
10:54:32 14:54:32.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:32 14:54:32.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:32 14:54:32.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:32 14:54:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:32 14:54:32.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:32 14:54:32.414 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:32 14:54:32.414 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:32 package test;
10:54:32 public class JavaClass {
10:54:32 
10:54:32 	public JavaClass() {
10:54:32 		System.out.println("");
10:54:32 	}
10:54:32 
10:54:32 }
10:54:32  TooltipText=null
10:54:32 14:54:32.415 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35
10:54:32 14:54:32.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Revert File'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration	F3'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy	F4'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy	Ctrl+Alt+H'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb	Shift+Alt+B'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline	Ctrl+O'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy	Ctrl+T'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Open With'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix	Ctrl+1'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Source	Shift+Alt+S'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Refactor	Shift+Alt+T'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Local History'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'References'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Declarations'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Run As'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Debug As'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Team'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Compare With'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Replace With'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:''
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Found menu:'Preferences...'
10:54:32 14:54:32.490 DEBUG [main][MenuItemLookup] Item match:Preferences...
10:54:32 14:54:32.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:32 14:54:32.491 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:32 14:54:32.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:32 14:54:32.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:32 14:54:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:32 14:54:32.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:32 14:54:32.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:32 14:54:32.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:32 14:54:32.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:32 14:54:32.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:32 14:54:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:32 14:54:32.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:32 14:54:32.494 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:32 14:54:32.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:32 14:54:32.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:32 14:54:32.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:32 14:54:32.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:32 14:54:32.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:32 14:54:32.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:32 14:54:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:32 14:54:32.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:32 14:54:32.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:32 14:54:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:32 14:54:32.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:32 14:54:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:32 14:54:32.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:32 14:54:32.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:33 14:54:33.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:33 14:54:33.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:33 14:54:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:33 14:54:33.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:33 14:54:33.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:33 14:54:33.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:33 14:54:33.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
10:54:33 14:54:33.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:33 14:54:33.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:33 14:54:33.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:33 14:54:33.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:33 14:54:33.535 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:33 14:54:33.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:33 14:54:33.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:33 14:54:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:33 14:54:33.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:33 14:54:33.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:33 14:54:33.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:33 14:54:33.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:33 14:54:33.536 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:33 14:54:33.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:33 14:54:33.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:33 14:54:33.539 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:33 14:54:33.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:33 14:54:33.539 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:33 14:54:33.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:33 14:54:33.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:33 14:54:33.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:33 14:54:33.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:33 14:54:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b2bd86b is found...
10:54:33 14:54:33.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3b2bd86b is found finished successfully
10:54:33 14:54:33.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:33 14:54:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:33 14:54:33.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:33 14:54:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:33 14:54:33.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:33 14:54:33.568 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.568 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:33 package test;
10:54:33 public class JavaClass {
10:54:33 
10:54:33 	public JavaClass() {
10:54:33 		System.out.println("");
10:54:33 	}
10:54:33 
10:54:33 }
10:54:33  TooltipText=null
10:54:33 14:54:33.568 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:33  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:33  * This program and the accompanying materials are made available under the
10:54:33  * terms of the Eclipse Public License 2.0 which is available at
10:54:33  * http://www.eclipse.org/legal/epl-2.0.
10:54:33  *
10:54:33  * SPDX-License-Identifier: EPL-2.0
10:54:33  *
10:54:33  * Contributors:
10:54:33  *     Red Hat, Inc - initial API and implementation
10:54:33  *******************************************************************************/
10:54:33 package test;
10:54:33 public class JavaClass {
10:54:33 
10:54:33 	public JavaClass() {
10:54:33 		System.out.println("");
10:54:33 	}
10:54:33 
10:54:33 }
10:54:33  TooltipText=null
10:54:33 14:54:33.578 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:33 14:54:33.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:33 14:54:33.578 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:33 14:54:33.578 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:33 14:54:33.578 DEBUG [main][MenuItemLookup] Item match:File
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:''
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:''
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:33 14:54:33.579 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:33 14:54:33.579 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:33 14:54:33.579 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:33 14:54:33.579 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:33 14:54:33.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:33 14:54:33.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:33 14:54:33.600 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.600 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:33  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:33  * This program and the accompanying materials are made available under the
10:54:33  * terms of the Eclipse Public License 2.0 which is available at
10:54:33  * http://www.eclipse.org/legal/epl-2.0.
10:54:33  *
10:54:33  * SPDX-License-Identifier: EPL-2.0
10:54:33  *
10:54:33  * Contributors:
10:54:33  *     Red Hat, Inc - initial API and implementation
10:54:33  *******************************************************************************/
10:54:33 package test;
10:54:33 public class JavaClass {
10:54:33 
10:54:33 	public JavaClass() {
10:54:33 		System.out.println("");
10:54:33 	}
10:54:33 
10:54:33 }
10:54:33  TooltipText=null
10:54:33 14:54:33.600 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:33 14:54:33.600 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:33 14:54:33.600 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:33 14:54:33.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:33 14:54:33.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:33 14:54:33.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:33 14:54:33.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:33 14:54:33.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:33 14:54:33.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:33 14:54:33.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:33 14:54:33.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:33 14:54:33.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:33 14:54:33.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:33 14:54:33.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:33 14:54:33.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:33 14:54:33.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:33 14:54:33.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:33 14:54:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:33 14:54:33.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:33 14:54:33.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:33 14:54:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:33 14:54:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:33 14:54:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:33 14:54:33.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:33 14:54:33.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:34 14:54:34.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:34 14:54:34.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:34 14:54:34.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:34 14:54:34.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:34 14:54:34.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:34 14:54:34.661 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:34 14:54:34.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:34 14:54:34.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:34 14:54:34.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:34 14:54:34.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
10:54:34 14:54:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:34 14:54:34.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:34 14:54:34.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:34 14:54:34.662 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:34 14:54:34.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:34 14:54:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:34 14:54:34.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:34 14:54:34.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:34 14:54:34.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:34 14:54:34.663 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:34 14:54:34.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:34 14:54:34.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:34 14:54:34.669 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:34 14:54:34.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:34 14:54:34.670 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:34 14:54:34.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:34 14:54:34.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:34 14:54:34.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:34 14:54:34.673 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:34 14:54:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ceac567 is found...
10:54:34 14:54:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ceac567 is found finished successfully
10:54:34 14:54:34.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:34 14:54:34.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:34 14:54:34.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:34 14:54:34.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:34 package test;
10:54:34 public class JavaClass {
10:54:34 
10:54:34 	public JavaClass() {
10:54:34 		System.out.println("");
10:54:34 	}
10:54:34 
10:54:34 }
10:54:34  TooltipText=null
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:34 14:54:34.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:34 14:54:34.790 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:34 14:54:34.790 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:34 14:54:34.790 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:54:34 14:54:34.790 DEBUG [main][MenuItemLookup] Item match:Edit
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:''
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:54:34 14:54:34.791 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:54:34 14:54:34.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:34 14:54:34.791 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:34 package test;
10:54:34 public class JavaClass {
10:54:34 
10:54:34 	public JavaClass() {
10:54:34 		System.out.println("");
10:54:34 	}
10:54:34 
10:54:34 }
10:54:34  TooltipText=null
10:54:34 14:54:34.791 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
10:54:34 14:54:34.791 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:35 14:54:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:35 14:54:35.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:35 14:54:35.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:35 14:54:35.792 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:35 14:54:35.792 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:54:35 14:54:35.792 DEBUG [main][MenuItemLookup] Item match:Edit
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:''
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
10:54:35 14:54:35.793 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
10:54:35 14:54:35.793 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
10:54:35 14:54:35.793 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
10:54:35 14:54:35.793 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
10:54:35 14:54:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:54:35 14:54:35.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:54:35 14:54:35.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:54:35 14:54:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:35 14:54:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:35 14:54:35.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:54:35 14:54:35.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:54:35 14:54:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:35 14:54:35.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:35 14:54:35.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:54:35 14:54:35.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:35 14:54:35.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:35 14:54:35.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:54:35 14:54:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:35 14:54:35.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:35 14:54:35.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:36 14:54:36.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:36 14:54:36.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:36 14:54:36.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:36 14:54:36.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:36 14:54:36.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:54:36 14:54:36.826 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:54:36 14:54:36.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:54:36 14:54:36.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:54:36 14:54:36.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
10:54:37 14:54:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown
10:54:37 14:54:37.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:37 14:54:37.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:37 14:54:37.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:37 14:54:37.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:37 14:54:37.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:37 14:54:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:37 14:54:37.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:37 14:54:37.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:37 14:54:37.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:37 14:54:37.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:37 14:54:37.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:37 14:54:37.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:37 14:54:37.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:37 14:54:37.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:37 14:54:37.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:37 14:54:37.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:37 14:54:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:37 14:54:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:37 14:54:37.367 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:37 14:54:37.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:37 14:54:37.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:37 14:54:37.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:37 14:54:37.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:37 14:54:37.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:37 14:54:37.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:37 14:54:37.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:37.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:38 14:54:38.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:38 14:54:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:38 14:54:38.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:38 14:54:38.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:38 14:54:38.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:38 14:54:38.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:38 14:54:38.371 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:38 14:54:38.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:38 14:54:38.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:38 14:54:38.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:38 14:54:38.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:38 14:54:38.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:38 14:54:38.372 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:38 14:54:38.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:38 14:54:38.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:38 14:54:38.376 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:38 14:54:38.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:38 14:54:38.376 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:38 14:54:38.376 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:38 14:54:38.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:38 14:54:38.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:38 14:54:38.379 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:38 14:54:38.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@547b4390 is found...
10:54:38 14:54:38.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@547b4390 is found finished successfully
10:54:38 14:54:38.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:38 14:54:38.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:38 14:54:38.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:38 14:54:38.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:38 14:54:38.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:38 14:54:38.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.404 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:38 package test;
10:54:38 public class JavaClass {
10:54:38 
10:54:38 	public JavaClass() {
10:54:38 		System.out.println("");
10:54:38 	}
10:54:38 
10:54:38 }
10:54:38  TooltipText=null
10:54:38 14:54:38.404 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:38 14:54:38.414 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.414 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:38  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:38  * This program and the accompanying materials are made available under the
10:54:38  * terms of the Eclipse Public License 2.0 which is available at
10:54:38  * http://www.eclipse.org/legal/epl-2.0.
10:54:38  *
10:54:38  * SPDX-License-Identifier: EPL-2.0
10:54:38  *
10:54:38  * Contributors:
10:54:38  *     Red Hat, Inc - initial API and implementation
10:54:38  *******************************************************************************/
10:54:38 package test;
10:54:38 public class JavaClass {
10:54:38 
10:54:38 	public JavaClass() {
10:54:38 		System.out.println("");
10:54:38 	}
10:54:38 
10:54:38 }
10:54:38  TooltipText=null
10:54:38 14:54:38.414 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:38 14:54:38.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:38 14:54:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:38 14:54:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:38 14:54:38.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:38 14:54:38.415 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:38 14:54:38.415 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:38 14:54:38.415 DEBUG [main][MenuItemLookup] Item match:File
10:54:38 14:54:38.415 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:''
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:''
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:38 14:54:38.416 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:38 14:54:38.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:38 14:54:38.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:38 14:54:38.416 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:38 14:54:38.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:38 14:54:38.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:38 14:54:38.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.439 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:38  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:38  * This program and the accompanying materials are made available under the
10:54:38  * terms of the Eclipse Public License 2.0 which is available at
10:54:38  * http://www.eclipse.org/legal/epl-2.0.
10:54:38  *
10:54:38  * SPDX-License-Identifier: EPL-2.0
10:54:38  *
10:54:38  * Contributors:
10:54:38  *     Red Hat, Inc - initial API and implementation
10:54:38  *******************************************************************************/
10:54:38 package test;
10:54:38 public class JavaClass {
10:54:38 
10:54:38 	public JavaClass() {
10:54:38 		System.out.println("");
10:54:38 	}
10:54:38 
10:54:38 }
10:54:38  TooltipText=null
10:54:38 14:54:38.439 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:38 14:54:38.439 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:38 14:54:38.439 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:38 14:54:38.530 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:38 14:54:38.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:38 14:54:38.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:38 14:54:38.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:38 14:54:38.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:38 14:54:38.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:38 14:54:38.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:38 14:54:38.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:38 14:54:38.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:38 14:54:38.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:38 14:54:38.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:38 14:54:38.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:38 14:54:38.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:38 14:54:38.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:38 14:54:38.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:38 14:54:38.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:38 14:54:38.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:38 14:54:38.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:38 14:54:38.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:38 14:54:38.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:38 14:54:38.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:38 14:54:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:38 14:54:38.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:38 14:54:38.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:38 14:54:38.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:38 14:54:38.533 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:38 14:54:38.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:38 14:54:38.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:38 14:54:38.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:38 14:54:38.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:38 14:54:38.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:38 14:54:38.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:38 14:54:38.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:38 14:54:38.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:38 14:54:38.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:38 14:54:38.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:38 14:54:38.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:38 14:54:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:38 14:54:38.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:38 14:54:38.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:39 14:54:39.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:39 14:54:39.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:39 14:54:39.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:39 14:54:39.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:39 14:54:39.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:39 14:54:39.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:39 14:54:39.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:39 14:54:39.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:39 14:54:39.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:39 14:54:39.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:39 14:54:39.539 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:39 14:54:39.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:39 14:54:39.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:39 14:54:39.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:39 14:54:39.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:39 14:54:39.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:39 14:54:39.539 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:39 14:54:39.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:39 14:54:39.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:39 14:54:39.546 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:39 14:54:39.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:39 14:54:39.546 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:39 14:54:39.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:39 14:54:39.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:39 14:54:39.549 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:39 14:54:39.549 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:39 14:54:39.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7006e993 is found...
10:54:39 14:54:39.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7006e993 is found finished successfully
10:54:39 14:54:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:39 14:54:39.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:39 14:54:39.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:39 14:54:39.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:39 14:54:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:39 14:54:39.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:39 14:54:39.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:39 14:54:39.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:39 package test;
10:54:39 public class JavaClass {
10:54:39 
10:54:39 	public JavaClass() {
10:54:39 		System.out.println("");
10:54:39 	}
10:54:39 
10:54:39 }
10:54:39  TooltipText=null
10:54:39 14:54:39.632 INFO [WorkbenchTestable][TextEditor] Select text in editor
10:54:39 /*******************************************************************************
10:54:39  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:39  * This program and the accompanying materials are made available under the
10:54:39  * terms of the Eclipse Public License 2.0 which is available at
10:54:39  * http://www.eclipse.org/legal/epl-2.0.
10:54:39  *
10:54:39  * SPDX-License-Identifier: EPL-2.0
10:54:39  *
10:54:39  * Contributors:
10:54:39  *     Red Hat, Inc - initial API and implementation
10:54:39  *******************************************************************************/
10:54:39 package test;
10:54:39 public class JavaClass {
10:54:39 14:54:39.636 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:39 14:54:39.636 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:39 package test;
10:54:39 public class JavaClass {
10:54:39 
10:54:39 	public JavaClass() {
10:54:39 		System.out.println("");
10:54:39 	}
10:54:39 
10:54:39 }
10:54:39  TooltipText=null
10:54:39 14:54:39.636 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant
10:54:39 14:54:39.636 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:40 14:54:40.636 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:40 14:54:40.636 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:40 14:54:40.837 INFO [WorkbenchTestable][Keyboard]     As char:1, as int:49
10:54:41 14:54:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:54:42 14:54:41.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:54:42 14:54:41.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:54:42 14:54:41.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:42 14:54:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:42 14:54:41.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:54:42 14:54:41.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:54:42 14:54:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:42 14:54:41.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:41.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:42 14:54:42.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:42 14:54:42.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:42 14:54:42.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:54:42 14:54:42.847 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found
10:54:42 14:54:42.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:54:42 14:54:42.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:54:42 14:54:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:42 14:54:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:42 14:54:42.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:54:42 14:54:42.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:54:42 14:54:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:42 14:54:42.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:54:42 14:54:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in file (Ctrl+2 R)
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in workspace (Shift+Alt+R)
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Create new JUnit test case for 'JavaClass.java'
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in file (Ctrl+2 R)
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Rename in workspace (Shift+Alt+R)
10:54:42 14:54:42.852 DEBUG [WorkbenchTestable][ContentAssistant]   Create new JUnit test case for 'JavaClass.java'
10:54:42 14:54:42.852 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:54:42 14:54:42.852 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:54:42 14:54:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:54:42 14:54:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:54:42 14:54:42.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:42 14:54:42.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:42 14:54:42.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:42 14:54:42.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:42 14:54:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:42 14:54:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:42 14:54:42.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:42 14:54:42.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:42 14:54:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:42 14:54:42.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:42 14:54:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:42 14:54:42.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:42 14:54:42.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:42 14:54:42.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:42 14:54:42.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:42 14:54:42.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:42 14:54:42.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:42 14:54:42.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:42 14:54:42.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:42 14:54:42.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:42 14:54:42.906 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:42 14:54:42.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:42 14:54:42.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:42 14:54:42.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:42 14:54:42.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:42 14:54:42.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:42 14:54:42.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:43 14:54:43.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:43 14:54:43.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:43 14:54:43.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:43 14:54:43.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:43 14:54:43.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:43 14:54:43.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:43 14:54:43.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:43 14:54:43.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:43 14:54:43.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:43 14:54:43.909 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:43 14:54:43.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:43 14:54:43.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:43 14:54:43.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:43 14:54:43.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:43 14:54:43.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:43 14:54:43.910 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:43 14:54:43.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:43 14:54:43.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:43 14:54:43.914 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:43 14:54:43.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:43 14:54:43.914 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:43 14:54:43.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:43 14:54:43.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:43 14:54:43.918 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:43 14:54:43.918 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:43 14:54:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@750cb139 is found...
10:54:43 14:54:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@750cb139 is found finished successfully
10:54:43 14:54:43.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')
10:54:43 14:54:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:43 14:54:43.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:43 14:54:43.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:43 14:54:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:43 14:54:43.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:43 14:54:43.947 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:43 14:54:43.947 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:43 package test;
10:54:43 public class JavaClass {
10:54:43 
10:54:43 	public JavaClass() {
10:54:43 		System.out.println("");
10:54:43 	}
10:54:43 
10:54:43 }
10:54:43  TooltipText=null
10:54:43 14:54:43.947 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:43 14:54:43.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:43 14:54:43.965 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:43  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:43  * This program and the accompanying materials are made available under the
10:54:43  * terms of the Eclipse Public License 2.0 which is available at
10:54:43  * http://www.eclipse.org/legal/epl-2.0.
10:54:43  *
10:54:43  * SPDX-License-Identifier: EPL-2.0
10:54:43  *
10:54:43  * Contributors:
10:54:43  *     Red Hat, Inc - initial API and implementation
10:54:43  *******************************************************************************/
10:54:43 package test;
10:54:43 public class JavaClass {
10:54:43 
10:54:43 	public JavaClass() {
10:54:43 		System.out.println("");
10:54:43 	}
10:54:43 
10:54:43 }
10:54:43  TooltipText=null
10:54:43 14:54:43.965 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:43 14:54:43.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:43 14:54:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:43 14:54:43.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:43 14:54:43.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:43 14:54:43.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:43 14:54:43.966 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:43 14:54:43.966 DEBUG [main][MenuItemLookup] Item match:File
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:''
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:''
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:43 14:54:43.967 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:43 14:54:43.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:43 14:54:43.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:43 14:54:43.967 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:43 14:54:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:43 14:54:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:43 14:54:43.990 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:43 14:54:43.990 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:43  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:43  * This program and the accompanying materials are made available under the
10:54:43  * terms of the Eclipse Public License 2.0 which is available at
10:54:43  * http://www.eclipse.org/legal/epl-2.0.
10:54:43  *
10:54:43  * SPDX-License-Identifier: EPL-2.0
10:54:43  *
10:54:43  * Contributors:
10:54:43  *     Red Hat, Inc - initial API and implementation
10:54:43  *******************************************************************************/
10:54:43 package test;
10:54:43 public class JavaClass {
10:54:43 
10:54:43 	public JavaClass() {
10:54:43 		System.out.println("");
10:54:43 	}
10:54:43 
10:54:43 }
10:54:43  TooltipText=null
10:54:43 14:54:43.990 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:43 14:54:43.990 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:43 14:54:43.990 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:44 14:54:44.043 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:44 14:54:44.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:44 14:54:44.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:44 14:54:44.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:44 14:54:44.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:44 14:54:44.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:44 14:54:44.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:44 14:54:44.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:44 14:54:44.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:44 14:54:44.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:44 14:54:44.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:44 14:54:44.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:44 14:54:44.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:44 14:54:44.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:44 14:54:44.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:44 14:54:44.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:44 14:54:44.047 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:44 14:54:44.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:44 14:54:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:44 14:54:44.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:44 14:54:44.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:44 14:54:44.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:44 14:54:44.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:44 14:54:44.049 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:44 14:54:44.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:44 14:54:44.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:44 14:54:44.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:44 14:54:44.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:44 14:54:44.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:44 14:54:44.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:44 14:54:44.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:44 14:54:44.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:45 14:54:45.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:45 14:54:45.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:45 14:54:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:45 14:54:45.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:45 14:54:45.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:45 14:54:45.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:45 14:54:45.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:45 14:54:45.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:45 14:54:45.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:45 14:54:45.053 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:45 14:54:45.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:45 14:54:45.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:45 14:54:45.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:45 14:54:45.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:45 14:54:45.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:45 14:54:45.054 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:45 14:54:45.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:45 14:54:45.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:45 14:54:45.060 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:45 14:54:45.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:45 14:54:45.060 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:45 14:54:45.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:45 14:54:45.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:45 14:54:45.063 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:45 14:54:45.063 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:45 14:54:45.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3201847a is found...
10:54:45 14:54:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3201847a is found finished successfully
10:54:45 14:54:45.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:45 14:54:45.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:45 14:54:45.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:45 14:54:45.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:45 14:54:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:45 14:54:45.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:45 14:54:45.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:45 14:54:45.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:45 package test;
10:54:45 public class JavaClass {
10:54:45 
10:54:45 	public JavaClass() {
10:54:45 		System.out.println("");
10:54:45 	}
10:54:45 
10:54:45 }
10:54:45  TooltipText=null
10:54:45 14:54:45.149 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:45 14:54:45.149 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:45 14:54:45.350 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:45 14:54:45.553 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:45 14:54:45.553 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:45 14:54:45.753 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:45 14:54:45.956 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:45 14:54:45.956 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:46 14:54:46.156 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:46 14:54:46.358 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:46 14:54:46.358 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:46 14:54:46.559 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:46 14:54:46.762 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:46 14:54:46.762 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:46 14:54:46.962 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:54:47 14:54:47.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:47 14:54:47.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:47 14:54:47.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:47 14:54:47.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:47 14:54:47.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:47 14:54:47.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:47 14:54:47.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:47 14:54:47.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:47 14:54:47.967 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:47 14:54:47.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:47 14:54:47.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:47 14:54:47.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:47 14:54:47.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:47 14:54:47.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:47 14:54:47.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:47 14:54:47.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:47 14:54:47.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:47 14:54:47.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:47 14:54:47.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:47 14:54:47.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:47 14:54:47.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:47 14:54:47.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:47 14:54:47.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:47 14:54:47.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:47 14:54:47.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:47 14:54:47.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:47 14:54:47.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:47 14:54:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:47 14:54:47.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:47 14:54:47.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:48 14:54:48.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:48 14:54:48.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:48 14:54:48.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:48 14:54:48.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:48 14:54:48.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:48 14:54:48.991 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:48 14:54:48.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:48 14:54:48.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:48 14:54:48.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:48 14:54:48.992 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:48 14:54:48.992 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:48 14:54:48.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:48 14:54:48.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:48 14:54:48.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:48 14:54:48.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:48 14:54:48.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:48 14:54:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:48 14:54:48.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:48 14:54:48.998 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:48 14:54:48.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:48 14:54:48.998 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:48 14:54:48.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:49 14:54:49.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:49 14:54:49.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:49 14:54:49.005 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:49 14:54:49.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@252d80df is found...
10:54:49 14:54:49.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@252d80df is found finished successfully
10:54:49 14:54:49.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 '\*?\QJavaClass.java\E')
10:54:49 14:54:49.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:49 14:54:49.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:49 14:54:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:49 14:54:49.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:49 14:54:49.037 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.037 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:49 package test;
10:54:49 public class JavaClass {
10:54:49 
10:54:49 	public JavaClass() {
10:54:49 
10:54:49 }
10:54:49  TooltipText=null
10:54:49 14:54:49.037 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:49 14:54:49.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:49  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:49  * This program and the accompanying materials are made available under the
10:54:49  * terms of the Eclipse Public License 2.0 which is available at
10:54:49  * http://www.eclipse.org/legal/epl-2.0.
10:54:49  *
10:54:49  * SPDX-License-Identifier: EPL-2.0
10:54:49  *
10:54:49  * Contributors:
10:54:49  *     Red Hat, Inc - initial API and implementation
10:54:49  *******************************************************************************/
10:54:49 package test;
10:54:49 public class JavaClass {
10:54:49 
10:54:49 	public JavaClass() {
10:54:49 		System.out.println("");
10:54:49 	}
10:54:49 
10:54:49 }
10:54:49  TooltipText=null
10:54:49 14:54:49.056 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:49 14:54:49.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:49 14:54:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:49 14:54:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:49 14:54:49.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:49 14:54:49.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:49 14:54:49.056 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:49 14:54:49.056 DEBUG [main][MenuItemLookup] Item match:File
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:''
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:''
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:49 14:54:49.057 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:49 14:54:49.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:49 14:54:49.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:49 14:54:49.057 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:49 14:54:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:49 14:54:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:49 14:54:49.080 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.081 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:49  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:49  * This program and the accompanying materials are made available under the
10:54:49  * terms of the Eclipse Public License 2.0 which is available at
10:54:49  * http://www.eclipse.org/legal/epl-2.0.
10:54:49  *
10:54:49  * SPDX-License-Identifier: EPL-2.0
10:54:49  *
10:54:49  * Contributors:
10:54:49  *     Red Hat, Inc - initial API and implementation
10:54:49  *******************************************************************************/
10:54:49 package test;
10:54:49 public class JavaClass {
10:54:49 
10:54:49 	public JavaClass() {
10:54:49 		System.out.println("");
10:54:49 	}
10:54:49 
10:54:49 }
10:54:49  TooltipText=null
10:54:49 14:54:49.081 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:49 14:54:49.081 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:49 14:54:49.081 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:49 14:54:49.158 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:49 14:54:49.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:49 14:54:49.158 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:49 14:54:49.158 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:49 14:54:49.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:49 14:54:49.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:49 14:54:49.159 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:49 14:54:49.159 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:49 14:54:49.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:49 14:54:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:49 14:54:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:49 14:54:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:49 14:54:49.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:49 14:54:49.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:49 14:54:49.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:49 14:54:49.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:49 14:54:49.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:49 14:54:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:49 14:54:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:49 14:54:49.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:49 14:54:49.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:49 14:54:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:49 14:54:49.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:49 14:54:49.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:49 14:54:49.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:49 14:54:49.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:49 14:54:49.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:49 14:54:49.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:49 14:54:49.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:49 14:54:49.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:49 14:54:49.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:49 14:54:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:49 14:54:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:49 14:54:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:49 14:54:49.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:49 14:54:49.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:49 14:54:49.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:50 14:54:50.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:50 14:54:50.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:50 14:54:50.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:50 14:54:50.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:50 14:54:50.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:50 14:54:50.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:50 14:54:50.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:50 14:54:50.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:50 14:54:50.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:50 14:54:50.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:50 14:54:50.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:50 14:54:50.167 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:50 14:54:50.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:50 14:54:50.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:50 14:54:50.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:50 14:54:50.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:50 14:54:50.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:50 14:54:50.168 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:50 14:54:50.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:50 14:54:50.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:50 14:54:50.174 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:50 14:54:50.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:50 14:54:50.174 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:50 14:54:50.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:50 14:54:50.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:50 14:54:50.177 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:50 14:54:50.177 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:50 14:54:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f3a26b1 is found...
10:54:50 14:54:50.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f3a26b1 is found finished successfully
10:54:50 14:54:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:50 14:54:50.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:50 14:54:50.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:50 14:54:50.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:50 14:54:50.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:50 14:54:50.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:50 14:54:50.267 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:50 14:54:50.267 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:50 package test;
10:54:50 public class JavaClass {
10:54:50 
10:54:50 	public JavaClass() {
10:54:50 		System.out.println("");
10:54:50 	}
10:54:50 
10:54:50 }
10:54:50  TooltipText=null
10:54:50 14:54:50.267 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:50 14:54:50.267 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:50 14:54:50.467 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:50 14:54:50.669 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:50 14:54:50.669 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:50 14:54:50.870 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:51 14:54:51.072 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:51 14:54:51.072 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:51 14:54:51.273 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:51 14:54:51.475 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:54:51 14:54:51.475 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:54:51 14:54:51.676 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:54:51 14:54:51.878 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:54:51 14:54:51.878 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:54:52 14:54:52.078 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:54:53 14:54:53.080 INFO [WorkbenchTestable][TextEditor] Select text in editor
10:54:53 /*******************************************************************************
10:54:53  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:53  * This program and the accompanying materials are made available under the
10:54:53  * terms of the Eclipse Public License 2.0 which is available at
10:54:53  * http://www.eclipse.org/legal/epl-2.0.
10:54:53  *
10:54:53  * SPDX-License-Identifier: EPL-2.0
10:54:53  *
10:54:53  * Contributors:
10:54:53  *     Red Hat, Inc - initial API and implementation
10:54:53  *******************************************************************************/
10:54:53 package test;
10:54:53 public class JavaClass {
10:54:53 14:54:53.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:53 14:54:53.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:53 14:54:53.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:53 14:54:53.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:53 14:54:53.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:53 14:54:53.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:53 14:54:53.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:53 14:54:53.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:53 14:54:53.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:53 14:54:53.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:53 14:54:53.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:53 14:54:53.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:53 14:54:53.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:53 14:54:53.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:53 14:54:53.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:53 14:54:53.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:53 14:54:53.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:53 14:54:53.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:53 14:54:53.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:53 14:54:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:53 14:54:53.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:53 14:54:53.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:53 14:54:53.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:53 14:54:53.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:53 14:54:53.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:53 14:54:53.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:54 14:54:54.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:54 14:54:54.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:54 14:54:54.112 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:54 14:54:54.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:54 14:54:54.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:54 14:54:54.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:54 14:54:54.113 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:54 14:54:54.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:54 14:54:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:54 14:54:54.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:54 14:54:54.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:54 14:54:54.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:54 14:54:54.114 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:54 14:54:54.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:54 14:54:54.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:54 14:54:54.118 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:54 14:54:54.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:54 14:54:54.118 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:54 14:54:54.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:54 14:54:54.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:54 14:54:54.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:54 14:54:54.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:54 14:54:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7eacdadb is found...
10:54:54 14:54:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7eacdadb is found finished successfully
10:54:54 14:54:54.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:54 14:54:54.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:54 14:54:54.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:54 14:54:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:54 14:54:54.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:54 14:54:54.147 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.147 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:54 package test;
10:54:54 public class JavaClass {
10:54:54 
10:54:54 	public JavaClass() {
10:54:54 		System.out.println("");
10:54:54 	}
10:54:54 
10:54:54 }
10:54:54  TooltipText=null
10:54:54 14:54:54.147 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:54 14:54:54.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:54  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:54  * This program and the accompanying materials are made available under the
10:54:54  * terms of the Eclipse Public License 2.0 which is available at
10:54:54  * http://www.eclipse.org/legal/epl-2.0.
10:54:54  *
10:54:54  * SPDX-License-Identifier: EPL-2.0
10:54:54  *
10:54:54  * Contributors:
10:54:54  *     Red Hat, Inc - initial API and implementation
10:54:54  *******************************************************************************/
10:54:54 package test;
10:54:54 public class JavaClass {
10:54:54 
10:54:54 	public JavaClass() {
10:54:54 		System.out.println("");
10:54:54 	}
10:54:54 
10:54:54 }
10:54:54  TooltipText=null
10:54:54 14:54:54.156 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:54 14:54:54.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:54 14:54:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:54 14:54:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:54 14:54:54.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:54 14:54:54.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Item match:File
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:''
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:54 14:54:54.157 DEBUG [main][MenuItemLookup] Found menu:''
10:54:54 14:54:54.158 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:54 14:54:54.158 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:54 14:54:54.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:54 14:54:54.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:54 14:54:54.158 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:54 14:54:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:54 14:54:54.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:54 14:54:54.179 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.179 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:54  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:54  * This program and the accompanying materials are made available under the
10:54:54  * terms of the Eclipse Public License 2.0 which is available at
10:54:54  * http://www.eclipse.org/legal/epl-2.0.
10:54:54  *
10:54:54  * SPDX-License-Identifier: EPL-2.0
10:54:54  *
10:54:54  * Contributors:
10:54:54  *     Red Hat, Inc - initial API and implementation
10:54:54  *******************************************************************************/
10:54:54 package test;
10:54:54 public class JavaClass {
10:54:54 
10:54:54 	public JavaClass() {
10:54:54 		System.out.println("");
10:54:54 	}
10:54:54 
10:54:54 }
10:54:54  TooltipText=null
10:54:54 14:54:54.179 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:54 14:54:54.179 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:54 14:54:54.179 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:54 14:54:54.224 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:54 14:54:54.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:54 14:54:54.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:54 14:54:54.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:54 14:54:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:54 14:54:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:54 14:54:54.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:54 14:54:54.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:54 14:54:54.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:54 14:54:54.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:54 14:54:54.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:54 14:54:54.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:54 14:54:54.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:54 14:54:54.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:54 14:54:54.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:54 14:54:54.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:54 14:54:54.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:54 14:54:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:54 14:54:54.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:54 14:54:54.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:54 14:54:54.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:54 14:54:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:54 14:54:54.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:54 14:54:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:54 14:54:54.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:54 14:54:54.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:54 14:54:54.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:54 14:54:54.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:54 14:54:54.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:54 14:54:54.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:54 14:54:54.228 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:54 14:54:54.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:54 14:54:54.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:54 14:54:54.229 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:54 14:54:54.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:54 14:54:54.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:54 14:54:54.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:54 14:54:54.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:54 14:54:54.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:54 14:54:54.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:54 14:54:54.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:55 14:54:55.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:55 14:54:55.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:55 14:54:55.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:55 14:54:55.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:55 14:54:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:55 14:54:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:55 14:54:55.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:55 14:54:55.242 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:55 14:54:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:55 14:54:55.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:55 14:54:55.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:55 14:54:55.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:55 14:54:55.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:55 14:54:55.243 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:55 14:54:55.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:55 14:54:55.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:55 14:54:55.249 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:55 14:54:55.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:55 14:54:55.249 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:55 14:54:55.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:55 14:54:55.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:55 14:54:55.252 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:55 14:54:55.252 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:55 14:54:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b6fb970 is found...
10:54:55 14:54:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4b6fb970 is found finished successfully
10:54:55 14:54:55.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:55 14:54:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:55 14:54:55.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:55 14:54:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:55 14:54:55.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:55 14:54:55.343 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:55 14:54:55.343 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:55 package test;
10:54:55 public class JavaClass {
10:54:55 
10:54:55 	public JavaClass() {
10:54:55 		System.out.println("");
10:54:55 	}
10:54:55 
10:54:55 }
10:54:55  TooltipText=null
10:54:55 14:54:55.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:55 14:54:55.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:55 14:54:55.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:55 14:54:55.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:55 14:54:55.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:55 14:54:55.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:55 14:54:55.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:55 14:54:55.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:55 14:54:55.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:55 14:54:55.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:55 14:54:55.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:55 14:54:55.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:55 14:54:55.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:55 14:54:55.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:55 14:54:55.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:55 14:54:55.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:55 14:54:55.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:55 14:54:55.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:55 14:54:55.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:55 14:54:55.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:55 14:54:55.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:55 14:54:55.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:56 14:54:56.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:56 14:54:56.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:56 14:54:56.372 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:56 14:54:56.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:56 14:54:56.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:56 14:54:56.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:56 14:54:56.374 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:56 14:54:56.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:56 14:54:56.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:56 14:54:56.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:56 14:54:56.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:56 14:54:56.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:56 14:54:56.374 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:56 14:54:56.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:56 14:54:56.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:56 14:54:56.378 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:56 14:54:56.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:56 14:54:56.378 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:56 14:54:56.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:56 14:54:56.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:56 14:54:56.381 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:56 14:54:56.381 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:56 14:54:56.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20de3ba is found...
10:54:56 14:54:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20de3ba is found finished successfully
10:54:56 14:54:56.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:56 14:54:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:56 14:54:56.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:56 14:54:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:56 14:54:56.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:56 14:54:56.406 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.406 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:56 package test;
10:54:56 public class JavaClass {
10:54:56 
10:54:56 	public JavaClass() {
10:54:56 		System.out.println("");
10:54:56 	}
10:54:56 
10:54:56 }
10:54:56  TooltipText=null
10:54:56 14:54:56.406 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:56  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:56  * This program and the accompanying materials are made available under the
10:54:56  * terms of the Eclipse Public License 2.0 which is available at
10:54:56  * http://www.eclipse.org/legal/epl-2.0.
10:54:56  *
10:54:56  * SPDX-License-Identifier: EPL-2.0
10:54:56  *
10:54:56  * Contributors:
10:54:56  *     Red Hat, Inc - initial API and implementation
10:54:56  *******************************************************************************/
10:54:56 package test;
10:54:56 public class JavaClass {
10:54:56 
10:54:56 	public JavaClass() {
10:54:56 		System.out.println("");
10:54:56 	}
10:54:56 
10:54:56 }
10:54:56  TooltipText=null
10:54:56 14:54:56.416 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:56 14:54:56.416 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:56 14:54:56.416 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:56 14:54:56.416 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:56 14:54:56.416 DEBUG [main][MenuItemLookup] Item match:File
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:''
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:''
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:56 14:54:56.417 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:56 14:54:56.417 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:56 14:54:56.417 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:56 14:54:56.417 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:56 14:54:56.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:56 14:54:56.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:56 14:54:56.438 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:56  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:56  * This program and the accompanying materials are made available under the
10:54:56  * terms of the Eclipse Public License 2.0 which is available at
10:54:56  * http://www.eclipse.org/legal/epl-2.0.
10:54:56  *
10:54:56  * SPDX-License-Identifier: EPL-2.0
10:54:56  *
10:54:56  * Contributors:
10:54:56  *     Red Hat, Inc - initial API and implementation
10:54:56  *******************************************************************************/
10:54:56 package test;
10:54:56 public class JavaClass {
10:54:56 
10:54:56 	public JavaClass() {
10:54:56 		System.out.println("");
10:54:56 	}
10:54:56 
10:54:56 }
10:54:56  TooltipText=null
10:54:56 14:54:56.438 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:56 14:54:56.438 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:56 14:54:56.438 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:56 14:54:56.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:56 14:54:56.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:56 14:54:56.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:56 14:54:56.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:56 14:54:56.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:56 14:54:56.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:56 14:54:56.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:56 14:54:56.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:56 14:54:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:56 14:54:56.482 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:56 14:54:56.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:56 14:54:56.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:56 14:54:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:56 14:54:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:56 14:54:56.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:56 14:54:56.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:56 14:54:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:56 14:54:56.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:56 14:54:56.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:56 14:54:56.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:56 14:54:56.484 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:56 14:54:56.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:56 14:54:56.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:56 14:54:56.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:56 14:54:56.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:56 14:54:56.485 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:56 14:54:56.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:56 14:54:56.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:56 14:54:56.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:56 14:54:56.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:56 14:54:56.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:56 14:54:56.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:56 14:54:56.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:56 14:54:56.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:56 14:54:56.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:56 14:54:56.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:57 14:54:57.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:57 14:54:57.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:57 14:54:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:57 14:54:57.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:57 14:54:57.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:57 14:54:57.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:57 14:54:57.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:57 14:54:57.489 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:57 14:54:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:57 14:54:57.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:57 14:54:57.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:57 14:54:57.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:57 14:54:57.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:57 14:54:57.490 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:57 14:54:57.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:57 14:54:57.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:57 14:54:57.494 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:57 14:54:57.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:57 14:54:57.494 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:57 14:54:57.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:57 14:54:57.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:57 14:54:57.497 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:57 14:54:57.498 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:57 14:54:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ccc42e4 is found...
10:54:57 14:54:57.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ccc42e4 is found finished successfully
10:54:57 14:54:57.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:57 14:54:57.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:57 14:54:57.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:57 14:54:57.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:57 14:54:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:57 14:54:57.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:57 14:54:57.589 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:57 14:54:57.589 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:54:57 package test;
10:54:57 public class JavaClass {
10:54:57 
10:54:57 	public JavaClass() {
10:54:57 		System.out.println("");
10:54:57 	}
10:54:57 
10:54:57 }
10:54:57  TooltipText=null
10:54:57 14:54:57.589 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0]
10:54:57 14:54:57.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:57 14:54:57.616 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:57  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:57  * This program and the accompanying materials are made available under the
10:54:57  * terms of the Eclipse Public License 2.0 which is available at
10:54:57  * http://www.eclipse.org/legal/epl-2.0.
10:54:57  *
10:54:57  * SPDX-License-Identifier: EPL-2.0
10:54:57  *
10:54:57  * Contributors:
10:54:57  *     Red Hat, Inc - initial API and implementation
10:54:57  *******************************************************************************/
10:54:57 package test;
10:54:57 public class JavaClass {
10:54:57 
10:54:57 	public JavaClass() {
10:54:57 		System.out.println("");
10:54:57 	}
10:54:57 
10:54:57 }
10:54:57  TooltipText=null
10:54:57 14:54:57.616 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant
10:54:57 14:54:57.617 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:54:58 14:54:58.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:58 14:54:58.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:58 14:54:58.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:58 14:54:58.617 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:58 14:54:58.617 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:54:58 14:54:58.617 DEBUG [main][MenuItemLookup] Item match:Edit
10:54:58 14:54:58.618 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:''
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:54:58 14:54:58.619 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:54:58 14:54:58.620 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
10:54:58 14:54:58.620 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals'
10:54:58 14:54:58.620 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals'
10:54:58 14:54:58.620 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals'
10:54:58 14:54:58.620 DEBUG [main][MenuItemLookup] Item match:Java Proposals
10:54:58 14:54:58.620 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals"
10:54:58 14:54:58.620 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals
10:54:58 14:54:58.620 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals
10:54:58 14:54:58.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:54:58 14:54:58.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:54:58 14:54:58.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:54:58 14:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:58 14:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:58 14:54:58.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:54:58 14:54:58.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:54:58 14:54:58.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:58 14:54:58.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:58 14:54:58.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:54:58 14:54:58.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   abstract
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   class
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   enum
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   final
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   import
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   interface
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   non-sealed
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   public
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   record
10:54:58 14:54:58.648 DEBUG [WorkbenchTestable][ContentAssistant]   sealed
10:54:58 14:54:58.648 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:54:58 14:54:58.648 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:54:58 14:54:58.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:54:58 14:54:58.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:54:58 14:54:58.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:58 14:54:58.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:58 14:54:58.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:58 14:54:58.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:58 14:54:58.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:58 14:54:58.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:58 14:54:58.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:58 14:54:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:58 14:54:58.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:58 14:54:58.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:58 14:54:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:58 14:54:58.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:58 14:54:58.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:58 14:54:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:58 14:54:58.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:58 14:54:58.664 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:58 14:54:58.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:58 14:54:58.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:58 14:54:58.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:58 14:54:58.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:58 14:54:58.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:58 14:54:58.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:58 14:54:58.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:58 14:54:58.672 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:58 14:54:58.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:58 14:54:58.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:58 14:54:58.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:58 14:54:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:58 14:54:58.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:58 14:54:58.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:59 14:54:59.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:59 14:54:59.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:54:59 14:54:59.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:54:59 14:54:59.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:59 14:54:59.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:59 14:54:59.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:54:59 14:54:59.674 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:54:59 14:54:59.675 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:59 14:54:59.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:59 14:54:59.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:54:59 14:54:59.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:54:59 14:54:59.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:54:59 14:54:59.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:59 14:54:59.675 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:59 14:54:59.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:59 14:54:59.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:59 14:54:59.679 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:54:59 14:54:59.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:54:59 14:54:59.679 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:54:59 14:54:59.679 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:54:59 14:54:59.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:54:59 14:54:59.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:54:59 14:54:59.683 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:54:59 14:54:59.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54ae23a4 is found...
10:54:59 14:54:59.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@54ae23a4 is found finished successfully
10:54:59 14:54:59.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:54:59 14:54:59.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:59 14:54:59.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:59 14:54:59.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:59 14:54:59.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:59 14:54:59.707 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.707 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:59  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:59  * This program and the accompanying materials are made available under the
10:54:59  * terms of the Eclipse Public License 2.0 which is available at
10:54:59  * http://www.eclipse.org/legal/epl-2.0.
10:54:59  *
10:54:59  * SPDX-License-Identifier: EPL-2.0
10:54:59  *
10:54:59  * Contributors:
10:54:59  *     Red Hat, Inc - initial API and implementation
10:54:59  *******************************************************************************/
10:54:59 package test;
10:54:59 public class JavaClass {
10:54:59 
10:54:59 	public JavaClass() {
10:54:59 		System.out.println("");
10:54:59 	}
10:54:59 
10:54:59 }
10:54:59  TooltipText=null
10:54:59 14:54:59.707 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:59  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:59  * This program and the accompanying materials are made available under the
10:54:59  * terms of the Eclipse Public License 2.0 which is available at
10:54:59  * http://www.eclipse.org/legal/epl-2.0.
10:54:59  *
10:54:59  * SPDX-License-Identifier: EPL-2.0
10:54:59  *
10:54:59  * Contributors:
10:54:59  *     Red Hat, Inc - initial API and implementation
10:54:59  *******************************************************************************/
10:54:59 package test;
10:54:59 public class JavaClass {
10:54:59 
10:54:59 	public JavaClass() {
10:54:59 		System.out.println("");
10:54:59 	}
10:54:59 
10:54:59 }
10:54:59  TooltipText=null
10:54:59 14:54:59.713 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:59 14:54:59.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:59 14:54:59.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:54:59 14:54:59.713 DEBUG [main][MenuItemLookup] Found menu:'File'
10:54:59 14:54:59.713 DEBUG [main][MenuItemLookup] Item match:File
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:''
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:''
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:54:59 14:54:59.714 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:54:59 14:54:59.714 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:54:59 14:54:59.714 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:54:59 14:54:59.714 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:54:59 14:54:59.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:54:59 14:54:59.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:54:59 14:54:59.741 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.741 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:54:59  * Copyright (c) 2017 Red Hat, Inc and others.
10:54:59  * This program and the accompanying materials are made available under the
10:54:59  * terms of the Eclipse Public License 2.0 which is available at
10:54:59  * http://www.eclipse.org/legal/epl-2.0.
10:54:59  *
10:54:59  * SPDX-License-Identifier: EPL-2.0
10:54:59  *
10:54:59  * Contributors:
10:54:59  *     Red Hat, Inc - initial API and implementation
10:54:59  *******************************************************************************/
10:54:59 package test;
10:54:59 public class JavaClass {
10:54:59 
10:54:59 	public JavaClass() {
10:54:59 		System.out.println("");
10:54:59 	}
10:54:59 
10:54:59 }
10:54:59  TooltipText=null
10:54:59 14:54:59.742 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:54:59 14:54:59.742 DEBUG [main][EditorHandler] 1 editor(s) found
10:54:59 14:54:59.742 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:54:59 14:54:59.815 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:54:59 14:54:59.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:54:59 14:54:59.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:54:59 14:54:59.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:54:59 14:54:59.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:59 14:54:59.816 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:54:59 14:54:59.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:59 14:54:59.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:59 14:54:59.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:54:59 14:54:59.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:54:59 14:54:59.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:59 14:54:59.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:59 14:54:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:54:59 14:54:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:54:59 14:54:59.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:54:59 14:54:59.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:59 14:54:59.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:59 14:54:59.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:59 14:54:59.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:54:59 14:54:59.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:54:59 14:54:59.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:54:59 14:54:59.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:54:59 14:54:59.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:54:59 14:54:59.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:54:59 14:54:59.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:00 14:55:00.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:00 14:55:00.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:00 14:55:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:00 14:55:00.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:00 14:55:00.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:00 14:55:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:00 14:55:00.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:00 14:55:00.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:00 14:55:00.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:00 14:55:00.822 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:00 14:55:00.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:00 14:55:00.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:00 14:55:00.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:00 14:55:00.823 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:00 14:55:00.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:00 14:55:00.823 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:00 14:55:00.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:00 14:55:00.823 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:00 14:55:00.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:00 14:55:00.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:00 14:55:00.827 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:00 14:55:00.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:00 14:55:00.827 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:00 14:55:00.827 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:00 14:55:00.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:00 14:55:00.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:00 14:55:00.830 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:00 14:55:00.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623ca478 is found...
10:55:00 14:55:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623ca478 is found finished successfully
10:55:00 14:55:00.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:00 14:55:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:00 14:55:00.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:00 14:55:00.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:00 14:55:00.910 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.911 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:00 package test;
10:55:00 public class JavaClass {
10:55:00 
10:55:00 	public JavaClass() {
10:55:00 		System.out.println("");
10:55:00 	}
10:55:00 
10:55:00 }
10:55:00  TooltipText=null
10:55:00 14:55:00.911 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22
10:55:00 14:55:00.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:00 14:55:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:00 14:55:00.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:00 14:55:00.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:00 14:55:00.923 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.923 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:00 package test;
10:55:00 public class JavaClass {
10:55:00 
10:55:00 	public JavaClass() {
10:55:00 test		System.out.println("");
10:55:00 	}
10:55:00 
10:55:00 }
10:55:00  TooltipText=null
10:55:00 14:55:00.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:00 14:55:00.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:00 14:55: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')
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:00 14:55:00.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:00 14:55:00.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:00 14:55:00.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:00 14:55:00.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:00 14:55:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:00 14:55:00.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:00 14:55:00.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:00 14:55:00.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:00 14:55:00.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:00 14:55:00.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:00 14:55:00.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:00 14:55:00.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:00 14:55:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:00 14:55:00.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:00 14:55:00.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:01 14:55:01.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:01 14:55:01.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:01 14:55:01.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:01 14:55:01.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:01 14:55:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:01 14:55:01.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:01 14:55:01.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:01 14:55:01.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:01 14:55:01.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:01 14:55:01.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:01 14:55:01.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:01 14:55:01.953 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:01 14:55:01.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:01 14:55:01.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:01 14:55:01.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:01 14:55:01.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:01 14:55:01.954 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:01 14:55:01.954 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:01 14:55:01.954 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:01 14:55:01.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:01 14:55:01.959 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:01 14:55:01.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:01 14:55:01.959 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:01 14:55:01.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:01 14:55:01.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:01 14:55:01.962 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:01 14:55:01.962 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:01 14:55:01.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f419bb6 is found...
10:55:01 14:55:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f419bb6 is found finished successfully
10:55:01 14:55:01.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:02 14:55:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:01.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:01.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:01.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:02 14:55:01.990 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:01.990 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:02 package test;
10:55:02 public class JavaClass {
10:55:02 
10:55:02 	public JavaClass() {
10:55:02 test		System.out.println("");
10:55:02 	}
10:55:02 
10:55:02 }
10:55:02  TooltipText=null
10:55:02 14:55:01.990 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:02 14:55:01.999 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:01.999 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:02  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:02  * This program and the accompanying materials are made available under the
10:55:02  * terms of the Eclipse Public License 2.0 which is available at
10:55:02  * http://www.eclipse.org/legal/epl-2.0.
10:55:02  *
10:55:02  * SPDX-License-Identifier: EPL-2.0
10:55:02  *
10:55:02  * Contributors:
10:55:02  *     Red Hat, Inc - initial API and implementation
10:55:02  *******************************************************************************/
10:55:02 package test;
10:55:02 public class JavaClass {
10:55:02 
10:55:02 	public JavaClass() {
10:55:02 		System.out.println("");
10:55:02 	}
10:55:02 
10:55:02 }
10:55:02  TooltipText=null
10:55:02 14:55:01.999 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:02 14:55:02.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:02 14:55:02.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:02 14:55:02.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:02 14:55:02.000 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:02 14:55:02.000 DEBUG [main][MenuItemLookup] Item match:File
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:02 14:55:02.001 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:02 14:55:02.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:02 14:55:02.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:02 14:55:02.001 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:02 14:55:02.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:02 14:55:02.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:02 14:55:02.028 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.028 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:02  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:02  * This program and the accompanying materials are made available under the
10:55:02  * terms of the Eclipse Public License 2.0 which is available at
10:55:02  * http://www.eclipse.org/legal/epl-2.0.
10:55:02  *
10:55:02  * SPDX-License-Identifier: EPL-2.0
10:55:02  *
10:55:02  * Contributors:
10:55:02  *     Red Hat, Inc - initial API and implementation
10:55:02  *******************************************************************************/
10:55:02 package test;
10:55:02 public class JavaClass {
10:55:02 
10:55:02 	public JavaClass() {
10:55:02 		System.out.println("");
10:55:02 	}
10:55:02 
10:55:02 }
10:55:02  TooltipText=null
10:55:02 14:55:02.028 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:02 14:55:02.028 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:02 14:55:02.028 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:02 14:55:02.071 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:02 14:55:02.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:02 14:55:02.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:02 14:55:02.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:02 14:55:02.072 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:02 14:55:02.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:02 14:55:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:02 14:55:02.074 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:55:02 14:55:02.074 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:02 14:55:02.074 DEBUG [main][MenuItemLookup] Item match:File
10:55:02 14:55:02.074 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:02 14:55:02.074 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:55:02 14:55:02.075 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:55:02 14:55:02.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:55:02 14:55:02.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:55:02 14:55:02.076 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:55:02 14:55:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:55:02 14:55:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:55:02 14:55:02.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.160 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:02 14:55:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:55:02 14:55:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:55:02 14:55:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:55:02 14:55:02.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:02 14:55:02.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:02 14:55:02.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:02 14:55:02.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:55:02 14:55:02.166 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:55:02 14:55:02.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:55:02 14:55:02.166 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:02 14:55:02.166 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:55:02 14:55:02.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:02 14:55:02.168 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:55:02 14:55:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:02 14:55:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:02 14:55:02.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:02 14:55:02.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:55:02 14:55:02.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:55:02 14:55:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.192 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:55:02 14:55:02.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:02 14:55:02.214 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:
10:55:02 is "File name:")
10:55:02 14:55:02.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:55:02 14:55:02.217 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:55:02 14:55:02.218 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt
10:55:02 14:55:02.218 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:
10:55:02 is "Enter or select the parent folder:")
10:55:02 14:55:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:55:02 14:55:02.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:55:02 14:55:02.220 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/
10:55:02 14:55:02.220 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:55:02 14:55:02.220 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:55:02 14:55:02.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:55:02 14:55:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:02 14:55:02.222 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:55:02 14:55:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:02 14:55:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:02 14:55:02.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:02 14:55:02.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:02 14:55:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:55:02 14:55:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:55:02 14:55:02.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:02 14:55:02.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:02 14:55:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E')
10:55:02 14:55:02.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:02 14:55:02.334 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.334 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null
10:55:02 14:55:02.343 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.343 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
10:55:02 14:55:02.343 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:02 14:55:02.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform
10:55:02 14:55:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform'
10:55:02 14:55:02.344 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Item match:File
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:''
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:02 14:55:02.344 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:02 14:55:02.344 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:02 14:55:02.344 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:02 14:55:02.344 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:02 14:55:02.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:02 14:55:02.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:02 14:55:02.350 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.350 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
10:55:02 14:55:02.350 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.350 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null
10:55:02 14:55:02.350 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it
10:55:02 14:55:02.350 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt
10:55:02 14:55:02.380 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed
10:55:02 14:55:02.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.381 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:02 14:55:02.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:02 14:55:02.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:02 14:55:02.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:02 14:55:02.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:02 14:55:02.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:02 14:55:02.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:02 14:55:02.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:02 14:55:02.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:02 14:55:02.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:02 14:55:02.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:02 14:55:02.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:02 14:55:02.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:02 14:55:02.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:02 14:55:02.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:02 14:55:02.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:02 14:55:02.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:02 14:55:02.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:02 14:55:02.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:03 14:55:03.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:03 14:55:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:03 14:55:03.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:03 14:55:03.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:03 14:55:03.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:03 14:55:03.387 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:03 14:55:03.388 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:03 14:55:03.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:03 14:55:03.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:03 14:55:03.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:03 14:55:03.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:03 14:55:03.388 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:03 14:55:03.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:03 14:55:03.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:03 14:55:03.393 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:03 14:55:03.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:03 14:55:03.393 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:03 14:55:03.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:03 14:55:03.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:03 14:55:03.396 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:03 14:55:03.396 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:03 14:55:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@448fef36 is found...
10:55:03 14:55:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@448fef36 is found finished successfully
10:55:03 14:55:03.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:03 14:55:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:03 14:55:03.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:03 14:55:03.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:03 14:55:03.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:03 14:55:03.485 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.485 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:03 package test;
10:55:03 public class JavaClass {
10:55:03 
10:55:03 	public JavaClass() {
10:55:03 		System.out.println("");
10:55:03 	}
10:55:03 
10:55:03 }
10:55:03  TooltipText=null
10:55:03 14:55:03.485 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:03 14:55:03.517 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.518 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:03  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:03  * This program and the accompanying materials are made available under the
10:55:03  * terms of the Eclipse Public License 2.0 which is available at
10:55:03  * http://www.eclipse.org/legal/epl-2.0.
10:55:03  *
10:55:03  * SPDX-License-Identifier: EPL-2.0
10:55:03  *
10:55:03  * Contributors:
10:55:03  *     Red Hat, Inc - initial API and implementation
10:55:03  *******************************************************************************/
10:55:03 package test;
10:55:03 public class JavaClass {
10:55:03 
10:55:03 	public JavaClass() {
10:55:03 		System.out.println("");
10:55:03 	}
10:55:03 
10:55:03 }
10:55:03  TooltipText=null
10:55:03 14:55:03.518 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:03 14:55:03.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:03 14:55:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:03 14:55:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:03 14:55:03.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:03 14:55:03.518 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:03 14:55:03.518 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:03 14:55:03.518 DEBUG [main][MenuItemLookup] Item match:File
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:''
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:''
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:03 14:55:03.519 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:03 14:55:03.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:03 14:55:03.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:03 14:55:03.519 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:03 14:55:03.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:03 14:55:03.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:03 14:55:03.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:03  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:03  * This program and the accompanying materials are made available under the
10:55:03  * terms of the Eclipse Public License 2.0 which is available at
10:55:03  * http://www.eclipse.org/legal/epl-2.0.
10:55:03  *
10:55:03  * SPDX-License-Identifier: EPL-2.0
10:55:03  *
10:55:03  * Contributors:
10:55:03  *     Red Hat, Inc - initial API and implementation
10:55:03  *******************************************************************************/
10:55:03 package test;
10:55:03 public class JavaClass {
10:55:03 
10:55:03 	public JavaClass() {
10:55:03 		System.out.println("");
10:55:03 	}
10:55:03 
10:55:03 }
10:55:03  TooltipText=null
10:55:03 14:55:03.540 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:03 14:55:03.540 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:03 14:55:03.540 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:03 14:55:03.618 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:03 14:55:03.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:03 14:55:03.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:03 14:55:03.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:03 14:55:03.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:03 14:55:03.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:03 14:55:03.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:03 14:55:03.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:03 14:55:03.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:03 14:55:03.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:03 14:55:03.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:03 14:55:03.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:03 14:55:03.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:03 14:55:03.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:03 14:55:03.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:03 14:55:03.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:03 14:55:03.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:03 14:55:03.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:03 14:55:03.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:03 14:55:03.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:03 14:55:03.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:03 14:55:03.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:03 14:55:03.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:03 14:55:03.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:03 14:55:03.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:03 14:55:03.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:03 14:55:03.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:03 14:55:03.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:04 14:55:04.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:04 14:55:04.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:04 14:55:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:04 14:55:04.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:04 14:55:04.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:04 14:55:04.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:04 14:55:04.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:04 14:55:04.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:04 14:55:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:04 14:55:04.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:04 14:55:04.627 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:04 14:55:04.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:04 14:55:04.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:04 14:55:04.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:04 14:55:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:04 14:55:04.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:04 14:55:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:04 14:55:04.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:04 14:55:04.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:04 14:55:04.628 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:04 14:55:04.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:04 14:55:04.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:04 14:55:04.633 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:04 14:55:04.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:04 14:55:04.633 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:04 14:55:04.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:04 14:55:04.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:04 14:55:04.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:04 14:55:04.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:04 14:55:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ed9080f is found...
10:55:04 14:55:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ed9080f is found finished successfully
10:55:04 14:55:04.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:04 14:55:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:04 14:55:04.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:04 14:55:04.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:04 14:55:04.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:04 14:55:04.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:04 14:55:04.720 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:04 package test;
10:55:04 public class JavaClass {
10:55:04 
10:55:04 	public JavaClass() {
10:55:04 		System.out.println("");
10:55:04 	}
10:55:04 
10:55:04 }
10:55:04  TooltipText=null
10:55:04 14:55:04.720 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540
10:55:04 14:55:04.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:04 14:55: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.
10:55:04 14:55:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:04 14:55:04.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:04 14:55:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:04 14:55:04.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:04 14:55:04.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:04 14:55:04.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:04 14:55:04.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:04 14:55:04.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:04 14:55:04.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:04 14:55:04.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:04 14:55:04.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:04 14:55:04.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:04 14:55:04.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:04 14:55:04.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:04 14:55:04.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:04 14:55:04.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:04 14:55:04.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:04 14:55:04.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:05 14:55:05.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:05 14:55:05.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:05 14:55:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:05 14:55:05.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:05 14:55:05.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:05 14:55:05.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:05 14:55:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:05 14:55:05.760 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:05 14:55:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:05 14:55:05.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:05 14:55:05.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:05 14:55:05.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:05 14:55:05.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:05 14:55:05.761 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:05 14:55:05.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:05 14:55:05.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:05 14:55:05.764 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:05 14:55:05.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:05 14:55:05.764 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:05 14:55:05.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:05 14:55:05.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:05 14:55:05.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:05 14:55:05.768 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:05 14:55:05.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46d35e67 is found...
10:55:05 14:55:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@46d35e67 is found finished successfully
10:55:05 14:55:05.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:05 14:55:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:05 14:55:05.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:05 14:55:05.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:05 14:55:05.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:05 14:55:05.792 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.792 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:05 package test;
10:55:05 public class JavaClass extends String {
10:55:05 
10:55:05 	public JavaClass() {
10:55:05 		System.out.println("");
10:55:05 	}
10:55:05 
10:55:05 }
10:55:05  TooltipText=null
10:55:05 14:55:05.792 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:05  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:05  * This program and the accompanying materials are made available under the
10:55:05  * terms of the Eclipse Public License 2.0 which is available at
10:55:05  * http://www.eclipse.org/legal/epl-2.0.
10:55:05  *
10:55:05  * SPDX-License-Identifier: EPL-2.0
10:55:05  *
10:55:05  * Contributors:
10:55:05  *     Red Hat, Inc - initial API and implementation
10:55:05  *******************************************************************************/
10:55:05 package test;
10:55:05 public class JavaClass {
10:55:05 
10:55:05 	public JavaClass() {
10:55:05 		System.out.println("");
10:55:05 	}
10:55:05 
10:55:05 }
10:55:05  TooltipText=null
10:55:05 14:55:05.801 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:05 14:55:05.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:05 14:55:05.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:05 14:55:05.801 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:05 14:55:05.801 DEBUG [main][MenuItemLookup] Item match:File
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:''
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:''
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:05 14:55:05.802 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:05 14:55:05.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:05 14:55:05.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:05 14:55:05.802 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:05 14:55:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:05 14:55:05.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:05 14:55:05.829 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.829 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:05  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:05  * This program and the accompanying materials are made available under the
10:55:05  * terms of the Eclipse Public License 2.0 which is available at
10:55:05  * http://www.eclipse.org/legal/epl-2.0.
10:55:05  *
10:55:05  * SPDX-License-Identifier: EPL-2.0
10:55:05  *
10:55:05  * Contributors:
10:55:05  *     Red Hat, Inc - initial API and implementation
10:55:05  *******************************************************************************/
10:55:05 package test;
10:55:05 public class JavaClass {
10:55:05 
10:55:05 	public JavaClass() {
10:55:05 		System.out.println("");
10:55:05 	}
10:55:05 
10:55:05 }
10:55:05  TooltipText=null
10:55:05 14:55:05.830 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:05 14:55:05.830 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:05 14:55:05.830 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:05 14:55:05.872 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:05 14:55:05.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:05 14:55:05.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:05 14:55:05.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:05 14:55:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:05 14:55:05.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:05 14:55:05.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:05 14:55:05.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:05 14:55:05.873 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:05 14:55:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:05 14:55:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:05 14:55:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:05 14:55:05.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:05 14:55:05.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:05 14:55:05.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:05 14:55:05.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:05 14:55:05.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:05 14:55:05.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:05 14:55:05.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:05 14:55:05.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:05 14:55:05.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:05 14:55:05.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:05 14:55:05.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:05 14:55:05.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:05 14:55:05.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:05 14:55:05.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:05 14:55:05.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:05 14:55:05.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:05 14:55:05.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:05 14:55:05.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:05 14:55:05.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:05 14:55:05.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:05 14:55:05.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:05 14:55:05.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:06 14:55:06.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:06 14:55:06.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:06 14:55:06.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:07 14:55:06.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:07 14:55:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:07 14:55:06.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:07 14:55:06.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:07 14:55:06.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:07 14:55:06.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:07 14:55:06.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:07 14:55:06.891 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:07 14:55:06.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:07 14:55:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:07 14:55:06.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:07 14:55:06.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:07 14:55:06.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:07 14:55:06.892 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:07 14:55:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:07 14:55:06.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:07 14:55:06.897 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:07 14:55:06.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:07 14:55:06.897 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:07 14:55:06.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:07 14:55:06.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:07 14:55:06.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:07 14:55:06.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:07 14:55:06.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20c92a56 is found...
10:55:07 14:55:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20c92a56 is found finished successfully
10:55:07 14:55:06.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:07 14:55:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:07 14:55:06.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:07 14:55:06.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:07 package test;
10:55:07 public class JavaClass {
10:55:07 
10:55:07 	public JavaClass() {
10:55:07 		System.out.println("");
10:55:07 	}
10:55:07 
10:55:07 }
10:55:07  TooltipText=null
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:07 14:55:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:07 14:55:06.991 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:07 14:55:06.991 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:07 14:55:06.991 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:55:07 14:55:06.991 DEBUG [main][MenuItemLookup] Item match:Edit
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:55:07 14:55:06.992 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:55:07 14:55:06.993 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:07 14:55:06.993 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:07 package test;
10:55:07 public class JavaClass {
10:55:07 
10:55:07 	public JavaClass() {
10:55:07 		System.out.println("");
10:55:07 	}
10:55:07 
10:55:07 }
10:55:07  TooltipText=null
10:55:07 14:55:06.993 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant
10:55:07 14:55:06.993 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:55:07 14:55:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:07 14:55:07.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:07 14:55:07.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:07 14:55:07.993 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:07 14:55:07.993 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:55:07 14:55:07.993 DEBUG [main][MenuItemLookup] Item match:Edit
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Find Next	Ctrl+K'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Find Previous	Shift+Ctrl+K'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next	Ctrl+J'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous	Shift+Ctrl+J'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode	Shift+Ctrl+Insert'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description	F2'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:''
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Content Assist'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Item match:Content Assist
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Found menu:'Default	Ctrl+Space'
10:55:07 14:55:07.994 DEBUG [main][MenuItemLookup] Item match:Default	Ctrl+Space
10:55:07 14:55:07.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default	Ctrl+Space"
10:55:07 14:55:07.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default	Ctrl+Space
10:55:07 14:55:07.995 INFO [main][MenuItemHandler] Select menu item: &Default	Ctrl+Space
10:55:08 14:55:08.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:55:08 14:55:08.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
10:55:08 14:55:08.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:08 14:55:08.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:08 14:55:08.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:08 14:55:08.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:08 14:55:08.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:08 14:55:08.015 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:55:08 14:55:08.015 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:55:08 14:55:08.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:55:08 14:55:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:55:08 14:55:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
10:55:08 14:55:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown
10:55:08 14:55:08.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:08 14:55:08.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:08 14:55:08.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:08 14:55:08.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:08 14:55:08.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:08 14:55:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:08 14:55:08.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:08 14:55:08.030 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:08 14:55:08.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:08 14:55:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:08 14:55:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:08 14:55:08.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:08 14:55:08.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:08 14:55:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:08 14:55:08.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:08 14:55:08.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:08 14:55:08.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:08 14:55:08.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:08 14:55:08.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:08 14:55:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:08 14:55:08.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:08 14:55:08.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:08 14:55:08.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:09 14:55:09.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:09 14:55:09.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:09 14:55:09.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:09 14:55:09.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:09 14:55:09.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:09 14:55:09.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
10:55:09 14:55:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:09 14:55:09.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:09 14:55:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:09 14:55:09.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:09 14:55:09.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:09 14:55:09.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:09 14:55:09.056 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:09 14:55:09.056 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:09 14:55:09.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:09 14:55:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:09 14:55:09.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:09 14:55:09.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:09 14:55:09.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:09 14:55:09.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:09 14:55:09.057 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:09 14:55:09.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:09 14:55:09.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:09 14:55:09.061 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:09 14:55:09.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:09 14:55:09.061 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:09 14:55:09.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:09 14:55:09.064 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:09 14:55:09.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:09 14:55:09.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:09 14:55:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10bf2614 is found...
10:55:09 14:55:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10bf2614 is found finished successfully
10:55:09 14:55:09.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:09 14:55:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:09 14:55:09.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:09 14:55:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:09 14:55:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:09 14:55:09.089 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.089 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:09 package test;
10:55:09 public class JavaClass {
10:55:09 
10:55:09 	public JavaClass() {
10:55:09 		System.out.println("");
10:55:09 	}
10:55:09 
10:55:09 }
10:55:09  TooltipText=null
10:55:09 14:55:09.089 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:09 14:55:09.099 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.099 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:09  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:09  * This program and the accompanying materials are made available under the
10:55:09  * terms of the Eclipse Public License 2.0 which is available at
10:55:09  * http://www.eclipse.org/legal/epl-2.0.
10:55:09  *
10:55:09  * SPDX-License-Identifier: EPL-2.0
10:55:09  *
10:55:09  * Contributors:
10:55:09  *     Red Hat, Inc - initial API and implementation
10:55:09  *******************************************************************************/
10:55:09 package test;
10:55:09 public class JavaClass {
10:55:09 
10:55:09 	public JavaClass() {
10:55:09 		System.out.println("");
10:55:09 	}
10:55:09 
10:55:09 }
10:55:09  TooltipText=null
10:55:09 14:55:09.100 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:09 14:55:09.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:09 14:55:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:09 14:55:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:09 14:55:09.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:09 14:55:09.100 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:09 14:55:09.100 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:09 14:55:09.100 DEBUG [main][MenuItemLookup] Item match:File
10:55:09 14:55:09.100 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:''
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:''
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:09 14:55:09.101 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:09 14:55:09.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:09 14:55:09.101 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:09 14:55:09.101 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:09 14:55:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:09 14:55:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:09 14:55:09.128 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:09  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:09  * This program and the accompanying materials are made available under the
10:55:09  * terms of the Eclipse Public License 2.0 which is available at
10:55:09  * http://www.eclipse.org/legal/epl-2.0.
10:55:09  *
10:55:09  * SPDX-License-Identifier: EPL-2.0
10:55:09  *
10:55:09  * Contributors:
10:55:09  *     Red Hat, Inc - initial API and implementation
10:55:09  *******************************************************************************/
10:55:09 package test;
10:55:09 public class JavaClass {
10:55:09 
10:55:09 	public JavaClass() {
10:55:09 		System.out.println("");
10:55:09 	}
10:55:09 
10:55:09 }
10:55:09  TooltipText=null
10:55:09 14:55:09.128 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:09 14:55:09.128 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:09 14:55:09.128 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:09 14:55:09.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:09 14:55:09.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:09 14:55:09.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:09 14:55:09.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:09 14:55:09.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:09 14:55:09.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:09 14:55:09.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:09 14:55:09.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:09 14:55:09.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:09 14:55:09.183 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:09 14:55:09.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:09 14:55:09.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:09 14:55:09.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:09 14:55:09.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:09 14:55:09.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:09 14:55:09.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:09 14:55:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:09 14:55:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:09 14:55:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:09 14:55:09.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:09 14:55:09.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:09 14:55:09.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:09 14:55:09.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:09 14:55:09.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:09 14:55:09.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:09 14:55:09.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:09 14:55:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:09 14:55:09.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:09 14:55:09.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:09 14:55:09.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:10 14:55:10.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:10 14:55:10.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:10 14:55:10.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:10 14:55:10.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:10 14:55:10.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:10 14:55:10.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:10 14:55:10.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:10 14:55:10.189 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:10 14:55:10.189 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:10 14:55:10.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:10 14:55:10.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:10 14:55:10.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:10 14:55:10.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:10 14:55:10.191 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:10 14:55:10.191 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:10 14:55:10.191 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:10 14:55:10.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:10 14:55:10.197 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:10 14:55:10.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:10 14:55:10.197 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:10 14:55:10.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:10 14:55:10.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:10 14:55:10.201 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:10 14:55:10.201 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:10 14:55:10.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7963aeb8 is found...
10:55:10 14:55:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7963aeb8 is found finished successfully
10:55:10 14:55:10.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:10 14:55:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:10 14:55:10.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:10 14:55:10.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:10 package test;
10:55:10 public class JavaClass {
10:55:10 
10:55:10 	public JavaClass() {
10:55:10 		System.out.println("");
10:55:10 	}
10:55:10 
10:55:10 }
10:55:10  TooltipText=null
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:10 package test;
10:55:10 public class JavaClass {
10:55:10 
10:55:10 	public JavaClass() {
10:55:10 		System.out.println("");
10:55:10 	}
10:55:10 
10:55:10 }
10:55:10  TooltipText=null
10:55:10 14:55:10.283 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:10 14:55:10.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:10 package test;
10:55:10 public class JavaClass {
10:55:10 
10:55:10 	public JavaClass() {
10:55:10 		System.out.println("");
10:55:10 	}
10:55:10 
10:55:10 }
10:55:10  TooltipText=null
10:55:10 14:55:10.290 INFO [WorkbenchTestable][Keyboard] Type text "testtext"
10:55:10 14:55:10.297 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:10 14:55:10.297 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:55:10 14:55:10.898 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:10 14:55:10.898 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:55:11 14:55:11.500 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:11 14:55:11.500 INFO [WorkbenchTestable][Keyboard]     As char:s, as int:115
10:55:12 14:55:12.102 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:12 14:55:12.102 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:55:12 14:55:12.703 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:12 14:55:12.703 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:55:13 14:55:13.304 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:13 14:55:13.304 INFO [WorkbenchTestable][Keyboard]     As char:e, as int:101
10:55:13 14:55:13.905 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:13 14:55:13.905 INFO [WorkbenchTestable][Keyboard]     As char:x, as int:120
10:55:14 14:55:14.507 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:14 14:55:14.507 INFO [WorkbenchTestable][Keyboard]     As char:t, as int:116
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:15  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:15  * This program and the accompanying materials are made available under the
10:55:15  * terms of the Eclipse Public License 2.0 which is available at
10:55:15  * http://www.eclipse.org/legal/epl-2.0.
10:55:15  *
10:55:15  * SPDX-License-Identifier: EPL-2.0
10:55:15  *
10:55:15  * Contributors:
10:55:15  *     Red Hat, Inc - initial API and implementation
10:55:15  *******************************************************************************/
10:55:15 package test;testtext
10:55:15 public class JavaClass {
10:55:15 
10:55:15 	public JavaClass() {
10:55:15 		System.out.println("");
10:55:15 	}
10:55:15 
10:55:15 }
10:55:15  TooltipText=null
10:55:15 14:55:15.109 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:15 14:55:15.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:15 14:55:15.110 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Item match:File
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:''
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:''
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:15 14:55:15.110 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:15 14:55:15.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:15 14:55:15.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:15 14:55:15.110 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:15 14:55:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:15 14:55:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:15 14:55:15.130 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:15 14:55:15.130 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:15  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:15  * This program and the accompanying materials are made available under the
10:55:15  * terms of the Eclipse Public License 2.0 which is available at
10:55:15  * http://www.eclipse.org/legal/epl-2.0.
10:55:15  *
10:55:15  * SPDX-License-Identifier: EPL-2.0
10:55:15  *
10:55:15  * Contributors:
10:55:15  *     Red Hat, Inc - initial API and implementation
10:55:15  *******************************************************************************/
10:55:15 package test;testtext
10:55:15 public class JavaClass {
10:55:15 
10:55:15 	public JavaClass() {
10:55:15 		System.out.println("");
10:55:15 	}
10:55:15 
10:55:15 }
10:55:15  TooltipText=null
10:55:15 14:55:15.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:15 14:55:15.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:15 14:55:15.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:15 14:55:15.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:15 14:55:15.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:15 14:55:15.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:15 14:55:15.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:15 14:55:15.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:15 14:55:15.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:15 14:55:15.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')
10:55:15 14:55:15.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:15 14:55:15.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:15 14:55:15.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:15 14:55:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:15 14:55:15.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:15 14:55:15.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:15 14:55:15.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:15 14:55:15.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:15 14:55:15.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:15 14:55:15.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:15 14:55:15.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:15 14:55:15.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:15 14:55:15.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:15 14:55:15.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:15 14:55:15.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:15 14:55:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:15 14:55:15.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:15 14:55:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:15 14:55:15.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:15 14:55:15.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:15 14:55:15.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:15 14:55:15.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:16 14:55:16.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:16 14:55:16.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:16 14:55:16.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:16 14:55:16.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:16 14:55:16.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:16 14:55:16.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:16 14:55:16.143 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:16 14:55:16.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:16 14:55:16.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:16 14:55:16.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:16 14:55:16.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:16 14:55:16.144 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:16 14:55:16.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:16 14:55:16.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:16 14:55:16.148 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:16 14:55:16.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:16 14:55:16.148 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:16 14:55:16.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:16 14:55:16.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:16 14:55:16.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:16 14:55:16.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:16 14:55:16.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41799e82 is found...
10:55:16 14:55:16.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@41799e82 is found finished successfully
10:55:16 14:55:16.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')
10:55:16 14:55:16.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:16 14:55:16.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:16 14:55:16.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:16 14:55:16.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:16 14:55:16.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:16  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:16  * This program and the accompanying materials are made available under the
10:55:16  * terms of the Eclipse Public License 2.0 which is available at
10:55:16  * http://www.eclipse.org/legal/epl-2.0.
10:55:16  *
10:55:16  * SPDX-License-Identifier: EPL-2.0
10:55:16  *
10:55:16  * Contributors:
10:55:16  *     Red Hat, Inc - initial API and implementation
10:55:16  *******************************************************************************/
10:55:16 package test;testtext
10:55:16 public class JavaClass {
10:55:16 
10:55:16 	public JavaClass() {
10:55:16 		System.out.println("");
10:55:16 	}
10:55:16 
10:55:16 }
10:55:16  TooltipText=null
10:55:16 14:55:16.178 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:16 14:55:16.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:16  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:16  * This program and the accompanying materials are made available under the
10:55:16  * terms of the Eclipse Public License 2.0 which is available at
10:55:16  * http://www.eclipse.org/legal/epl-2.0.
10:55:16  *
10:55:16  * SPDX-License-Identifier: EPL-2.0
10:55:16  *
10:55:16  * Contributors:
10:55:16  *     Red Hat, Inc - initial API and implementation
10:55:16  *******************************************************************************/
10:55:16 package test;
10:55:16 public class JavaClass {
10:55:16 
10:55:16 	public JavaClass() {
10:55:16 		System.out.println("");
10:55:16 	}
10:55:16 
10:55:16 }
10:55:16  TooltipText=null
10:55:16 14:55:16.184 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:16 14:55:16.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:16 14:55:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:16 14:55:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:16 14:55:16.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:16 14:55:16.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:16 14:55:16.185 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:16 14:55:16.185 DEBUG [main][MenuItemLookup] Item match:File
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:''
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:''
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:16 14:55:16.186 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:16 14:55:16.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:16 14:55:16.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:16 14:55:16.186 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:16 14:55:16.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:16 14:55:16.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:16 14:55:16.212 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.212 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:16  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:16  * This program and the accompanying materials are made available under the
10:55:16  * terms of the Eclipse Public License 2.0 which is available at
10:55:16  * http://www.eclipse.org/legal/epl-2.0.
10:55:16  *
10:55:16  * SPDX-License-Identifier: EPL-2.0
10:55:16  *
10:55:16  * Contributors:
10:55:16  *     Red Hat, Inc - initial API and implementation
10:55:16  *******************************************************************************/
10:55:16 package test;
10:55:16 public class JavaClass {
10:55:16 
10:55:16 	public JavaClass() {
10:55:16 		System.out.println("");
10:55:16 	}
10:55:16 
10:55:16 }
10:55:16  TooltipText=null
10:55:16 14:55:16.212 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:16 14:55:16.212 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:16 14:55:16.212 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:16 14:55:16.263 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:16 14:55:16.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:16 14:55:16.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:16 14:55:16.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:16 14:55:16.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:16 14:55:16.264 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:16 14:55:16.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:16 14:55:16.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:16 14:55:16.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:16 14:55:16.265 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:16 14:55:16.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:16 14:55:16.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:16 14:55:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:16 14:55:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:16 14:55:16.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:16 14:55:16.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:16 14:55:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:16 14:55:16.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:16 14:55:16.267 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:16 14:55:16.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:16 14:55:16.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:16 14:55:16.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:16 14:55:16.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:16 14:55:16.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:16 14:55:16.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:16 14:55:16.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:16 14:55:16.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:16 14:55:16.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:16 14:55:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:16 14:55:16.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:16 14:55:16.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:16 14:55:16.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:17 14:55:17.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:17 14:55:17.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:17 14:55:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:17 14:55:17.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:17 14:55:17.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:17 14:55:17.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
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:17 14:55:17.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:17 14:55:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:17 14:55:17.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:17 14:55:17.273 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:17 14:55:17.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:17 14:55:17.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:17 14:55:17.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:17 14:55:17.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:17 14:55:17.273 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:17 14:55:17.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:17 14:55:17.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:17 14:55:17.278 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:17 14:55:17.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:17 14:55:17.278 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:17 14:55:17.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:17 14:55:17.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:17 14:55:17.282 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:17 14:55:17.282 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:17 14:55:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b807a77 is found...
10:55:17 14:55:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1b807a77 is found finished successfully
10:55:17 14:55:17.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')
10:55:17 14:55:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:17 14:55:17.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:17 14:55:17.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:17 14:55:17.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:17 14:55:17.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:17 14:55:17.362 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:17 14:55:17.363 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:17 package test;
10:55:17 public class JavaClass {
10:55:17 
10:55:17 	public JavaClass() {
10:55:17 		System.out.println("");
10:55:17 	}
10:55:17 
10:55:17 }
10:55:17  TooltipText=null
10:55:17 14:55:17.363 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0]
10:55:17 14:55:17.369 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right
10:55:17 14:55:17.369 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072
10:55:17 14:55:17.576 INFO [WorkbenchTestable][Keyboard] Move cursor
10:55:17 14:55:17.776 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:17 14:55:17.776 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:17 14:55:17.977 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:18 14:55:18.380 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:18 14:55:18.380 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:18 14:55:18.580 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:18 14:55:18.985 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:18 14:55:18.985 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:19 14:55:19.185 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:19 14:55:19.587 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:19 14:55:19.587 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:19 14:55:19.788 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:20 14:55:20.190 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:20 14:55:20.190 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:20 14:55:20.390 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:20 14:55:20.792 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:20 14:55:20.792 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:20 14:55:20.993 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:21 14:55:21.395 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:21 14:55:21.395 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:21 14:55:21.596 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:21 14:55:21.998 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:21 14:55:21.998 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:22 14:55:22.198 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:22 14:55:22.600 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:22 14:55:22.600 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:22 14:55:22.801 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:23 14:55:23.203 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:23 14:55:23.203 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:23 14:55:23.404 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:23 14:55:23.805 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:23 14:55:23.805 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:24 14:55:24.006 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:24 14:55:24.409 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:24 14:55:24.409 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:24 14:55:24.610 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:25 14:55:25.012 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:25 14:55:25.012 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:25 14:55:25.212 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:25 14:55:25.614 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:25 14:55:25.614 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:25 14:55:25.815 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:26 14:55:26.217 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220
10:55:26 14:55:26.217 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220
10:55:26 14:55:26.417 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220
10:55:26 14:55:26.619 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072
10:55:26 14:55:26.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:26 14:55:26.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:26 14:55:26.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:26 14:55:26.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:26 14:55:26.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:26 14:55:26.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:26 14:55:26.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:26 14:55:26.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:26 14:55:26.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:26 14:55:26.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:26 14:55:26.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:26 14:55:26.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:26 14:55:26.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:26 14:55:26.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:26 14:55:26.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:26 14:55:26.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:26 14:55:26.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:26 14:55:26.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:26 14:55:26.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:26 14:55:26.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:26 14:55:26.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:26 14:55:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:26 14:55:26.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:26 14:55:26.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:27 14:55:27.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:27 14:55:27.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:27 14:55:27.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:27 14:55:27.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:27 14:55:27.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:27 14:55:27.832 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:27 14:55:27.833 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:27 14:55:27.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:27 14:55:27.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:27 14:55:27.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:27 14:55:27.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:27 14:55:27.833 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:27 14:55:27.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:27 14:55:27.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:27 14:55:27.839 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:27 14:55:27.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:27 14:55:27.839 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:27 14:55:27.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:27 14:55:27.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:27 14:55:27.842 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:27 14:55:27.842 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:27 14:55:27.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38d9214f is found...
10:55:27 14:55:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@38d9214f is found finished successfully
10:55:27 14:55:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:27 14:55:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:27 14:55:27.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:27 14:55:27.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:27 14:55:27.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:27 14:55:27.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:27  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:27  * This program and the accompanying materials are made available under the
10:55:27  * terms of the Eclipse Public License 2.0 which is available at
10:55:27  * http://www.eclipse.org/legal/epl-2.0.
10:55:27  *
10:55:27  * SPDX-License-Identifier: EPL-2.0
10:55:27  *
10:55:27  * Contributors:
10:55:27  *     Red Hat, Inc - initial API and implementation
10:55:27  *******************************************************************************/
10:55:27 package test;
10:55:27 public class JavaClass {
10:55:27 
10:55:27 	public JavaClass() {
10:55:27 		System.out.println("");
10:55:27 	}
10:55:27 
10:55:27 }
10:55:27  TooltipText=null
10:55:27 14:55:27.868 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:27 14:55:27.873 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.873 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:27  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:27  * This program and the accompanying materials are made available under the
10:55:27  * terms of the Eclipse Public License 2.0 which is available at
10:55:27  * http://www.eclipse.org/legal/epl-2.0.
10:55:27  *
10:55:27  * SPDX-License-Identifier: EPL-2.0
10:55:27  *
10:55:27  * Contributors:
10:55:27  *     Red Hat, Inc - initial API and implementation
10:55:27  *******************************************************************************/
10:55:27 package test;
10:55:27 public class JavaClass {
10:55:27 
10:55:27 	public JavaClass() {
10:55:27 		System.out.println("");
10:55:27 	}
10:55:27 
10:55:27 }
10:55:27  TooltipText=null
10:55:27 14:55:27.873 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:27 14:55:27.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:27 14:55:27.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:27 14:55:27.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:27 14:55:27.874 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:27 14:55:27.874 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Item match:File
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:''
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:''
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:27 14:55:27.874 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:27 14:55:27.874 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:27 14:55:27.874 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:27 14:55:27.875 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:27 14:55:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:27 14:55:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:27 14:55:27.896 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.896 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:27  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:27  * This program and the accompanying materials are made available under the
10:55:27  * terms of the Eclipse Public License 2.0 which is available at
10:55:27  * http://www.eclipse.org/legal/epl-2.0.
10:55:27  *
10:55:27  * SPDX-License-Identifier: EPL-2.0
10:55:27  *
10:55:27  * Contributors:
10:55:27  *     Red Hat, Inc - initial API and implementation
10:55:27  *******************************************************************************/
10:55:27 package test;
10:55:27 public class JavaClass {
10:55:27 
10:55:27 	public JavaClass() {
10:55:27 		System.out.println("");
10:55:27 	}
10:55:27 
10:55:27 }
10:55:27  TooltipText=null
10:55:27 14:55:27.896 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:27 14:55:27.896 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:27 14:55:27.896 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:27 14:55:27.937 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:27 14:55:27.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:27 14:55:27.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:27 14:55:27.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:27 14:55:27.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:27 14:55:27.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:27 14:55:27.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:27 14:55:27.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:27 14:55:27.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:27 14:55:27.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:27 14:55:27.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:27 14:55:27.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:27 14:55:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:27 14:55:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:27 14:55:27.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:27 14:55:27.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:27 14:55:27.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:27 14:55:27.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:27 14:55:27.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:27 14:55:27.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:27 14:55:27.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:27 14:55:27.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:27 14:55:27.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:27 14:55:27.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:27 14:55:27.942 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:27 14:55:27.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:27 14:55:27.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:27 14:55:27.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:27 14:55:27.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:27 14:55:27.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:27 14:55:27.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:28 14:55:28.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:28 14:55:28.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:28 14:55:28.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:28 14:55:28.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:28 14:55:28.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:28 14:55:28.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:28 14:55:28.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:28 14:55:28.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:28 14:55:28.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:28 14:55:28.946 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:28 14:55:28.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:28 14:55:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:28 14:55:28.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:28 14:55:28.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:28 14:55:28.947 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:28 14:55:28.947 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:28 14:55:28.947 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:28 14:55:28.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:28 14:55:28.951 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:28 14:55:28.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:28 14:55:28.951 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:28 14:55:28.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:28 14:55:28.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:28 14:55:28.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:28 14:55:28.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:29 14:55:29.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42bf60eb is found...
10:55:29 14:55:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42bf60eb is found finished successfully
10:55:29 14:55:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:29 14:55:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:29 14:55:29.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:29 14:55:29.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:29 14:55:29.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:29 14:55:29.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:29 14:55:29.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:29 package test;
10:55:29 public class JavaClass {
10:55:29 
10:55:29 	public JavaClass() {
10:55:29 		System.out.println("");
10:55:29 	}
10:55:29 
10:55:29 }
10:55:29  TooltipText=null
10:55:29 14:55:29.042 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525
10:55:29 14:55:29.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:29 14:55:29.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:29 14:55:29.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:29 14:55:29.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:29 14:55:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:29 14:55:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:29 14:55:29.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:29 14:55:29.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')
10:55:29 14:55:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:29 14:55:29.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:29 14:55:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:29 14:55:29.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:29 14:55:29.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:29 14:55:29.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:29 14:55:29.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:29 14:55:29.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:29 14:55:29.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:29 14:55:29.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:29 14:55:29.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:29 14:55:29.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:29 14:55:29.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:29 14:55:29.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:29 14:55:29.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:29 14:55:29.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:29 14:55:29.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:29 14:55:29.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:29 14:55:29.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:29 14:55:29.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:30 14:55:30.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:30 14:55:30.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:30 14:55:30.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:30 14:55:30.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:30 14:55:30.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:30 14:55:30.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
10:55:30 14:55:30.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:30 14:55:30.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:30 14:55:30.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:30 14:55:30.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:30 14:55:30.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:30 14:55:30.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:30 14:55:30.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:30 14:55:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:30 14:55:30.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:30 14:55:30.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:30 14:55:30.076 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:30 14:55:30.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:30 14:55:30.079 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:30 14:55:30.079 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:30 14:55:30.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:30 14:55:30.079 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:30 14:55:30.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:30 14:55:30.082 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:30 14:55:30.082 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:30 14:55:30.082 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:30 14:55:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fbf7bb0 is found...
10:55:30 14:55:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fbf7bb0 is found finished successfully
10:55:30 14:55:30.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:30 14:55:30.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:30 14:55:30.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:30 14:55:30.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:30 14:55:30.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:30 14:55:30.108 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.108 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:30 package test;
10:55:30 public static class JavaClass {
10:55:30 
10:55:30 	public JavaClass() {
10:55:30 		System.out.println("");
10:55:30 	}
10:55:30 
10:55:30 }
10:55:30  TooltipText=null
10:55:30 14:55:30.108 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:30 14:55:30.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:30  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:30  * This program and the accompanying materials are made available under the
10:55:30  * terms of the Eclipse Public License 2.0 which is available at
10:55:30  * http://www.eclipse.org/legal/epl-2.0.
10:55:30  *
10:55:30  * SPDX-License-Identifier: EPL-2.0
10:55:30  *
10:55:30  * Contributors:
10:55:30  *     Red Hat, Inc - initial API and implementation
10:55:30  *******************************************************************************/
10:55:30 package test;
10:55:30 public class JavaClass {
10:55:30 
10:55:30 	public JavaClass() {
10:55:30 		System.out.println("");
10:55:30 	}
10:55:30 
10:55:30 }
10:55:30  TooltipText=null
10:55:30 14:55:30.118 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:30 14:55:30.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:30 14:55:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:30 14:55:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:30 14:55:30.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:30 14:55:30.118 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Item match:File
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:''
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:''
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:30 14:55:30.118 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:30 14:55:30.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:30 14:55:30.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:30 14:55:30.119 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:30 14:55:30.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:30 14:55:30.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:30 14:55:30.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.142 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:30  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:30  * This program and the accompanying materials are made available under the
10:55:30  * terms of the Eclipse Public License 2.0 which is available at
10:55:30  * http://www.eclipse.org/legal/epl-2.0.
10:55:30  *
10:55:30  * SPDX-License-Identifier: EPL-2.0
10:55:30  *
10:55:30  * Contributors:
10:55:30  *     Red Hat, Inc - initial API and implementation
10:55:30  *******************************************************************************/
10:55:30 package test;
10:55:30 public class JavaClass {
10:55:30 
10:55:30 	public JavaClass() {
10:55:30 		System.out.println("");
10:55:30 	}
10:55:30 
10:55:30 }
10:55:30  TooltipText=null
10:55:30 14:55:30.142 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:30 14:55:30.142 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:30 14:55:30.142 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:30 14:55:30.219 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:30 14:55:30.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:30 14:55:30.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:30 14:55:30.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:30 14:55:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:30 14:55:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:30 14:55:30.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:30 14:55:30.220 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:30 14:55:30.220 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:30 14:55:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:30 14:55:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:30 14:55:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:30 14:55:30.220 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:30 14:55:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:30 14:55:30.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:30 14:55:30.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:30 14:55:30.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:30 14:55:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:30 14:55:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:30 14:55:30.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:30 14:55:30.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:30 14:55:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:30 14:55:30.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:30 14:55:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:30 14:55:30.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:30 14:55:30.222 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:30 14:55:30.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:30 14:55:30.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:30 14:55:30.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:30 14:55:30.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:30 14:55:30.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:30 14:55:30.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:30 14:55:30.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:30 14:55:30.224 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:30 14:55:30.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:30 14:55:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:30 14:55:30.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:30 14:55:30.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:30 14:55:30.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:30 14:55:30.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:30 14:55:30.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:31 14:55:31.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:31 14:55:31.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:31 14:55:31.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:31 14:55:31.226 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:31 14:55:31.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:31 14:55:31.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:31 14:55:31.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:31 14:55:31.227 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:31 14:55:31.228 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:31 14:55:31.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:31 14:55:31.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:31 14:55:31.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:31 14:55:31.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:31 14:55:31.228 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:31 14:55:31.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:31 14:55:31.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:31 14:55:31.232 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:31 14:55:31.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:31 14:55:31.232 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:31 14:55:31.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:31 14:55:31.235 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:31 14:55:31.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:31 14:55:31.235 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:31 14:55:31.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57f4e3f2 is found...
10:55:31 14:55:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57f4e3f2 is found finished successfully
10:55:31 14:55:31.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:31 14:55:31.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:31 14:55:31.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:31 14:55:31.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:31 14:55:31.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:31 14:55:31.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:31 14:55:31.314 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:31 14:55:31.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:31 package test;
10:55:31 public class JavaClass {
10:55:31 
10:55:31 	public JavaClass() {
10:55:31 		System.out.println("");
10:55:31 	}
10:55:31 
10:55:31 }
10:55:31  TooltipText=null
10:55:31 14:55:31.315 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:31 14:55:31.322 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:31 14:55:31.338 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:31 14:55:31.338 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:31  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:31  * This program and the accompanying materials are made available under the
10:55:31  * terms of the Eclipse Public License 2.0 which is available at
10:55:31  * http://www.eclipse.org/legal/epl-2.0.
10:55:31  *
10:55:31  * SPDX-License-Identifier: EPL-2.0
10:55:31  *
10:55:31  * Contributors:
10:55:31  *     Red Hat, Inc - initial API and implementation
10:55:31  *******************************************************************************/
10:55:31 package test;
10:55:31 public class JavaClass {
10:55:31 
10:55:31 	public JavaClass() {
10:55:31 		SystemX.out.println("");
10:55:31 	}
10:55:31 
10:55:31 }
10:55:31  TooltipText=null
10:55:31 14:55:31.338 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:31 14:55:31.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:31 14:55:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:31 14:55:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:31 14:55:31.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:31 14:55:31.339 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:31 14:55:31.339 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:31 14:55:31.339 DEBUG [main][MenuItemLookup] Item match:File
10:55:31 14:55:31.339 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:''
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:''
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:31 14:55:31.340 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:31 14:55:31.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:31 14:55:31.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:31 14:55:31.340 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:31 14:55:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:31 14:55:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:31 14:55:31.347 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:31 14:55:31.347 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:31  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:31  * This program and the accompanying materials are made available under the
10:55:31  * terms of the Eclipse Public License 2.0 which is available at
10:55:31  * http://www.eclipse.org/legal/epl-2.0.
10:55:31  *
10:55:31  * SPDX-License-Identifier: EPL-2.0
10:55:31  *
10:55:31  * Contributors:
10:55:31  *     Red Hat, Inc - initial API and implementation
10:55:31  *******************************************************************************/
10:55:31 package test;
10:55:31 public class JavaClass {
10:55:31 
10:55:31 	public JavaClass() {
10:55:31 		SystemX.out.println("");
10:55:31 	}
10:55:31 
10:55:31 }
10:55:31  TooltipText=null
10:55:31 14:55:31.347 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:55:32 14:55:32.348 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:32 14:55:32.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:32  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:32  * This program and the accompanying materials are made available under the
10:55:32  * terms of the Eclipse Public License 2.0 which is available at
10:55:32  * http://www.eclipse.org/legal/epl-2.0.
10:55:32  *
10:55:32  * SPDX-License-Identifier: EPL-2.0
10:55:32  *
10:55:32  * Contributors:
10:55:32  *     Red Hat, Inc - initial API and implementation
10:55:32  *******************************************************************************/
10:55:32 package test;
10:55:32 public class JavaClass {
10:55:32 
10:55:32 	public JavaClass() {
10:55:32 		SystemX.out.println("");
10:55:32 	}
10:55:32 
10:55:32 }
10:55:32  TooltipText=null
10:55:32 14:55:32.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:32 14:55:32.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:32 14:55:32.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:32 14:55:32.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:32 14:55:32.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:32 14:55:32.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:32 14:55:32.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:32 14:55:32.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:32 14:55:32.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:32 14:55:32.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:32 14:55:32.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:32 14:55:32.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:32 14:55:32.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:32 14:55:32.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:32 14:55:32.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:32 14:55:32.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:32 14:55:32.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:32 14:55:32.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:32 14:55:32.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:32 14:55:32.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:32 14:55:32.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:32 14:55:32.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:32 14:55:32.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:32 14:55:32.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:32 14:55:32.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:32 14:55:32.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:32 14:55:32.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:32 14:55:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:32 14:55:32.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:32 14:55:32.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:32 14:55:32.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:32 14:55:32.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:33 14:55:33.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:33 14:55:33.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:33 14:55:33.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:33 14:55:33.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:33 14:55:33.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:33 14:55:33.362 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:33 14:55:33.362 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:33 14:55:33.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:33 14:55:33.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:33 14:55:33.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:33 14:55:33.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:33 14:55:33.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:33 14:55:33.363 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:33 14:55:33.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:33 14:55:33.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:33 14:55:33.368 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:33 14:55:33.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:33 14:55:33.368 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:33 14:55:33.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:33 14:55:33.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:33 14:55:33.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:33 14:55:33.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:33 14:55:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2656631a is found...
10:55:33 14:55:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2656631a is found finished successfully
10:55:33 14:55:33.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')
10:55:33 14:55:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:33 14:55:33.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:33 14:55:33.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:33 14:55:33.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:33 14:55:33.397 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.397 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:33  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:33  * This program and the accompanying materials are made available under the
10:55:33  * terms of the Eclipse Public License 2.0 which is available at
10:55:33  * http://www.eclipse.org/legal/epl-2.0.
10:55:33  *
10:55:33  * SPDX-License-Identifier: EPL-2.0
10:55:33  *
10:55:33  * Contributors:
10:55:33  *     Red Hat, Inc - initial API and implementation
10:55:33  *******************************************************************************/
10:55:33 package test;
10:55:33 public class JavaClass {
10:55:33 
10:55:33 	public JavaClass() {
10:55:33 		SystemX.out.println("");
10:55:33 	}
10:55:33 
10:55:33 }
10:55:33  TooltipText=null
10:55:33 14:55:33.397 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:33  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:33  * This program and the accompanying materials are made available under the
10:55:33  * terms of the Eclipse Public License 2.0 which is available at
10:55:33  * http://www.eclipse.org/legal/epl-2.0.
10:55:33  *
10:55:33  * SPDX-License-Identifier: EPL-2.0
10:55:33  *
10:55:33  * Contributors:
10:55:33  *     Red Hat, Inc - initial API and implementation
10:55:33  *******************************************************************************/
10:55:33 package test;
10:55:33 public class JavaClass {
10:55:33 
10:55:33 	public JavaClass() {
10:55:33 		System.out.println("");
10:55:33 	}
10:55:33 
10:55:33 }
10:55:33  TooltipText=null
10:55:33 14:55:33.403 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:33 14:55:33.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:33 14:55:33.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:33 14:55:33.403 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:33 14:55:33.403 DEBUG [main][MenuItemLookup] Item match:File
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:''
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:''
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:33 14:55:33.404 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:33 14:55:33.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:33 14:55:33.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:33 14:55:33.404 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:33 14:55:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:33 14:55:33.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:33 14:55:33.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.428 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:33  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:33  * This program and the accompanying materials are made available under the
10:55:33  * terms of the Eclipse Public License 2.0 which is available at
10:55:33  * http://www.eclipse.org/legal/epl-2.0.
10:55:33  *
10:55:33  * SPDX-License-Identifier: EPL-2.0
10:55:33  *
10:55:33  * Contributors:
10:55:33  *     Red Hat, Inc - initial API and implementation
10:55:33  *******************************************************************************/
10:55:33 package test;
10:55:33 public class JavaClass {
10:55:33 
10:55:33 	public JavaClass() {
10:55:33 		System.out.println("");
10:55:33 	}
10:55:33 
10:55:33 }
10:55:33  TooltipText=null
10:55:33 14:55:33.428 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:33 14:55:33.428 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:33 14:55:33.428 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:33 14:55:33.470 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:33 14:55:33.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:33 14:55:33.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:33 14:55:33.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:33 14:55:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:33 14:55:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:33 14:55:33.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:33 14:55:33.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:33 14:55:33.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:33 14:55:33.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:33 14:55:33.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:33 14:55:33.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:33 14:55:33.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:33 14:55:33.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:33 14:55:33.472 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:33 14:55:33.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:33 14:55:33.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:33 14:55:33.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:33 14:55:33.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:33 14:55:33.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:33 14:55:33.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:33 14:55:33.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:33 14:55:33.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:33 14:55:33.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:33 14:55:33.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:33 14:55:33.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:33 14:55:33.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:33 14:55:33.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:33 14:55:33.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:33 14:55:33.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:33 14:55:33.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:33 14:55:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:33 14:55:33.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:33 14:55:33.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:33 14:55:33.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:34 14:55:34.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:34 14:55:34.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:34 14:55:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:34 14:55:34.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:34 14:55:34.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:34 14:55:34.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:34 14:55:34.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:34 14:55:34.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:34 14:55:34.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:34 14:55:34.479 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:34 14:55:34.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:34 14:55:34.479 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:34 14:55:34.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:34 14:55:34.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:34 14:55:34.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:34 14:55:34.480 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:34 14:55:34.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:34 14:55:34.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:34 14:55:34.483 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:34 14:55:34.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:34 14:55:34.483 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:34 14:55:34.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:34 14:55:34.487 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:34 14:55:34.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:34 14:55:34.488 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:34 14:55:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fd7e703 is found...
10:55:34 14:55:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1fd7e703 is found finished successfully
10:55:34 14:55:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:34 14:55:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:34 14:55:34.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:34 14:55:34.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:34 14:55:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:34 14:55:34.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:34 14:55:34.580 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:34 14:55:34.580 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:34 package test;
10:55:34 public class JavaClass {
10:55:34 
10:55:34 	public JavaClass() {
10:55:34 		System.out.println("");
10:55:34 	}
10:55:34 
10:55:34 }
10:55:34  TooltipText=null
10:55:34 14:55:34.580 INFO [WorkbenchTestable][TextEditor] Select text in editor
10:55:34 /*******************************************************************************
10:55:34  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:34  * This program and the accompanying materials are made available under the
10:55:34  * terms of the Eclipse Public License 2.0 which is available at
10:55:34  * http://www.eclipse.org/legal/epl-2.0.
10:55:34  *
10:55:34  * SPDX-License-Identifier: EPL-2.0
10:55:34  *
10:55:34  * Contributors:
10:55:34  *     Red Hat, Inc - initial API and implementation
10:55:34  *******************************************************************************/
10:55:34 package test;
10:55:34 public class JavaClass {
10:55:34 14:55:34.591 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:34 14:55:34.591 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:34 package test;
10:55:34 public class JavaClass {
10:55:34 
10:55:34 	public JavaClass() {
10:55:34 		System.out.println("");
10:55:34 	}
10:55:34 
10:55:34 }
10:55:34  TooltipText=null
10:55:34 14:55:34.591 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant
10:55:34 14:55:34.591 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds
10:55:35 14:55:35.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:35 14:55:35.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:35 14:55:35.592 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Found menu:'Source'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Found menu:'Refactor'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:55:35 14:55:35.592 DEBUG [main][MenuItemLookup] Item match:Navigate
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Go To'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:''
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration	F3'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy	F4'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy	Ctrl+Alt+H'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink'
10:55:35 14:55:35.593 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink
10:55:35 14:55:35.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k"
10:55:35 14:55:35.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink
10:55:35 14:55:35.593 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k
10:55:35 14:55:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:55:35 14:55:35.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:35 14:55:35.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:35 14:55:35.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:35 14:55:35.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:55:35 14:55:35.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:35 14:55:35.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:35 14:55:35.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:55:35 14:55:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:35 14:55:35.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:35 14:55:35.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:36 14:55:36.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:36 14:55:36.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:36 14:55:36.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:36 14:55:36.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:36 14:55:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:55:36 14:55:36.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:55:36 14:55:36.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:55:36 14:55:36.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:36 14:55:36.635 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:55:36 14:55:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available....
10:55:37 14:55:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown
10:55:37 14:55:37.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:37 14:55:37.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:37 14:55:37.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:37 14:55:37.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:37 14:55:37.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:37 14:55:37.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 '\*?\QProject Explorer\E')
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:37 14:55:37.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:37 14:55:37.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:37 14:55:37.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:37 14:55:37.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:37 14:55:37.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:37 14:55:37.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:37 14:55:37.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:37 14:55:37.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:37 14:55:37.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:37 14:55:37.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:37 14:55:37.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:37 14:55:37.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:37 14:55:37.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:37 14:55:37.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:37 14:55:37.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:37 14:55:37.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:37 14:55:37.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:37 14:55:37.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:37 14:55:37.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:37 14:55:37.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:38 14:55:38.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:40 14:55:38.171 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:38.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:38.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:40 14:55:38.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:40 14:55:38.172 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:38.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:38.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:38.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:40 14:55:38.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:38.173 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:38.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:38.176 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:38.177 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:40 14:55:38.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:38.177 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:38.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:38.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:38.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:40 14:55:38.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:40 14:55:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b017db2 is found...
10:55:40 14:55:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b017db2 is found finished successfully
10:55:40 14:55:38.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:40 14:55:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:38.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:38.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:38.205 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.205 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:38.205 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:40  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40  * This program and the accompanying materials are made available under the
10:55:40  * terms of the Eclipse Public License 2.0 which is available at
10:55:40  * http://www.eclipse.org/legal/epl-2.0.
10:55:40  *
10:55:40  * SPDX-License-Identifier: EPL-2.0
10:55:40  *
10:55:40  * Contributors:
10:55:40  *     Red Hat, Inc - initial API and implementation
10:55:40  *******************************************************************************/
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:38.215 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:40 14:55:38.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:40 14:55:38.215 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:40 14:55:38.215 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:40 14:55:38.215 DEBUG [main][MenuItemLookup] Item match:File
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:''
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:''
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:40 14:55:38.216 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:40 14:55:38.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:40 14:55:38.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:40 14:55:38.216 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:40 14:55:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:40 14:55:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:40 14:55:38.237 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.237 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:40  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40  * This program and the accompanying materials are made available under the
10:55:40  * terms of the Eclipse Public License 2.0 which is available at
10:55:40  * http://www.eclipse.org/legal/epl-2.0.
10:55:40  *
10:55:40  * SPDX-License-Identifier: EPL-2.0
10:55:40  *
10:55:40  * Contributors:
10:55:40  *     Red Hat, Inc - initial API and implementation
10:55:40  *******************************************************************************/
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:38.237 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:40 14:55:38.237 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:40 14:55:38.237 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:40 14:55:38.317 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:40 14:55:38.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:40 14:55:38.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:40 14:55:38.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:40 14:55:38.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:40 14:55:38.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:38.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:40 14:55:38.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:38.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:40 14:55:38.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:40 14:55:38.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:38.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:38.320 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:38.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:38.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:40 14:55:38.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:40 14:55:38.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:40 14:55:38.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:38.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:38.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:38.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:38.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:38.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:38.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:38.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:38.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:38.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:38.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:39.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:40 14:55:39.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:39.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:39.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:40 14:55:39.325 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:40 14:55:39.325 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:39.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:39.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:39.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:40 14:55:39.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:39.326 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:39.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:39.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:39.332 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:40 14:55:39.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:39.332 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:39.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:39.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:39.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:40 14:55:39.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:40 14:55:39.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b1af053 is found...
10:55:40 14:55:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b1af053 is found finished successfully
10:55:40 14:55:39.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:40 14:55:39.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:39.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:39.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:39.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:39.436 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:39.436 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:39.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:39.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:40 14:55:39.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:39.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:39.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:39.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:39.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:39.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:39.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:39.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:39.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:39.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:39.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:39.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:39.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:39.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:39.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:39.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:39.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:39.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:40.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:40 14:55:40.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:40 14:55:40.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:40.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:40.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:40 14:55:40.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:40 14:55:40.464 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:40.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:40.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:40 14:55:40.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:40 14:55:40.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:40.465 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:40.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:40.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:40.468 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:40 14:55:40.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:40 14:55:40.468 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:40 14:55:40.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:40 14:55:40.471 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:40 14:55:40.471 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:40 14:55:40.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:40 14:55:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ec10699 is found...
10:55:40 14:55:40.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ec10699 is found finished successfully
10:55:40 14:55:40.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:40 14:55:40.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:40.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:40.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:40.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:40.495 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.495 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:40.495 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:40  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40  * This program and the accompanying materials are made available under the
10:55:40  * terms of the Eclipse Public License 2.0 which is available at
10:55:40  * http://www.eclipse.org/legal/epl-2.0.
10:55:40  *
10:55:40  * SPDX-License-Identifier: EPL-2.0
10:55:40  *
10:55:40  * Contributors:
10:55:40  *     Red Hat, Inc - initial API and implementation
10:55:40  *******************************************************************************/
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:40.504 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:40 14:55:40.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:40 14:55:40.504 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:40 14:55:40.504 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:40 14:55:40.504 DEBUG [main][MenuItemLookup] Item match:File
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:''
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:''
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:40 14:55:40.505 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:40 14:55:40.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:40 14:55:40.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:40 14:55:40.505 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:40 14:55:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:40 14:55:40.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:40 14:55:40.526 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.526 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:40  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:40  * This program and the accompanying materials are made available under the
10:55:40  * terms of the Eclipse Public License 2.0 which is available at
10:55:40  * http://www.eclipse.org/legal/epl-2.0.
10:55:40  *
10:55:40  * SPDX-License-Identifier: EPL-2.0
10:55:40  *
10:55:40  * Contributors:
10:55:40  *     Red Hat, Inc - initial API and implementation
10:55:40  *******************************************************************************/
10:55:40 package test;
10:55:40 public class JavaClass {
10:55:40 
10:55:40 	public JavaClass() {
10:55:40 		System.out.println("");
10:55:40 	}
10:55:40 
10:55:40 }
10:55:40  TooltipText=null
10:55:40 14:55:40.526 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:40 14:55:40.526 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:40 14:55:40.526 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:40 14:55:40.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:40 14:55:40.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:40 14:55:40.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:40 14:55:40.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:40 14:55:40.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:40.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:40 14:55:40.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:40.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:40.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:40 14:55:40.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:40 14:55:40.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:40.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:40 14:55:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:40 14:55:40.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:40 14:55:40.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:40.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:40.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:40.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:40 14:55:40.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:40 14:55:40.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:40 14:55:40.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:40 14:55:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:40 14:55:40.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:40 14:55:40.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:41 14:55:41.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:41 14:55:41.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:41 14:55:41.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:41 14:55:41.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:41 14:55:41.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:41 14:55:41.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:41 14:55:41.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:41 14:55:41.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
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:41 14:55:41.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:41 14:55:41.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:41 14:55:41.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:41 14:55:41.586 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:41 14:55:41.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:41 14:55:41.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:41 14:55:41.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:41 14:55:41.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:41 14:55:41.586 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:41 14:55:41.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:41 14:55:41.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:41 14:55:41.592 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:41 14:55:41.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:41 14:55:41.592 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:41 14:55:41.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:41 14:55:41.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:41 14:55:41.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:41 14:55:41.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:41 14:55:41.669 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:41 14:55:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:41 14:55:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8e0fbd is found...
10:55:41 14:55:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e8e0fbd is found finished successfully
10:55:41 14:55:41.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:41 14:55:41.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:41 14:55:41.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:41 14:55:41.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:41 14:55:41.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:41 14:55:41.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:41 14:55:41.675 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:41 14:55:41.675 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:41 package test;
10:55:41 public class JavaClass {
10:55:41 
10:55:41 	public JavaClass() {
10:55:41 		System.out.println("");
10:55:41 	}
10:55:41 
10:55:41 }
10:55:41  TooltipText=null
10:55:41 14:55:41.675 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:55:41 14:55:41.675 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:55:41 14:55:41.875 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:55:42 14:55:42.077 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:55:42 14:55:42.077 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:55:42 14:55:42.278 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:55:42 14:55:42.480 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:55:42 14:55:42.480 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:55:42 14:55:42.681 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:55:42 14:55:42.883 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218
10:55:42 14:55:42.883 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218
10:55:43 14:55:43.084 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218
10:55:43 14:55:43.286 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:43 14:55:43.286 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:55:43 14:55:43.486 INFO [WorkbenchTestable][Keyboard]     As char:-, as int:16777261
10:55:44 14:55:44.488 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor
10:55:44 14:55:44.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:44 14:55:44.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:44 14:55:44.497 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:44 14:55:44.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:44 14:55:44.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:44 14:55:44.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:44 14:55:44.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:44 14:55:44.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:44 14:55:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:44 14:55:44.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:44 14:55:44.499 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:44 14:55:44.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:44 14:55:44.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:44 14:55:44.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:44 14:55:44.506 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:44 14:55:44.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:44 14:55:44.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:44 14:55:44.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:44 14:55:44.506 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:44 14:55:44.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:44 14:55:44.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:44 14:55:44.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:44 14:55:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:44 14:55:44.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:44 14:55:44.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:45 14:55:45.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:45 14:55:45.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:45 14:55:45.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:45 14:55:45.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:45 14:55:45.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:45 14:55:45.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:45 14:55:45.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:45 14:55:45.510 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer'
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed
10:55:45 14:55:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:45 14:55:45.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:45 14:55:45.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:45 14:55:45.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test
10:55:45 14:55:45.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:45 14:55:45.511 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:45 14:55:45.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:45 14:55:45.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:45 14:55:45.514 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java
10:55:45 14:55:45.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java
10:55:45 14:55:45.514 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java
10:55:45 14:55:45.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection
10:55:45 14:55:45.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java
10:55:45 14:55:45.517 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event
10:55:45 14:55:45.518 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event
10:55:45 14:55:45.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull
10:55:45 14:55:45.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:45 14:55:45.539 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Decoration Calculation' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Requesting Java AST from selection' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dd207e5 is found...
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4dd207e5 is found finished successfully
10:55:45 14:55:45.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E')
10:55:45 14:55:45.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:45 14:55:45.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:45 14:55:45.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:45 14:55:45.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:45 14:55:45.542 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.542 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others.
10:55:45 package test;
10:55:45 public class JavaClass {
10:55:45 
10:55:45 	public JavaClass() {
10:55:45 		System.out.println("");
10:55:45 	}
10:55:45 
10:55:45 }
10:55:45  TooltipText=null
10:55:45 14:55:45.542 INFO [WorkbenchTestable][TextEditor] Set text to editor
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:45  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:45  * This program and the accompanying materials are made available under the
10:55:45  * terms of the Eclipse Public License 2.0 which is available at
10:55:45  * http://www.eclipse.org/legal/epl-2.0.
10:55:45  *
10:55:45  * SPDX-License-Identifier: EPL-2.0
10:55:45  *
10:55:45  * Contributors:
10:55:45  *     Red Hat, Inc - initial API and implementation
10:55:45  *******************************************************************************/
10:55:45 package test;
10:55:45 public class JavaClass {
10:55:45 
10:55:45 	public JavaClass() {
10:55:45 		System.out.println("");
10:55:45 	}
10:55:45 
10:55:45 }
10:55:45  TooltipText=null
10:55:45 14:55:45.552 INFO [WorkbenchTestable][AbstractEditor] Save editor
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:45 14:55:45.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:45 14:55:45.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform'
10:55:45 14:55:45.552 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:45 14:55:45.552 DEBUG [main][MenuItemLookup] Item match:File
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:''
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:''
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:55:45 14:55:45.553 DEBUG [main][MenuItemLookup] Item match:Save	Ctrl+S
10:55:45 14:55:45.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save	Ctrl+S"
10:55:45 14:55:45.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save	Ctrl+S
10:55:45 14:55:45.553 INFO [main][MenuItemHandler] Select menu item: &Save	Ctrl+S
10:55:45 14:55:45.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty...
10:55:45 14:55:45.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully
10:55:45 14:55:45.574 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.574 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/*******************************************************************************
10:55:45  * Copyright (c) 2017 Red Hat, Inc and others.
10:55:45  * This program and the accompanying materials are made available under the
10:55:45  * terms of the Eclipse Public License 2.0 which is available at
10:55:45  * http://www.eclipse.org/legal/epl-2.0.
10:55:45  *
10:55:45  * SPDX-License-Identifier: EPL-2.0
10:55:45  *
10:55:45  * Contributors:
10:55:45  *     Red Hat, Inc - initial API and implementation
10:55:45  *******************************************************************************/
10:55:45 package test;
10:55:45 public class JavaClass {
10:55:45 
10:55:45 	public JavaClass() {
10:55:45 		System.out.println("");
10:55:45 	}
10:55:45 
10:55:45 }
10:55:45  TooltipText=null
10:55:45 14:55:45.574 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:45 14:55:45.574 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:45 14:55:45.574 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java
10:55:45 14:55:45.632 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed
10:55:45 14:55:45.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:45 14:55:45.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:45 14:55:45.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:45 14:55:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:45 14:55:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:45 14:55:45.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)
10:55:45 14:55:45.632 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:45 14:55:45.633 DEBUG [main][EditorHandler] 0 editor(s) found
10:55:45 14:55:45.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:45 14:55:45.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:45 14:55:45.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:45 14:55:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:45 14:55:45.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:45 14:55:45.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:45 14:55:45.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:45 14:55:45.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:45 14:55:45.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:45 14:55:45.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:45 14:55:45.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:45 14:55:45.637 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:45 14:55:45.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:45 14:55:45.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:45 14:55:45.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:45 14:55:45.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:45 14:55:45.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:45 14:55:45.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:46 14:55:46.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:46 14:55:46.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:46 14:55:46.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:46 14:55:46.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:46 14:55:46.639 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:46 14:55:46.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:46 14:55:46.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:46 14:55:46.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:46 14:55:46.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:46 14:55:46.640 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:46 14:55:46.640 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:46 14:55:46.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:46 14:55:46.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:46 14:55:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:46 14:55:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:46 14:55:46.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:46 14:55:46.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:46 14:55:46.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:47 14:55:47.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:47 14:55:47.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:47 14:55:47.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:47 14:55:47.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:47 14:55:47.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:47 14:55:47.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:47 14:55:47.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:47 14:55:47.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:47 14:55:47.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:47 14:55:47.642 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject
10:55:47 14:55:47.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:47 14:55:47.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:47 14:55:47.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:47 14:55:47.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:47 14:55:47.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:47 14:55:47.643 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:55:47 14:55:47.643 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:55:47 14:55:47.643 DEBUG [main][TreeItemHandler] Set Tree selection
10:55:47 14:55:47.643 DEBUG [main][TreeHandler] Notify Tree about selection event
10:55:47 14:55:47.646 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:55:47 14:55:47.647 DEBUG [WorkbenchTestable][TreeItemHandler]   testProject
10:55:47 14:55:47.647 DEBUG [WorkbenchTestable][TreeItemHandler]   TextEditorTestProject
10:55:47 14:55:47.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:55:47 14:55:47.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'New'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:''
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:''
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Build Path'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Source	Shift+Alt+S'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:''
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:''
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:55:47 14:55:47.670 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
10:55:47 14:55:47.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
10:55:47 14:55:47.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
10:55:47 14:55:47.670 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
10:55:47 14:55:47.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:47 14:55:47.671 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
10:55:48 14:55:48.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:55:48 14:55:48.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:48 14:55:48.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:48 14:55:48.171 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:48 14:55:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:48 14:55:48.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:55:48 14:55:48.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:'New'
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:''
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:''
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:48 14:55:48.186 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name'
10:55:48 14:55:48.187 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:48 14:55:48.187 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:48 14:55:48.187 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
10:55:48 14:55:48.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
10:55:48 14:55:48.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
10:55:48 14:55:48.187 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
10:55:48 14:55:48.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
10:55:48 
10:55:48 (Eclipse:1068): Gtk-CRITICAL **: 14:55:48.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
10:55:48 
10:55:48 (Eclipse:1068): Gtk-CRITICAL **: 14:55:48.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
10:55:48 
10:55:48 (Eclipse:1068): Gtk-CRITICAL **: 14:55:48.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
10:55:48 
10:55:48 (Eclipse:1068): Gtk-CRITICAL **: 14:55:48.257: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
10:55:48 14:55:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully
10:55:48 14:55:48.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
10:55:48 14:55:48.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:48 14:55:48.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:48 14:55:48.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:48 14:55:48.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:48 14:55:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:48 14:55:48.763 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
10:55:48 14:55:48.763 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
10:55:48 14:55:48.764 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:48 14:55:48.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:48 14:55:48.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:48 14:55:48.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 "OK")
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:48 14:55:48.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:48 14:55:48.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:48 14:55:48.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:48 14:55:48.764 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:55:48 14:55:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:48 14:55:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:48 14:55:48.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:48 14:55:48.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:48 14:55:48.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
10:55:48 14:55:48.767 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:49 14:55:49.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:49 14:55:49.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:49 14:55:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:49 14:55:49.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:49 14:55:49.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:49 14:55:49.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:49 14:55:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:49 14:55:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:49 Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 135.425 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest
10:55:49 setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 7.155 s
10:55:49 getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.337 s
10:55:49 notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 1.866 s
10:55:49 insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.335 s
10:55:49 selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.135 s
10:55:49 selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.09 s
10:55:49 getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.329 s
10:55:49 getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.275 s
10:55:49 insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.282 s
10:55:49 contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.501 s
10:55:49 openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.502 s
10:55:49 getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.595 s
10:55:49 getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.261 s
10:55:49 getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.367 s
10:55:49 closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.876 s
10:55:49 quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.513 s
10:55:49 getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.115 s
10:55:49 selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.066 s
10:55:49 testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.256 s
10:55:49 openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.334 s
10:55:49 insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.257 s
10:55:49 getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 1.547 s
10:55:49 insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.254 s
10:55:49 closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.308 s
10:55:49 setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 7.082 s
10:55:49 getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 11.674 s
10:55:49 insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.282 s
10:55:49 getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 3.251 s
10:55:49 closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 4.847 s
10:55:49 getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 2.26 s
10:55:49 selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest)  Time elapsed: 5.054 s
10:55:49 Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:49 14:55:49.276 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:49 14:55:49.277 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:55:49 14:55:49.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:49 14:55:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:49 14:55:49.278 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Item match:Window
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:55:49 14:55:49.278 DEBUG [main][MenuItemLookup] Item match:Preferences
10:55:49 14:55:49.278 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:55:49 14:55:49.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:55:49 14:55:49.278 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:55:49 14:55:49.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:55:49 14:55:49.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:55:49 14:55:49.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.335 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:49 14:55:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:55:49 14:55:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:55:49 14:55:49.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:55:49 14:55:49.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:49 14:55:49.338 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:55:49 14:55:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:49 14:55:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:49 14:55:49.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:49 14:55:49.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:49 14:55:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:55:49 14:55:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:55:49 14:55:49.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:49 14:55:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.350 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:49 14:55:49.350 DEBUG [main][EditorHandler] 0 editor(s) found
10:55:49 14:55:49.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:49 14:55:49.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:49 14:55:49.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:49 14:55:49.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:49 14:55:49.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:49 14:55:49.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:49 14:55:49.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:49 14:55:49.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:49 14:55:49.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:49 14:55:49.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:55:49 To add a project: TooltipText=null
10:55:49 14:55:49.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:49 14:55:49.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:49 14:55:49.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:49 14:55:49.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:55:49 To add a project: TooltipText=null
10:55:49 14:55:49.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:49 14:55:49.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:49 14:55:49.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:49 14:55:49.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace.
10:55:49 To add a project: TooltipText=null
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:55:49 14:55:49.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"]
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:49 14:55:49.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:55:49 14:55:49.364 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:49 14:55:49.364 DEBUG [main][MenuItemLookup] Item match:File
10:55:49 14:55:49.365 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:49 14:55:49.365 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:55:49 14:55:49.366 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:55:49 14:55:49.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:55:49 14:55:49.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:55:49 14:55:49.366 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:55:49 14:55:49.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:55:49 14:55:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:55:49 14:55:49.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:55:49 14:55:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.409 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:49 14:55:49.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:55:49 14:55:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:49 14:55:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:55:49 14:55:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:49 14:55:49.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:49 14:55:49.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:49 14:55:49.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project
10:55:49 14:55:49.411 DEBUG [main][TreeItemHandler] Selecting tree item: Project
10:55:49 14:55:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection
10:55:49 14:55:49.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project
10:55:49 14:55:49.413 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:49 14:55:49.413 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:55:49 14:55:49.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:55:49 14:55:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:49 14:55:49.415 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:55:49 14:55:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:49 14:55:49.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:49 14:55:49.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:49 14:55:49.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:49 14:55:49.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available....
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.432 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project'
10:55:49 14:55:49.432 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:
10:55:49 is "Project name:")
10:55:49 14:55:49.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:55:49 14:55:49.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:55:49 14:55:49.434 INFO [WorkbenchTestable][AbstractText] Text set to: project
10:55:49 14:55:49.435 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed
10:55:49 14:55:49.435 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard
10:55:49 14:55:49.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:55:49 14:55:49.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:49 14:55:49.436 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:55:49 14:55:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:49 14:55:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:49 14:55:49.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:49 14:55:49.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:49 14:55:49.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Update for Decoration Completion' is a system job, skipped
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Change cursor' is a system job, skipped
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:49 14:55:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:55:49 14:55:49.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"]
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:49 14:55:49.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:55:49 14:55:49.941 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:49 14:55:49.941 DEBUG [main][MenuItemLookup] Item match:File
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:''
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:55:49 14:55:49.942 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:55:49 14:55:49.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:55:49 14:55:49.943 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:55:49 14:55:49.943 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:55:49 14:55:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:55:49 14:55:49.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:55:49 14:55:49.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:49 14:55:49.985 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:49 14:55:49.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:55:49 14:55:49.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:55:49 14:55:49.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:55:49 14:55:49.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File
10:55:49 14:55:49.986 DEBUG [main][TreeItemHandler] Selecting tree item: File
10:55:49 14:55:49.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection
10:55:49 14:55:49.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File
10:55:49 14:55:49.989 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:55:49 14:55:49.989 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:55:49 14:55:49.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:55:49 14:55:49.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:49 14:55:49.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:49 14:55:49.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:49 14:55:49.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:49 14:55:49.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:49 14:55:49.992 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:55:49 14:55:49.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:49 14:55:49.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:50 14:55:49.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:50 14:55:49.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:50 14:55:50.011 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available....
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:50 14:55:50.012 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:55:50 14:55:50.012 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:
10:55:50 is "Enter or select the parent folder:")
10:55:50 14:55:50.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:50 14:55:50.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:50 14:55:50.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:50 14:55:50.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:50 14:55:50.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:55:50 14:55:50.013 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:55:50 14:55:50.014 INFO [WorkbenchTestable][AbstractText] Text set to: project/
10:55:50 14:55:50.018 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:
10:55:50 is "File name:")
10:55:50 14:55:50.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:50 14:55:50.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:50 14:55:50.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:50 14:55:50.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:50 14:55:50.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:55:50 14:55:50.020 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:55:50 14:55:50.021 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca
10:55:50 14:55:50.022 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed
10:55:50 14:55:50.022 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard
10:55:50 14:55:50.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:55:50 14:55:50.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:50 14:55:50.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:50 14:55:50.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:50 14:55:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:50 14:55:50.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:50 14:55:50.024 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:55:50 14:55:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:50 14:55:50.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:50 14:55:50.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:50 14:55:50.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:50 14:55:50.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Java problems decoration calculation...' is a system job, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Initializing Quick Diff' is a system job, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Building' is not running, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E')
10:55:50 14:55:50.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:50 14:55:50.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:50 14:55:50.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:50 14:55:50.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:50 14:55:50.536 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform'
10:55:50 14:55:50.536 DEBUG [main][MenuItemLookup] Found menu:'File'
10:55:50 14:55:50.536 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:55:50 14:55:50.536 DEBUG [main][MenuItemLookup] Item match:Edit
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Undo	Ctrl+Z'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Redo	Shift+Ctrl+Z'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:''
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Cut	Ctrl+X'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:''
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Select All	Ctrl+A'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection	Shift+Alt+A'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:''
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...	Ctrl+F'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:''
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...'
10:55:50 14:55:50.537 DEBUG [main][MenuItemLookup] Found menu:'Add Task...'
10:55:50 14:55:50.537 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut
10:55:50 14:55:50.537 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 
10:55:50 14:55:50.537 INFO [WorkbenchTestable][Keyboard]     As char:, as int:262144
10:55:50 14:55:50.738 INFO [WorkbenchTestable][Keyboard]     As char: , as int:32
10:55:51 14:55:51.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened...
10:55:51 14:55:51.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified
10:55:51 14:55:51.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:51 14:55:51.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:51 14:55:51.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:51 14:55:51.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:51 14:55:51.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals:
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems...
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][ContentAssistant]   a
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][ContentAssistant]   b
10:55:51 14:55:51.751 DEBUG [WorkbenchTestable][ContentAssistant]   c
10:55:51 14:55:51.751 INFO [WorkbenchTestable][AbstractShell] Close shell 
10:55:51 14:55:51.751 INFO [WorkbenchTestable][ShellHandler] Closing shell ''
10:55:51 14:55:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:55:51 14:55:51.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:55:51 14:55:51.760 TRACE [WorkbenchTestable][EditorHandler] Closing all editors
10:55:51 14:55:51.760 DEBUG [main][EditorHandler] 1 editor(s) found
10:55:51 14:55:51.760 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca
10:55:51 14:55:51.771 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed
10:55:51 14:55:51.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:51 14:55:51.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:51 14:55:51.771 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate.
10:55:51 14:55:51.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:51 14:55:51.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E')
10:55:51 14:55:51.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:51 14:55:51.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:51 14:55:51.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:51 14:55:51.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:51 14:55:51.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:55:51 14:55:51.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:51 14:55:51.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:51 14:55:51.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:51 14:55:51.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:55:51 14:55:51.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:51 14:55:51.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:51 14:55:51.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:51 14:55:51.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:51 14:55:51.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:51 14:55:51.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:51 14:55:51.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:51 14:55:51.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:51 14:55:51.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:51 14:55:51.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:51 14:55:51.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:51 14:55:51.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:51 14:55:51.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:52 14:55:52.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:52 14:55:52.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:52 14:55:52.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:52 14:55:52.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:52 14:55:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:52 14:55:52.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:52 14:55:52.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:52 14:55:52.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:52 14:55:52.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:52 14:55:52.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project
10:55:52 14:55:52.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:52 14:55:52.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:52 14:55:52.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:52 14:55:52.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:52 14:55:52.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:52 14:55:52.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:52 14:55:52.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:53 14:55:53.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:53 14:55:53.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:53 14:55:53.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:53 14:55:53.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:55:53 14:55:53.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown
10:55:53 14:55:53.786 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:53 14:55:53.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:53 14:55:53.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
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:53 14:55:53.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:53 14:55:53.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:53 14:55:53.787 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project
10:55:53 14:55:53.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:53 14:55:53.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text=<unavailable> TooltipText=null
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:53 14:55:53.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:53 14:55:53.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:53 14:55:53.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:55:53 14:55:53.788 INFO [WorkbenchTestable][AbstractTree] Select specified tree items
10:55:53 14:55:53.788 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 
10:55:53 14:55:53.788 DEBUG [main][TreeItemHandler] Set Tree selection
10:55:53 14:55:53.788 DEBUG [main][TreeHandler] Notify Tree about selection event
10:55:53 14:55:53.791 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items:
10:55:53 14:55:53.792 DEBUG [WorkbenchTestable][TreeItemHandler]   project
10:55:53 14:55:53.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:55:53 14:55:53.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'New'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:''
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:''
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:''
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:''
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:55:53 14:55:53.804 DEBUG [main][MenuItemLookup] Item match:Refresh	F5
10:55:53 14:55:53.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh	F5"
10:55:53 14:55:53.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh	F5
10:55:53 14:55:53.806 INFO [main][MenuItemHandler] Select menu item: Re&fresh	F5
10:55:53 14:55:53.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:53 14:55:53.806 DEBUG [WorkbenchTestable][JobIsRunning]   job 'refresh' has no excuses, wait for it
10:55:54 14:55:54.307 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:54 14:55:54.307 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:54 14:55:54.307 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Periodic workspace save.' is a system job, skipped
10:55:54 14:55:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:54 14:55:54.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35
10:55:54 14:55:54.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'New'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'Go Into'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:''
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'Show In	Shift+Alt+W'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:''
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'Copy	Ctrl+C'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'Paste	Ctrl+V'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Found menu:'Delete	Delete'
10:55:54 14:55:54.317 DEBUG [main][MenuItemLookup] Item match:Delete	Delete
10:55:54 14:55:54.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete	Delete"
10:55:54 14:55:54.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete	Delete
10:55:54 14:55:54.317 INFO [main][MenuItemHandler] Select menu item: &Delete	Delete
10:55:54 14:55:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available....
10:55:54 14:55:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully
10:55:54 14:55:54.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources
10:55:54 14:55:54.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32)
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:54 14:55:54.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:54 14:55:54.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:54 14:55:54.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:54 14:55:54.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:54 14:55:54.877 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone)
10:55:54 14:55:54.877 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone)
10:55:54 14:55:54.877 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone)
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:54 14:55:54.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:54 14:55:54.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK")
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:54 14:55:54.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:55:54 14:55:54.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:55:54 14:55:54.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:55:54 14:55:54.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:55:54 14:55:54.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:55:54 14:55:54.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:55:54 14:55:54.878 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:55:54 14:55:54.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:55:54 14:55:54.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:55:54 14:55:54.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:55:54 14:55:54.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:55:54 14:55:54.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available....
10:55:54 14:55:54.881 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed.
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Reporting encoding changes.' is not running, skipped
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Flushing content description cache.' is a system job, skipped
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:55:55 14:55:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:55:55 14:55:55.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer
10:55:55 14:55:55.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:55 14:55:55.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:55 14:55:55.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:55:55 14:55:55.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:55:55 14:55:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:55:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.107 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest
10:55:55 testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest)  Time elapsed: 6.02 s
10:55:55 
10:55:55 Results:
10:55:55 
10:55:55 Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
10:55:55 
10:55:56 [INFO] All tests passed!
10:55:56 [INFO] 
10:55:56 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test ---
10:55:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:55:56 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:55:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:55:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:55:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:55:57 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:55:57 [INFO] 
10:55:57 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >--------
10:55:57 [INFO] Building RedDeer UIForms Test 4.7.0-SNAPSHOT                     [34/58]
10:55:57 [INFO]   from tests/org.eclipse.reddeer.uiforms.test/pom.xml
10:55:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:55:57 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:55:57 [INFO] 
10:55:57 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] Resolving class path of RedDeer UIForms Test...
10:55:57 [INFO] 
10:55:57 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test ---
10:55: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.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*
10:55:57 [INFO] 
10:55:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:55:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin
10:55:57 [INFO] 
10:55:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:55:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [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
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [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
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [INFO] 
10:55:57 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test ---
10:55:57 [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)
10:55:57 [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
10:55:57 [INFO] Command line:
10:55:57 	[/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]
10:55:59 Launching application org.eclipse.ui.ide.workbench...
10:56:01 Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:01 14:56:01.926 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:56:01 14:56:01.928 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
10:56:01 14:56:01.944 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:56:01 14:56:01.946 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
10:56:02 14:56:02.025 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:02 14:56:02.050 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:02 14:56:02.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:02 14:56:02.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:02 14:56:02.057 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
10:56:02 14:56:02.057 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
10:56:02 14:56:02.117 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:56:02 14:56:02.132 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:02 14:56:02.133 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:02 14:56:02.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:02 14:56:02.135 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:02 14:56:02.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:02 14:56:02.140 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:56:02 14:56:02.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:02 14:56:02.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:02 14:56:02.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:02 14:56:02.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:02 14:56:02.162 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:02 14:56:02.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:02 14:56:02.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:02 14:56:02.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:02 14:56:02.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:02 14:56:02.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:02 14:56:02.213 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:02 14:56:02.216 DEBUG [main][MenuItemLookup] Item match:Window
10:56:02 14:56:02.219 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:02 14:56:02.219 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:02 14:56:02.219 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:02 14:56:02.219 DEBUG [main][MenuItemLookup] Found menu:''
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:''
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:''
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:56:02 14:56:02.220 DEBUG [main][MenuItemLookup] Item match:Preferences
10:56:02 14:56:02.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:56:02 14:56:02.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:56:02 14:56:02.223 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:56:02 14:56:02.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:56:02 14:56:02.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:56:02 14:56:02.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:56:02 14:56:02.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:02 14:56:02.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:02 14:56:02.356 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:56:02 14:56:02.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:02 14:56:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:56:02 14:56:02.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:02 14:56:02.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:02 14:56:02.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:02 14:56:02.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:02 14:56:02.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:02 14:56:02.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:02 14:56:02.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:02 14:56:02.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:02 14:56:02.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:02 14:56:02.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:02 14:56:02.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:02 14:56:02.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:02 14:56:02.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:02 14:56:02.435 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:02 14:56:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:02 14:56:02.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:02 14:56:02.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:02 14:56:02.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:02 14:56:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:02 14:56:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:02 14:56:02.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:02 14:56:02.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:02 14:56:02.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:02 14:56:02.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:02 14:56:02.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:02 14:56:02.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:02 14:56:02.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:02 14:56:02.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:02 14:56:02.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:02 14:56:02.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:02 14:56:02.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:02 14:56:02.512 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu.
10:56:02 14:56:02.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:02 14:56:02.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:02 14:56:02.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:02 14:56:02.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:02 14:56:02.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:02 14:56:02.514 DEBUG [main][MenuItemLookup] Item match:Window
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Found menu:''
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:02 14:56:02.515 DEBUG [main][MenuItemLookup] Item match:Show View
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:56:02 14:56:02.522 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:56:02 14:56:02.523 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:56:02 14:56:02.523 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:56:02 14:56:02.523 DEBUG [main][MenuItemLookup] Found menu:''
10:56:02 14:56:02.523 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:56:02 14:56:02.523 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:56:02 14:56:02.523 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:56:02 14:56:02.523 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:56:02 14:56:02.523 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:56:02 14:56:02.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:56:02 14:56:02.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:56:02 14:56:02.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:56:02 14:56:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:02 14:56:02.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:02 14:56:02.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:56:02 14:56:02.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:02 14:56:02.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:02 14:56:02.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:02 14:56:02.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:02 14:56:02.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:02 14:56:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:02 14:56:02.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:02 14:56:02.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:02 14:56:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:02 14:56:02.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:02 14:56:02.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:02 14:56:02.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:02 14:56:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children...
10:56:02 14:56:02.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms
10:56:02 14:56:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:03 14:56:03.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:03 14:56:03.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms
10:56:03 14:56:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully
10:56:03 14:56:03.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms
10:56:03 14:56:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:03 14:56:03.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed
10:56:03 14:56:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:03 14:56:03.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms
10:56:03 14:56:03.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test
10:56:03 14:56:03.076 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test
10:56:03 14:56:03.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection
10:56:03 14:56:03.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test
10:56:03 14:56:03.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:03 14:56:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:03 14:56:03.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:03 14:56:03.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.079 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:03 14:56:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:03 14:56:03.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:03 14:56:03.080 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:56:03 14:56:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:03 14:56:03.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:03 14:56:03.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:03 14:56:03.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:03 14:56:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:56:03 14:56:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:56:03 14:56:03.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open...
10:56:03 14:56:03.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully
10:56:03 14:56:03.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:03 14:56:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:03 14:56:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:03 14:56:03.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:03 14:56:03.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:03 14:56:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:03 14:56:03.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:03 14:56:03.351 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:03 14:56:03.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:03 14:56:03.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:03 14:56:03.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:03 14:56:03.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:03 14:56:03.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:03 14:56:03.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified
10:56:03 14:56:03.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:03 14:56:03.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.368 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:03 14:56:03.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:03 14:56:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:03 14:56:03.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
10:56:03 14:56:03.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked")
10:56:03 14:56:03.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Notify Hyperlink with event 6
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Wait for synchronization
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Notify Hyperlink with event 3
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Wait for synchronization
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Notify Hyperlink with event 4
10:56:03 14:56:03.385 TRACE [main][WidgetHandler] Wait for synchronization
10:56:03 14:56:03.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.387 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:03 14:56:03.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:03 14:56:03.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:03 14:56:03.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:56:03 14:56:03.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:03 14:56:03.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:03 14:56:03.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:03 14:56:03.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:03 14:56:03.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:03 14:56:03.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:03 14:56:03.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:03 14:56:03.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:03 14:56:03.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:03 14:56:03.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:03 14:56:03.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.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.
10:56:03 14:56:03.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:03 14:56:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:03 14:56:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:03 14:56:03.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:03 14:56:03.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:03 14:56:03.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:03 14:56:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:03 14:56:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:03 14:56:03.432 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:03 14:56:03.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:03 14:56:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:03 14:56:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:03 14:56:03.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:03 14:56:03.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:03 14:56:03.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink")
10:56:03 14:56:03.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:03 14:56:03.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:03 14:56:03.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:03 14:56:03.436 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:03 14:56:03.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:03 14:56:03.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:03 14:56:03.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:03 14:56:03.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:03 14:56:03.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:04 14:56:04.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:04 14:56:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:04 14:56:04.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found
10:56:04 14:56:04.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.483 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.504 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.508 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:04 14:56:04.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:04 14:56:04.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found
10:56:04 14:56:04.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.512 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.512 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.512 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.548 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:04 14:56:04.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.555 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:04 14:56:04.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C")
10:56:04 14:56:04.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
10:56:04 14:56:04.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.559 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.620 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.624 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
10:56:04 14:56:04.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.665 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B")
10:56:04 14:56:04.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.671 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
10:56:04 14:56:04.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.714 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:04 14:56:04.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.730 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:04 14:56:04.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified
10:56:04 14:56:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found
10:56:04 14:56:04.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.740 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.760 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:04 14:56:04.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:04 14:56:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.776 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:04 14:56:04.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:04 14:56:04.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:04 14:56:04.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified
10:56:04 14:56:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:04 14:56:04.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:04 14:56:04.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found
10:56:04 14:56:04.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.784 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 14:56:04.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)
10:56:04 14:56:04.785 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 14:56:04.785 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:04 14:56:04.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:04 14:56:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:04 14:56:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:04 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.936 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest
10:56:04 activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.937 s
10:56:04 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 1.064 s
10:56:04 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.033 s
10:56:04 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.047 s
10:56:04 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.067 s
10:56:04 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.046 s
10:56:04 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.062 s
10:56:04 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest)  Time elapsed: 0.05 s
10:56:04 Running org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:04 14:56:04.813 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:04 14:56:04.814 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:04 14:56:04.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:04 14:56:04.815 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.815 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:04 14:56:04.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.817 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Item match:Window
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:''
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:''
10:56:04 14:56:04.818 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:56:04 14:56:04.819 DEBUG [main][MenuItemLookup] Found menu:''
10:56:04 14:56:04.819 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:56:04 14:56:04.819 DEBUG [main][MenuItemLookup] Item match:Preferences
10:56:04 14:56:04.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:56:04 14:56:04.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:56:04 14:56:04.819 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:56:04 14:56:04.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:56:04 14:56:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:56:04 14:56:04.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:56:04 14:56:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.894 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:56:04 14:56:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:04 14:56:04.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:56:04 14:56:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:04 14:56:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:04 14:56:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:04 14:56:04.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:04 14:56:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:04 14:56:04.926 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:04 14:56:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:04 14:56:04.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:04 14:56:04.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:04 14:56:04.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:04 14:56:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:04 14:56:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:04 14:56:04.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:04 14:56:04.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:04 14:56:04.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:04 14:56:04.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:04 14:56:04.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:04 14:56:04.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:04 14:56:04.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:04 14:56:04.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:04 14:56:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:04 14:56:04.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:04 14:56:04.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:04 14:56:04.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:04 14:56:04.977 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:04 14:56:04.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:04 14:56:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:04 14:56:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:04 14:56:04.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:04 14:56:04.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:04 14:56:04.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:04 14:56:04.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:04 14:56:04.986 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu.
10:56:04 14:56:04.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:04 14:56:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:05 14:56:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:05 14:56:05.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:05 14:56:05.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:05 14:56:05.018 DEBUG [main][MenuItemLookup] Item match:Window
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Found menu:''
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:05 14:56:05.019 DEBUG [main][MenuItemLookup] Item match:Show View
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Error Log	Shift+Alt+Q L'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Outline	Shift+Alt+Q O'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Problems	Shift+Alt+Q X'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Progress'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Properties'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Tasks'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:''
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Found menu:'Other...	Shift+Alt+Q Q'
10:56:05 14:56:05.022 DEBUG [main][MenuItemLookup] Item match:Other...	Shift+Alt+Q Q
10:56:05 14:56:05.023 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Shift+Alt+Q Q"
10:56:05 14:56:05.023 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Shift+Alt+Q Q
10:56:05 14:56:05.023 INFO [main][MenuItemHandler] Select menu item: &Other...	Shift+Alt+Q Q
10:56:05 14:56:05.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available....
10:56:05 14:56:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully
10:56:05 14:56:05.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:05 14:56:05.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:05 14:56:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:05 14:56:05.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children...
10:56:05 14:56:05.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:56:05 14:56:05.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:05 14:56:05.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:05 14:56:05.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:56:05 14:56:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully
10:56:05 14:56:05.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General
10:56:05 14:56:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:05 14:56:05.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed
10:56:05 14:56:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:05 14:56:05.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General
10:56:05 14:56:05.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log
10:56:05 14:56:05.572 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log
10:56:05 14:56:05.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection
10:56:05 14:56:05.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log
10:56:05 14:56:05.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:05 14:56:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:05 14:56:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:05 14:56:05.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:05 14:56:05.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:05 14:56:05.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open")
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:05 14:56:05.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:05 14:56:05.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:05 14:56:05.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:05 14:56:05.574 INFO [WorkbenchTestable][AbstractButton] Click button &Open
10:56:05 14:56:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:05 14:56:05.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:05 14:56:05.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:05 14:56:05.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:05 14:56:05.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:56:05 14:56:05.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:56:05 14:56:05.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open...
10:56:05 14:56:05.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully
10:56:05 14:56:05.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:05 14:56:05.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:05 14:56:05.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:05 14:56:05.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:05 14:56:05.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 '\*?\QError Log\E')
10:56:05 14:56:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:05 14:56:05.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:05 14:56:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:05 14:56:05.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:05 14:56:05.669 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
10:56:05 14:56:05.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:05 14:56:05.670 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:05 14:56:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:05 14:56:05.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:05 14:56:05.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:06 14:56:06.674 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found
10:56:06 14:56:06.675 INFO [WorkbenchTestable][AbstractView] Activate view Error Log
10:56:06 14:56:06.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
10:56:06 14:56:06.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.675 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log'
10:56:06 14:56:06.676 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log
10:56:06 14:56:06.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log
10:56:06 14:56:06.677 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button
10:56:06 14:56:06.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:06 14:56:06.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:06 14:56:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:06 14:56:06.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:06 14:56:06.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:06 14:56:06.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:06 14:56:06.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.736 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:06 14:56:06.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:06 14:56:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:06 14:56:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:06 14:56:06.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:06 14:56:06.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:06 14:56:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:06 14:56:06.745 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:06 14:56:06.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:06 14:56:06.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified
10:56:06 14:56:06.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:06 14:56:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.761 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:06 14:56:06.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:06 14:56:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:06 14:56:06.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:06 14:56:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found
10:56:06 14:56:06.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:06 14:56:06.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:06 14:56:06.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:06 14:56:06.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:06 14:56:06.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:06 14:56:06.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:06 14:56:06.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:06 14:56:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:06 14:56:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:06 14:56:06.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:06 14:56:06.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')
10:56:06 14:56:06.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:06 14:56:06.819 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:06 14:56:06.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:06 14:56:06.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.823 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:06 14:56:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D")
10:56:06 14:56:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:06 14:56:06.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:06 14:56:06.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:06 14:56:06.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:06 14:56:06.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:06 14:56:06.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:06 14:56:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:06 14:56:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:06 14:56:06.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:06 14:56:06.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:06 14:56:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:06 14:56:06.857 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:06 14:56:06.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:06 14:56:06.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.861 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:06 14:56:06.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:06 14:56:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:06 14:56:06.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:06 14:56:06.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:06 14:56:06.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:06 14:56:06.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.886 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:06 14:56:06.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:06 14:56:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:06 14:56:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:06 14:56:06.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:06 14:56:06.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:06 14:56:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:06 14:56:06.927 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:06 14:56:06.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:06 14:56:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:06 14:56:06.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:06 14:56:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.931 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:06 14:56:06.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:06 14:56:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:06 14:56:06.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:06 14:56:06.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:06 14:56:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:06 14:56:06.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:06 14:56:06.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:06 14:56:06.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:06 14:56:06.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:06 14:56:06.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:06 14:56:06.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.959 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:06 14:56:06.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:06 14:56:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:06 14:56:06.983 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:06 14:56:06.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:06 14:56:06.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:06 14:56:06.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:06 14:56:06.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:06 14:56:06.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:06 14:56:06.989 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:06 14:56:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified
10:56:06 14:56:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:06 14:56:06.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:06 14:56:06.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:06 14:56:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:06 14:56:06.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:06 14:56:06.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:07 14:56:07.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:07 14:56:07.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:07 14:56:07.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:07 14:56:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:07 14:56:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:07 14:56:07.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:07 14:56:07.021 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:07 14:56:07.021 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:07 14:56:07.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:07 14:56:07.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:07 14:56:07.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:07 14:56:07.021 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:07 14:56:07.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:07 14:56:07.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:07 14:56:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:07 14:56:07.045 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:07 14:56:07.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:07 14:56:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:07 14:56:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:07 14:56:07.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:07 14:56:07.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:07 14:56:07.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:07 14:56:07.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:07 14:56:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:07 14:56:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:07 14:56:07.061 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:07 14:56:07.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:07 14:56:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:07 14:56:07.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified
10:56:07 14:56:07.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:07 14:56:07.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:07 14:56:07.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found
10:56:07 14:56:07.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:07 14:56:07.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:07 14:56:07.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:07 14:56:07.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:07 14:56:07.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:07 14:56:07.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:07 14:56:07.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)
10:56:07 14:56:07.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:07 14:56:07.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:07 14:56:07.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:07 14:56:07.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:07 14:56:07.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:07 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.26 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest
10:56:07 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 1.782 s
10:56:07 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.043 s
10:56:07 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.072 s
10:56:07 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.036 s
10:56:07 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.073 s
10:56:07 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.066 s
10:56:07 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest)  Time elapsed: 0.05 s
10:56:07 Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:07 14:56:07.076 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:07 14:56:07.077 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:07 14:56:07.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:07 14:56:07.077 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:07 14:56:07.077 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:07 14:56:07.077 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:07 14:56:07.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:07 14:56:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:07 14:56:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:07 14:56:07.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:07 14:56:07.079 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Item match:Window
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:07 14:56:07.079 DEBUG [main][MenuItemLookup] Found menu:''
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:''
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:''
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:56:07 14:56:07.080 DEBUG [main][MenuItemLookup] Item match:Preferences
10:56:07 14:56:07.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:56:07 14:56:07.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:56:07 14:56:07.080 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:56:07 14:56:07.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:56:07 14:56:07.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:56:07 14:56:07.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:56:07 14:56:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:07 14:56:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:07 14:56:07.154 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:56:07 14:56:07.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:07 14:56:07.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:56:07 14:56:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:07 14:56:07.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:07 14:56:07.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:07 14:56:07.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:07 14:56:07.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:07 14:56:07.158 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:07 14:56:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:07 14:56:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:07 14:56:07.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:07 14:56:07.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:07 14:56:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:07 14:56:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:07 14:56:07.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:07 14:56:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:07 14:56:07.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:07 14:56:07.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:07 14:56:07.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:07 14:56:07.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:07 14:56:07.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:07 14:56:07.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:07 14:56:07.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:07 14:56:07.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:07 14:56:07.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:07 14:56:07.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:07 14:56:07.208 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:07 14:56:07.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:07 14:56:07.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:07 14:56:07.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:07 14:56:07.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:07 14:56:07.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:07 14:56:07.213 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:07 14:56:07.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:07 14:56:07.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:07 14:56:07.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:07 14:56:07.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ")
10:56:07 14:56:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:07 14:56:07.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:07 14:56:07.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:07 14:56:07.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:08 14:56:08.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:08 14:56:08.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:08 14:56:08.239 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
10:56:08 14:56:08.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:08 14:56:08.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:08 14:56:08.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:08 14:56:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:08 14:56:08.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:08 14:56:08.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:08 14:56:08.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:08 14:56:08.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:08 14:56:08.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:08 14:56:08.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:08 14:56:08.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:08 14:56:08.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:08 14:56:08.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:08 14:56:08.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:08 14:56:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:08 14:56:08.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:08 14:56:08.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:08 14:56:08.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:08 14:56:08.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:08 14:56:08.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:08 14:56:08.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:08 14:56:08.265 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:08 14:56:08.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:08 14:56:08.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:08 14:56:08.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:08 14:56:08.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:08 14:56:08.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:08 14:56:08.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:08 14:56:08.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:08 14:56:08.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:08 14:56:08.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:08 14:56:08.281 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:08 14:56:08.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:08 14:56:08.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:08 14:56:08.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:08 14:56:08.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:08 14:56:08.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ")
10:56:08 14:56:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:08 14:56:08.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:08 14:56:08.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:56:08 14:56:08.286 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:56:08 14:56:08.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:08 14:56:08.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:08 14:56:08.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:08 14:56:08.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:08 14:56:08.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:08 14:56:08.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:08 14:56:08.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:08 14:56:08.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:08 14:56:08.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:08 14:56:08.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:08 14:56:08.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:08 14:56:08.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:08 14:56:08.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:08 14:56:08.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:08 14:56:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:08 14:56:08.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:08 14:56:08.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:08 14:56:08.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:08 14:56:08.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:08 14:56:08.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:08 14:56:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:08 14:56:08.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:08 14:56:08.314 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:08 14:56:08.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:08 14:56:08.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:08 14:56:08.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:08 14:56:08.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:08 14:56:08.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:08 14:56:08.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title")
10:56:08 14:56:08.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:08 14:56:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:08 14:56:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:08 14:56:08.318 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:08 14:56:08.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:08 14:56:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:08 14:56:08.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:08 14:56:08.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:08 14:56:08.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:09 14:56:09.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:09 14:56:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:09 14:56:09.339 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found
10:56:09 14:56:09.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:09 14:56:09.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:09 14:56:09.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:09 14:56:09.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:09 14:56:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:09 14:56:09.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:09 14:56:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:09 14:56:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:09 14:56:09.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:09 14:56:09.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 '\*?\QUI Form Test\E')
10:56:09 14:56:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:09 14:56:09.372 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:09 14:56:09.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:09 14:56:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:09 14:56:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:09 14:56:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:09 14:56:09.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:09 14:56:09.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:09 14:56:09.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:09 14:56:09.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found
10:56:09 14:56:09.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:09 14:56:09.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:09 14:56:09.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:09 14:56:09.380 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:09 14:56:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:09 14:56:09.380 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:09 14:56:09.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:09 14:56:09.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:09 14:56:09.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:09 14:56:09.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:09 14:56:09.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:09 14:56:09.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:09 14:56:09.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:09 14:56:09.413 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:09 14:56:09.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:09 14:56:09.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:09 14:56:09.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:09 14:56:09.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:09 14:56:09.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:09 14:56:09.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:09 14:56:09.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:09 14:56:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.434 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:09 14:56:09.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:09 14:56:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:09 14:56:09.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C")
10:56:09 14:56:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:09 14:56:09.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.438 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:09 14:56:09.438 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:09 14:56:09.438 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:09 14:56:09.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:09 14:56:09.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:09 14:56:09.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:09 14:56:09.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:09 14:56:09.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:09 14:56:09.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:09 14:56:09.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:09 14:56:09.470 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:09 14:56:09.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:09 14:56:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:09 14:56:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:09 14:56:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:09 14:56:09.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:09 14:56:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:09 14:56:09.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:09 14:56:09.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:09 14:56:09.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:09 14:56:09.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:09 14:56:09.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:09 14:56:09.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:09 14:56:09.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:09 14:56:09.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:09 14:56:09.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:09 14:56:09.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:09 14:56:09.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:09 14:56:09.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:09 14:56:09.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:09 14:56:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:09 14:56:09.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:09 14:56:09.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:09 14:56:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:09 14:56:09.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:09 14:56:09.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:09 14:56:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:09 14:56:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:09 14:56:09.531 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:09 14:56:09.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:09 14:56:09.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:09 14:56:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:09 14:56:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:09 14:56:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:09 14:56:09.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C")
10:56:09 14:56:09.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:09 14:56:09.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.545 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.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.
10:56:10 14:56:09.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:09.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:09.558 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:09.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:09.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:09.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:09.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:09.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:09.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:10 14:56:09.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.561 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:10 14:56:09.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:10 14:56:09.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:10 14:56:09.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:10 14:56:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.583 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:09.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:09.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:09.589 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:09.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:09.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:09.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:09.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:09.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:09.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:10 14:56:09.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.593 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:10 14:56:09.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type)
10:56:10 14:56:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:10 14:56:09.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:10 14:56:09.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.532 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest
10:56:10 testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 1.044 s
10:56:10 testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.048 s
10:56:10 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 1.052 s
10:56:10 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.039 s
10:56:10 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.058 s
10:56:10 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.038 s
10:56:10 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.071 s
10:56:10 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.029 s
10:56:10 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest)  Time elapsed: 0.03 s
10:56:10 Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.615 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.616 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:10 14:56:09.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.616 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:10 14:56:09.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:10 14:56:09.618 DEBUG [main][MenuItemLookup] Item match:Window
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:''
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:''
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:''
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:56:10 14:56:09.619 DEBUG [main][MenuItemLookup] Item match:Preferences
10:56:10 14:56:09.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:56:10 14:56:09.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:56:10 14:56:09.619 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:56:10 14:56:09.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:56:10 14:56:09.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:56:10 14:56:09.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:56:10 14:56:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.688 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:56:10 14:56:09.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:10 14:56:09.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:56:10 14:56:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:10 14:56:09.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:10 14:56:09.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:10 14:56:09.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:10 14:56:09.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:10 14:56:09.699 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:10 14:56:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:10 14:56:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:10 14:56:09.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:10 14:56:09.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:10 14:56:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:10 14:56:09.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:10 14:56:09.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:09.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.729 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:09.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:09.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:09.747 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:09.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:09.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:09.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:09.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:09.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:09.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified
10:56:10 14:56:09.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.763 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:10 14:56:09.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked")
10:56:10 14:56:09.767 TRACE [main][WidgetHandler] Notify FormText with event 1
10:56:10 14:56:09.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.767 TRACE [main][WidgetHandler] Wait for synchronization
10:56:10 14:56:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.770 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:09.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.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')
10:56:10 14:56:09.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:09.781 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:09.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:09.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:09.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:09.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:09.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.784 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.786 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:10 14:56:09.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:10 14:56:09.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
10:56:10 14:56:09.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.800 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:09.800 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:09.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:09.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:09.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:09.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:09.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:09.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:09.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:09.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:09.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:09.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:09.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:09.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:09.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:09.815 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:09.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:09.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:09.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:09.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:09.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:09.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink")
10:56:10 14:56:09.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:09.832 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:09.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:09.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:09.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:10 14:56:10.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:10 14:56:10.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:10 14:56:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:10 14:56:10.847 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found
10:56:10 14:56:10.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:10.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:10.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:10.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:10.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.852 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:10.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:10.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:10.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:10.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:10.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:10.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:10.871 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:10.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:10.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:10.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:10.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:10.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.874 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:10.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:10 14:56:10.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:10 14:56:10.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:10.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:10.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:10.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:10.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.880 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:10.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:10.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:10.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 '\*?\QUI Form Test\E')
10:56:10 14:56:10.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:10.900 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:10.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:10.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified
10:56:10 14:56:10.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:10.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.915 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:10.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:10.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:10.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:10.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:10.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:10.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:10.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:10.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:10.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 '\*?\QUI Form Test\E')
10:56:10 14:56:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:10.928 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:10.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:10.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:10.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:10.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:10.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.931 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:10 14:56:10.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C")
10:56:10 14:56:10.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:10 14:56:10.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:10.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:10.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:10.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:10.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:10.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:10.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:10.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:10.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:10.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:10.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 '\*?\QUI Form Test\E')
10:56:10 14:56:10.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:10.961 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:10.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:10.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:10.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:10.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:10.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.964 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:10 14:56:10.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:10 14:56:10.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:10 14:56:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:10 14:56:10.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:10 14:56:10.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:10 14:56:10.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:10 14:56:10.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:10 14:56:10.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:10 14:56:10.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:10 14:56:10.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:10 14:56:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:10 14:56:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:10 14:56:10.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:10 14:56:10.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:10 14:56:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:10 14:56:10.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:10 14:56:10.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:10 14:56:10.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:10 14:56:10.991 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:10 14:56:10.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:10 14:56:10.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:10 14:56:10.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:10 14:56:10.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:10 14:56:10.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:10 14:56:10.994 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:10 14:56:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:10 14:56:10.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:11 14:56:11.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:11 14:56:11.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:11 14:56:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:11 14:56:11.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:11 14:56:11.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:11 14:56:11.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:11 14:56:11.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:11 14:56:11.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:11 14:56:11.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:11 14:56:11.021 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:11 14:56:11.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:11 14:56:11.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:11 14:56:11.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:11 14:56:11.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:11 14:56:11.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A")
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.024 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:11 14:56:11.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:11 14:56:11.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.026 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:11 14:56:11.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:11 14:56:11.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:11 14:56:11.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:11 14:56:11.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:11 14:56:11.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:11 14:56:11.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:11 14:56:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:11 14:56:11.050 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:11 14:56:11.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:11 14:56:11.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:11 14:56:11.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:11 14:56:11.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:11 14:56:11.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.053 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:11 14:56:11.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:11 14:56:11.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified
10:56:11 14:56:11.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:11 14:56:11.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:11 14:56:11.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:11 14:56:11.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:11 14:56:11.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.076 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:11 14:56:11.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:11 14:56:11.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:11 14:56:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:11 14:56:11.084 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:11 14:56:11.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:11 14:56:11.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:11 14:56:11.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:11 14:56:11.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:11 14:56:11.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.087 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:11 14:56:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:11 14:56:11.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified
10:56:11 14:56:11.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:11 14:56:11.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:11 14:56:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:11 14:56:11.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.091 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:11 14:56:11.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.477 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest
10:56:11 clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.046 s
10:56:11 hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.03 s
10:56:11 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 1.047 s
10:56:11 indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.028 s
10:56:11 defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.041 s
10:56:11 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.03 s
10:56:11 hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.031 s
10:56:11 getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.03 s
10:56:11 titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.018 s
10:56:11 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.03 s
10:56:11 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest)  Time elapsed: 0.035 s
10:56:11 Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:11 14:56:11.096 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:11 14:56:11.096 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:11 14:56:11.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:11 14:56:11.097 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:11 14:56:11.097 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:11 14:56:11.097 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:11 14:56:11.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:11 14:56:11.116 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:11 14:56:11.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:11 14:56:11.116 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*']
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:11 14:56:11.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:11 14:56:11.118 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'Edit'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'Navigate'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'Search'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'Project'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Found menu:'Window'
10:56:11 14:56:11.118 DEBUG [main][MenuItemLookup] Item match:Window
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'New Window'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Editor'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Appearance'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:''
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Show View'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Perspective'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:''
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Navigation'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:''
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Found menu:'Preferences'
10:56:11 14:56:11.119 DEBUG [main][MenuItemLookup] Item match:Preferences
10:56:11 14:56:11.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences"
10:56:11 14:56:11.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences
10:56:11 14:56:11.119 INFO [main][MenuItemHandler] Select menu item: &Preferences
10:56:11 14:56:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available....
10:56:11 14:56:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully
10:56:11 14:56:11.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:56:11 14:56:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.186 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed
10:56:11 14:56:11.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:11 14:56:11.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified
10:56:11 14:56:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:11 14:56:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:11 14:56:11.189 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:11 14:56:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:11 14:56:11.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:11 14:56:11.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:11 14:56:11.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:11 14:56:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:11 14:56:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:11 14:56:11.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:11 14:56:11.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:11 14:56:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:11 14:56:11.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.211 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:11 14:56:11.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:11 14:56:11.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:11 14:56:11.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:11 14:56:11.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:11 14:56:11.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:11 14:56:11.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:11 14:56:11.233 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:11 14:56:11.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:11 14:56:11.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:11 14:56:11.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:11 14:56:11.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:11 14:56:11.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:11 14:56:11.237 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:11 14:56:11.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:11 14:56:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:11 14:56:11.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:11 14:56:11.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ")
10:56:11 14:56:11.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:11 14:56:11.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:11 14:56:11.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:11 14:56:11.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:12 14:56:12.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:12 14:56:12.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:12 14:56:12.248 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found
10:56:12 14:56:12.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:12 14:56:12.248 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:12 14:56:12.248 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:12 14:56:12.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:12 14:56:12.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:12 14:56:12.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:12 14:56:12.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:12 14:56:12.249 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:12 14:56:12.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:12 14:56:12.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:12 14:56:12.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:12 14:56:12.249 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:12 14:56:12.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:12 14:56:12.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:12 14:56:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:12 14:56:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:12 14:56:12.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:12 14:56:12.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:12 14:56:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:12 14:56:12.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:12 14:56:12.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:12 14:56:12.260 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:12 14:56:12.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:12 14:56:12.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:12 14:56:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:12 14:56:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:12 14:56:12.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:12 14:56:12.263 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:12 14:56:12.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:12 14:56:12.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:12 14:56:12.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:12 14:56:12.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ")
10:56:12 14:56:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:12 14:56:12.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:12 14:56:12.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:56:12 14:56:12.282 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:56:12 14:56:12.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:12 14:56:12.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:12 14:56:12.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:12 14:56:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:12 14:56:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:12 14:56:12.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:12 14:56:12.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:12 14:56:12.284 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:12 14:56:12.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:12 14:56:12.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:12 14:56:12.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:12 14:56:12.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:12 14:56:12.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.287 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:12 14:56:12.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:12 14:56:12.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:12 14:56:12.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:12 14:56:12.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:12 14:56:12.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:12 14:56:12.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:12 14:56:12.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:12 14:56:12.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:12 14:56:12.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:12 14:56:12.294 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:12 14:56:12.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:12 14:56:12.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:12 14:56:12.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:12 14:56:12.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:12 14:56:12.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title")
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:12 14:56:12.297 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:12 14:56:12.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:12 14:56:12.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:12 14:56:12.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:12 14:56:12.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:13 14:56:13.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:56:13 14:56:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:56:13 14:56:13.311 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found
10:56:13 14:56:13.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.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 '\*?\QUI Form Test\E')
10:56:13 14:56:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.336 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.339 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:13 14:56:13.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:13 14:56:13.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found
10:56:13 14:56:13.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.342 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.342 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.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 '\*?\QUI Form Test\E')
10:56:13 14:56:13.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.364 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:13 14:56:13.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.379 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:13 14:56:13.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C")
10:56:13 14:56:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:13 14:56:13.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:13 14:56:13.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.397 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified
10:56:13 14:56:13.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.399 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:13 14:56:13.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.426 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A")
10:56:13 14:56:13.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.429 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.430 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.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')
10:56:13 14:56:13.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.457 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.460 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:13 14:56:13.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified
10:56:13 14:56:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:13 14:56:13.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:13 14:56:13.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:13 14:56:13.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.477 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate.
10:56:13 14:56:13.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:13 14:56:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:13 14:56:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:13 14:56:13.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:13 14:56:13.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E')
10:56:13 14:56:13.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found
10:56:13 14:56:13.496 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test
10:56:13 14:56:13.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test
10:56:13 14:56:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text=<unavailable> TooltipText=null
10:56:13 14:56:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null
10:56:13 14:56:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus!
10:56:13 14:56:13.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus...
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B")
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.499 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:13 14:56:13.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:13 14:56:13.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:13 14:56:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found
10:56:13 14:56:13.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified
10:56:13 14:56:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:13 14:56:13.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers
10:56:13 14:56:13.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found
10:56:13 14:56:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:13 14:56:13.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 14:56:13.513 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 14:56:13.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:13 14:56:13.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:13 14:56:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:13 14:56:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:13 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest
10:56:13 testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 1.04 s
10:56:13 testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.034 s
10:56:13 testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 1.028 s
10:56:13 indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.03 s
10:56:13 titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.041 s
10:56:13 defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.029 s
10:56:13 titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.018 s
10:56:13 defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.032 s
10:56:13 indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest)  Time elapsed: 0.05 s
10:56:13 
10:56:13 Results:
10:56:13 
10:56:13 Tests run: 44, Failures: 0, Errors: 0, Skipped: 0
10:56:13 
10:56:14 [INFO] All tests passed!
10:56:14 [INFO] 
10:56:14 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test ---
10:56:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:56:14 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:56:15 [INFO] 
10:56:15 [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >---------
10:56:15 [INFO] Building RedDeer JFace Tests 4.7.0-SNAPSHOT                      [35/58]
10:56:15 [INFO]   from tests/org.eclipse.reddeer.jface.test/pom.xml
10:56:15 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:56:15 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:56:15 [INFO] 
10:56:15 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] Resolving class path of RedDeer JFace Tests...
10:56:15 [INFO] 
10:56:15 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test ---
10:56:15 [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/**/*
10:56:15 [INFO] 
10:56:15 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:56:15 [INFO] Copying 1 resource
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin
10:56:15 [INFO] 
10:56:15 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:56:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test ---
10:56:15 [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
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test ---
10:56:15 [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
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test ---
10:56:15 [INFO] 
10:56:15 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test ---
10:56:16 [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)
10:56:16 [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
10:56:16 [INFO] Command line:
10:56:16 	[/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]
10:56:18 Launching application org.eclipse.ui.ide.workbench...
10:56:19 SLF4J: No SLF4J providers were found.
10:56:19 SLF4J: Defaulting to no-operation (NOP) logger implementation
10:56:19 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
10:56:21 Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:21 14:56:21.532 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:56:21 14:56:21.534 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5
10:56:21 14:56:21.544 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running
10:56:21 14:56:21.545 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2
10:56:21 14:56:21.638 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:21 14:56:21.733 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:21 14:56:21.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:21 14:56:21.739 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:21 14:56:21.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector
10:56:21 14:56:21.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench
10:56:21 14:56:21.815 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform'
10:56:21 14:56:21.818 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:21 14:56:21.819 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:21 14:56:21.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:21 14:56:21.821 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:21 14:56:21.824 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:21 14:56:21.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:21 14:56:21.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:21 14:56:21.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:21 14:56:21.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:21 14:56:21.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:21 14:56:21.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:21 14:56:21.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:21 14:56:21.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:21 14:56:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:21 14:56:21.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:21 14:56:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:22 14:56:22.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:22 14:56:22.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:22 14:56:22.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:22 14:56:22.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:22 14:56:22.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:22 14:56:22.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:22 14:56:22.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available....
10:56:22 14:56:22.124 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:22 14:56:22.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:22 14:56:22.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:22 14:56:22.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully
10:56:22 14:56:22.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:22 14:56:22.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:22 14:56:22.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:22 14:56:22.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:22 14:56:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:22 14:56:22.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:22 14:56:22.150 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:56:22 14:56:22.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:22 14:56:22.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:22 14:56:22.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:22 14:56:22.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:27 14:56:27.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available....
10:56:27 14:56:27.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:27 14:56:27.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully
10:56:27 14:56:27.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:27 14:56:27.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:27 14:56:27.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:27 14:56:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:27 14:56:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:27 14:56:27.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:27 14:56:27.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:27 14:56:27.254 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:27 14:56:27.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:27 14:56:27.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:27 14:56:27.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:27 14:56:27.254 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:27 14:56:27.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:27 14:56:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:27 14:56:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:27 14:56:27.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:27 14:56:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:27 14:56:27.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:27 14:56:27.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:27 14:56:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:27 14:56:27.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:27 14:56:27.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:27 14:56:27.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.316 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:27 14:56:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:27 14:56:27.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:27 14:56:27.317 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:27 14:56:27.317 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
10:56:27 14:56:27.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:27 14:56:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:27 14:56:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:27 14:56:27.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:27 14:56:27.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:27 14:56:27.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:27 14:56:27.319 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:27 14:56:27.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:27 14:56:27.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:27 14:56:27.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:27 14:56:27.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:27 14:56:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:27 14:56:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:27 14:56:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Animation start' is a system job, skipped
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:27 14:56:27.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:27 14:56:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:27 14:56:27.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:27 14:56:27.353 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:27 14:56:27.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:27 14:56:27.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:27 14:56:27.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:27 14:56:27.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:27 14:56:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:27 14:56:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:27 14:56:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:27 14:56:27.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"]
10:56:27 14:56:27.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:27 14:56:27.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:27 14:56:27.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:27 14:56:27.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:27 14:56:27.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:27 14:56:27.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:27 14:56:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:27 14:56:27.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:27 14:56:27.426 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:56:27 14:56:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:27 14:56:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:27 14:56:27.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:27 14:56:27.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"]
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:32 14:56:32.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:32 14:56:32.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:32 14:56:32.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:32 14:56:32.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:32 14:56:32.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:32 14:56:32.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:32 14:56:32.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:32 14:56:32.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:32 14:56:32.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:32 14:56:32.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:32 14:56:32.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:32 14:56:32.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:32 14:56:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:32 14:56:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:32 14:56:32.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:32 14:56:32.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:32 14:56:32.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:32 14:56:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:32 14:56:32.489 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:32 14:56:32.489 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
10:56:32 14:56:32.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:32 14:56:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:32 14:56:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:32 14:56:32.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:32 14:56:32.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:32 14:56:32.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:32 14:56:32.491 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:32 14:56:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:32 14:56:32.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:32 14:56:32.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:32 14:56:32.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:32 14:56:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:32 14:56:32.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:32 14:56:32.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:32 14:56:32.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:32 14:56:32.519 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:32 14:56:32.519 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:32 14:56:32.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:32 14:56:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:32 14:56:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:32 14:56:32.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:32 14:56:32.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:32 14:56:32.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:32 14:56:32.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:32 14:56:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:32 14:56:32.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:32 14:56:32.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available....
10:56:32 14:56:32.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:32 14:56:32.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:32 14:56:32.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully
10:56:32 14:56:32.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:32 14:56:32.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:32 14:56:32.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:32 14:56:32.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:32 14:56:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:32 14:56:32.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:32 14:56:32.574 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:56:32 14:56:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:32 14:56:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:32 14:56:32.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:32 14:56:32.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available....
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*']
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:37 14:56:37.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:37 14:56:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:37 14:56:37.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:37 14:56:37.590 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:37 14:56:37.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:37 14:56:37.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:37 14:56:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:37 14:56:37.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:37 14:56:37.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:37 14:56:37.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:37 14:56:37.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:37 14:56:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:37 14:56:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:37 14:56:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available...
10:56:37 14:56:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully
10:56:37 14:56:37.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:37 14:56:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:37 14:56:37.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:37 14:56:37.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:37 14:56:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:37 14:56:37.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:37 14:56:37.644 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:56:37 14:56:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:37 14:56:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:37 14:56:37.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:37 14:56:37.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:42 14:56:42.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:42 14:56:42.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:42 14:56:42.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:42 14:56:42.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:42 14:56:42.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)
10:56:42 14:56:42.659 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:42 14:56:42.659 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:42 14:56:42.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.143 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest
10:56:42 testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.426 s
10:56:42 testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 0.099 s
10:56:42 testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.091 s
10:56:42 testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 0.075 s
10:56:42 testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.071 s
10:56:42 testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest)  Time elapsed: 5.069 s
10:56:42 Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.680 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.680 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:42 14:56:42.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:42 14:56:42.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:42 14:56:42.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:42 14:56:42.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:42 14:56:42.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:42 14:56:42.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.724 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:42 14:56:42.725 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
10:56:42 14:56:42.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:42 14:56:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.726 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:56:42 14:56:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:42 14:56:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:42 14:56:42.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:42 14:56:42.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:42 14:56:42.729 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:42 14:56:42.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:42 14:56:42.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.731 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:42 14:56:42.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:42 14:56:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:42 14:56:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:42 14:56:42.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:42 14:56:42.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:42 14:56:42.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:42 14:56:42.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:42 14:56:42.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:42 14:56:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:42 14:56:42.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:42 14:56:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.826 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:42 14:56:42.826 INFO [WorkbenchTestable][WizardDialog] Cancel wizard
10:56:42 14:56:42.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:56:42 14:56:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.828 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:42 14:56:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:42 14:56:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:42 14:56:42.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:42 14:56:42.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:42 14:56:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:42 14:56:42.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:42 14:56:42.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:42 14:56:42.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:42 14:56:42.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:42 14:56:42.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:42 14:56:42.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:42 14:56:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:42 14:56:42.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:42 14:56:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:42 14:56:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:42 14:56:42.886 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:42 14:56:42.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:42 14:56:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.914 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:42 14:56:42.914 INFO [WorkbenchTestable][WizardDialog] Finish wizard
10:56:42 14:56:42.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:42 14:56:42.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:42 14:56:42.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:42 14:56:42.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:42 14:56:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:42 14:56:42.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:42 14:56:42.916 INFO [WorkbenchTestable][AbstractButton] Click button &Finish
10:56:42 14:56:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:42 14:56:42.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:42 14:56:42.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:42 14:56:42.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:47 14:56:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:47 14:56:47.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:47 14:56:47.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:47 14:56:47.931 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:47 14:56:47.931 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:47 14:56:47.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:47 14:56:47.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:47 14:56:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:47.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:47.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:47.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:47.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:47.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:47.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:47.978 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:47.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8)
10:56:48 14:56:47.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:47.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:47.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:47.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:47.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:47.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:47.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:47.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:47.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:47.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:47.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:47.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:47.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:47.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:48 14:56:47.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:47.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:47.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:48 14:56:47.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:48 14:56:47.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:48 14:56:48.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:48 14:56:48.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:48 14:56:48.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:48.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:48.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.056 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.058 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:56:48 14:56:48.060 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:48 14:56:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:48 14:56:48.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:48 14:56:48.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:48 14:56:48.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:48 14:56:48.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:48 14:56:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:48 14:56:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:48.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:48.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.131 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.131 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
10:56:48 14:56:48.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:48 14:56:48.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:56:48 14:56:48.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:48 14:56:48.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:48 14:56:48.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.134 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.135 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)
10:56:48 14:56:48.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.136 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.136 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page
10:56:48 14:56:48.136 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)
10:56:48 14:56:48.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.137 INFO [WorkbenchTestable][AbstractButton] Click button < &Back
10:56:48 14:56:48.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:48 14:56:48.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:48 14:56:48.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:48 14:56:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:56:48 14:56:48.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:48 14:56:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:48 14:56:48.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:48 14:56:48.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:48 14:56:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:48.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:48.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.213 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:48 14:56:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.215 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.215 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page
10:56:48 14:56:48.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:48 14:56:48.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.216 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:56:48 14:56:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:48 14:56:48.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:48 14:56:48.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:56:48 14:56:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found
10:56:48 14:56:48.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:48 14:56:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:48 14:56:48.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:48 14:56:48.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:48 14:56:48.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:48 14:56:48.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:48.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:48.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.315 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:48 14:56:48.315 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)
10:56:48 14:56:48.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:48 14:56:48.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:48 14:56:48.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:48 14:56:48.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:48 14:56:48.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:48 14:56:48.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:48 14:56:48.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:48 14:56:48.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:48 14:56:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:48 14:56:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:48 14:56:48.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:48 14:56:48.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:48 14:56:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:48 14:56:48.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:48 14:56:48.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:48 14:56:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:48 14:56:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:48 14:56:48.382 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....
10:56:48 14:56:48.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:48 14:56:48.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:49 14:56:49.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:50 14:56:50.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:51 14:56:51.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:52 14:56:52.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:53 14:56:53.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:54 14:56:54.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.429 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:55 14:56:55.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:56 14:56:56.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:57 14:56:57.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.435 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
10:56:58 14:56:58.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog
10:56:58 14:56:58.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog
10:56:58 14:56:58.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:58 14:56:58.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:58 14:56:58.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:58 14:56:58.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:58 14:56:58.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:58 14:56:58.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:58 14:56:58.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:58 14:56:58.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:58 14:56:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:58 14:56:58.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:58 14:56:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:58 14:56:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:58 14:56:58.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:58 14:56:58.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:58 14:56:58.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:58 14:56:58.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:58 14:56:58.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:58 14:56:58.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:58 14:56:58.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:58 14:56:58.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.493 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:58 14:56:58.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:58 14:56:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:58 14:56:58.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:58 14:56:58.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:58 14:56:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.531 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed
10:56:58 14:56:58.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:58 14:56:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:58 14:56:58.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:58 14:56:58.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:58 14:56:58.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:58 14:56:58.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:58 14:56:58.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:58 14:56:58.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:58 14:56:58.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:58 14:56:58.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:58 14:56:58.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:58 14:56:58.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available....
10:56:58 14:56:58.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully
10:56:58 14:56:58.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard
10:56:58 14:56:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:56:58 14:56:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:58 14:56:58.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:58 14:56:58.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:58 14:56:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:58 14:56:58.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:58 14:56:58.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:58 14:56:58.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:58 14:56:58.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:58 14:56:58.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 14:56:58.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)
10:56:58 14:56:58.621 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 14:56:58.621 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:58 14:56:58.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:58 14:56:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:58 14:56:58.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:58 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.942 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest
10:56:58 next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.079 s
10:56:58 cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.082 s
10:56:58 finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 5.089 s
10:56:58 finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.063 s
10:56:58 getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.082 s
10:56:58 back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.089 s
10:56:58 next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.077 s
10:56:58 back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.101 s
10:56:58 testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 10.15 s
10:56:58 getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.052 s
10:56:58 getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest)  Time elapsed: 0.076 s
10:56:58 Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:58 14:56:58.626 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:58 14:56:58.628 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:58 14:56:58.628 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"]
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:58 14:56:58.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:58 14:56:58.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:56:58 14:56:58.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:58 14:56:58.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:58 14:56:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:58 14:56:58.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:58 14:56:58.640 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:58 14:56:58.640 DEBUG [main][MenuItemLookup] Item match:File
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:''
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:''
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Revert'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:''
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:''
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:''
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:56:58 14:56:58.642 DEBUG [main][MenuItemLookup] Item match:Import...
10:56:58 14:56:58.644 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..."
10:56:58 14:56:58.644 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import...
10:56:58 14:56:58.645 INFO [main][MenuItemHandler] Select menu item: &Import...
10:56:58 14:56:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available....
10:56:58 14:56:58.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully
10:56:58 14:56:58.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import
10:56:58 14:56:58.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:58 14:56:58.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:58 14:56:58.731 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
10:56:58 14:56:58.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:58 14:56:58.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:56:58 14:56:58.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:58 14:56:58.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:58 14:56:58.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:58 14:56:58.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:58 14:56:58.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:58 14:56:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:58 14:56:58.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:58 14:56:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children...
10:56:58 14:56:58.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category
10:56:58 14:56:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:59 14:56:59.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:59 14:56:59.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category
10:56:59 14:56:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully
10:56:59 14:56:59.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category
10:56:59 14:56:59.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:59 14:56:59.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed
10:56:59 14:56:59.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:59 14:56:59.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category
10:56:59 14:56:59.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard
10:56:59 14:56:59.253 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard
10:56:59 14:56:59.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection
10:56:59 14:56:59.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard
10:56:59 14:56:59.256 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed
10:56:59 14:56:59.256 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
10:56:59 14:56:59.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:59 14:56:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:59 14:56:59.257 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:56:59 14:56:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:59 14:56:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:59 14:56:59.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:59 14:56:59.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:59 14:56:59.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"]
10:56:59 14:56:59.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available....
10:56:59 14:56:59.262 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
10:56:59 14:56:59.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.263 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.264 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed
10:56:59 14:56:59.264 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard
10:56:59 14:56:59.264 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)
10:56:59 14:56:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:59 14:56:59.265 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:59 14:56:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:59 14:56:59.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:59 14:56:59.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:59 14:56:59.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:59 14:56:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:59 14:56:59.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:59 14:56:59.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:56:59 14:56:59.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:56:59 14:56:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:56:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest
10:56:59 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest)  Time elapsed: 0.646 s
10:56:59 Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:56:59 14:56:59.283 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:56:59 14:56:59.284 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:56:59 14:56:59.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:59 14:56:59.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:56:59 14:56:59.285 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:59 14:56:59.285 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:56:59 14:56:59.298 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:59 14:56:59.298 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:56:59 14:56:59.298 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:59 14:56:59.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:56:59 14:56:59.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:59 14:56:59.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:59 14:56:59.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:59 14:56:59.302 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:59 14:56:59.302 DEBUG [main][MenuItemLookup] Item match:File
10:56:59 14:56:59.303 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:56:59 14:56:59.303 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:''
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:''
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:56:59 14:56:59.308 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:56:59 14:56:59.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:56:59 14:56:59.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:56:59 14:56:59.309 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:56:59 14:56:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:56:59 14:56:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:56:59 14:56:59.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:56:59 14:56:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.359 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:56:59 14:56:59.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:56:59 14:56:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:59 14:56:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:59 14:56:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:59 14:56:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
10:56:59 14:56:59.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:56:59 14:56:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:59 14:56:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:59 14:56:59.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:56:59 14:56:59.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:56:59 14:56:59.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
10:56:59 14:56:59.864 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
10:56:59 14:56:59.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
10:56:59 14:56:59.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
10:56:59 14:56:59.865 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:56:59 14:56:59.865 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:56:59 14:56:59.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:56:59 14:56:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:59 14:56:59.866 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:56:59 14:56:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:59 14:56:59.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:59 14:56:59.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:59 14:56:59.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:59 14:56:59.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']
10:56:59 14:56:59.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
10:56:59 14:56:59.874 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
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.874 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.876 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:56:59 14:56:59.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.876 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:56:59 14:56:59.876 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
10:56:59 14:56:59.876 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)
10:56:59 14:56:59.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:56:59 14:56:59.877 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:56:59 14:56:59.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:56:59 14:56:59.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:56:59 14:56:59.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:56:59 14:56:59.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:56:59 14:56:59.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:56:59 14:56:59.890 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:59 14:56:59.890 DEBUG [main][MenuItemLookup] Item match:File
10:56:59 14:56:59.891 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:56:59 14:56:59.891 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:''
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:'File'
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:''
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:56:59 14:56:59.893 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:56:59 14:56:59.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:56:59 14:56:59.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:56:59 14:56:59.893 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:56:59 14:56:59.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:56:59 14:56:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:56:59 14:56:59.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:56:59 14:56:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:56:59 14:56:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:56:59 14:56:59.946 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:56:59 14:56:59.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:56:59 14:56:59.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:56:59 14:56:59.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:56:59 14:56:59.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:56:59 14:56:59.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:56:59 14:56:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:56:59 14:56:59.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:56:59 14:56:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:56:59 14:56:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:56:59 14:56:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
10:56:59 14:56:59.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:56:59 14:56:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:00 14:57:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:00 14:57:00.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:00 14:57:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
10:57:00 14:57:00.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:00 14:57:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:00 14:57:00.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
10:57:00 14:57:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:00 14:57:00.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:00 14:57:00.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
10:57:00 14:57:00.453 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
10:57:00 14:57:00.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
10:57:00 14:57:00.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
10:57:00 14:57:00.453 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:00 14:57:00.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:57:00 14:57:00.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:57:00 14:57:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:00 14:57:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:00 14:57:00.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:00 14:57:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:00 14:57:00.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:00 14:57:00.455 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:57:00 14:57:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:00 14:57:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:00 14:57:00.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:00 14:57:00.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:00 14:57:00.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
10:57:00 14:57:00.460 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
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.460 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 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....
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.461 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
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:00 14:57:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.462 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.462 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:00 14:57:00.462 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:57:00 14:57:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:00 14:57:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:00 14:57:00.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:00 14:57:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:00 14:57:00.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:00 14:57:00.463 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:00 14:57:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:00 14:57:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:00 14:57:00.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:00 14:57:00.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:00 14:57:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:00 14:57:00.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:00 14:57:00.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:00 14:57:00.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.499 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:00 14:57:00.500 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"]
10:57:00 14:57:00.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:00 14:57:00.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:57:00 14:57:00.501 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:00 14:57:00.501 DEBUG [main][MenuItemLookup] Item match:File
10:57:00 14:57:00.502 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:57:00 14:57:00.502 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:''
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:''
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:57:00 14:57:00.503 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:57:00 14:57:00.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:57:00 14:57:00.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:57:00 14:57:00.503 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:57:00 14:57:00.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:57:00 14:57:00.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:57:00 14:57:00.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:57:00 14:57:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:00 14:57:00.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:00 14:57:00.554 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:00 14:57:00.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:00 14:57:00.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:57:00 14:57:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:00 14:57:00.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:00 14:57:00.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:00 14:57:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:00 14:57:00.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:00 14:57:00.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:57:00 14:57:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:57:00 14:57:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
10:57:00 14:57:00.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:00 14:57:00.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:01 14:57:01.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:01 14:57:01.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:01 14:57:01.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:01 14:57:01.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
10:57:01 14:57:01.059 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
10:57:01 14:57:01.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
10:57:01 14:57:01.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
10:57:01 14:57:01.060 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:01 14:57:01.060 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:57:01 14:57:01.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:57:01 14:57:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:01 14:57:01.062 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:57:01 14:57:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:01 14:57:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:01 14:57:01.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:01 14:57:01.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:01 14:57:01.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
10:57:01 14:57:01.067 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
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.067 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.068 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:01 14:57:01.068 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
10:57:01 14:57:01.068 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)
10:57:01 14:57:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:01 14:57:01.069 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:01 14:57:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:01 14:57:01.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:01 14:57:01.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:01 14:57:01.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:01 14:57:01.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:01 14:57:01.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:01 14:57:01.083 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:01 14:57:01.084 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:01 14:57:01.085 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:57:01 14:57:01.086 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:01 14:57:01.086 DEBUG [main][MenuItemLookup] Item match:File
10:57:01 14:57:01.086 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:57:01 14:57:01.086 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:57:01 14:57:01.087 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:57:01 14:57:01.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:57:01 14:57:01.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:57:01 14:57:01.088 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:57:01 14:57:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:57:01 14:57:01.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 'New|Select a wizard'] is available. finished successfully
10:57:01 14:57:01.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:57:01 14:57:01.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.137 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:01 14:57:01.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:57:01 14:57:01.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:57:01 14:57:01.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
10:57:01 14:57:01.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:01 14:57:01.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:01 14:57:01.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:01 14:57:01.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:01 14:57:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
10:57:01 14:57:01.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:01 14:57:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:01 14:57:01.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
10:57:01 14:57:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:01 14:57:01.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:01 14:57:01.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
10:57:01 14:57:01.647 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
10:57:01 14:57:01.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
10:57:01 14:57:01.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
10:57:01 14:57:01.648 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:01 14:57:01.648 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:57:01 14:57:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:57:01 14:57:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:01 14:57:01.649 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:57:01 14:57:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:01 14:57:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:01 14:57:01.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:01 14:57:01.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:01 14:57:01.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
10:57:01 14:57:01.654 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
10:57:01 14:57:01.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.655 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:01 14:57:01.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.656 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.656 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:01 14:57:01.656 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
10:57:01 14:57:01.657 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)
10:57:01 14:57:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:01 14:57:01.657 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:01 14:57:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:01 14:57:01.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:01 14:57:01.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:01 14:57:01.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:01 14:57:01.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:01 14:57:01.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:01 14:57:01.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:01 14:57:01.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:01 14:57:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:01 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.387 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest
10:57:01 activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 1.199 s
10:57:01 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 0.583 s
10:57:01 useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest)  Time elapsed: 0.586 s
10:57:01 Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:01 14:57:01.674 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:01 14:57:01.675 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:57:01 14:57:01.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:01 14:57:01.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:01 14:57:01.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:01 14:57:01.675 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:57:01 14:57:01.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:01 14:57:01.682 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:57:01 14:57:01.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:01 14:57:01.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:01 14:57:01.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:01 14:57:01.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Item match:File
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Open File...'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Recent Files'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Close Editor	Ctrl+W'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors	Shift+Ctrl+W'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Save	Ctrl+S'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Save As...'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Save All	Shift+Ctrl+S'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:'Revert'
10:57:01 14:57:01.685 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Move...'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Rename...	F2'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Refresh	F5'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Print...	Ctrl+P'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:''
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Import...'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Found menu:'Export...'
10:57:01 14:57:01.686 DEBUG [main][MenuItemLookup] Item match:Export...
10:57:01 14:57:01.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..."
10:57:01 14:57:01.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export...
10:57:01 14:57:01.686 INFO [main][MenuItemHandler] Select menu item: Exp&ort...
10:57:01 14:57:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available....
10:57:01 14:57:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully
10:57:01 14:57:01.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export
10:57:01 14:57:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:01 14:57:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:01 14:57:01.734 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed
10:57:01 14:57:01.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:01 14:57:01.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:57:01 14:57:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:01 14:57:01.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:01 14:57:01.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:01 14:57:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:01 14:57:01.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:01 14:57:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:57:01 14:57:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:57:01 14:57:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children...
10:57:01 14:57:01.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category
10:57:01 14:57:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:02 14:57:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:02 14:57:02.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:02 14:57:02.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category
10:57:02 14:57:02.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard
10:57:02 14:57:02.238 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard
10:57:02 14:57:02.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection
10:57:02 14:57:02.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard
10:57:02 14:57:02.240 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed
10:57:02 14:57:02.240 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page
10:57:02 14:57:02.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:57:02 14:57:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:02 14:57:02.242 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:57:02 14:57:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:02 14:57:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:02 14:57:02.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:02 14:57:02.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:02 14:57:02.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"]
10:57:02 14:57:02.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available....
10:57:02 14:57:02.245 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
10:57:02 14:57:02.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.246 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.246 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed
10:57:02 14:57:02.246 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard
10:57:02 14:57:02.246 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)
10:57:02 14:57:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:02 14:57:02.247 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:02 14:57:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:02 14:57:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:02 14:57:02.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:02 14:57:02.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:02 14:57:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:02 14:57:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:02 14:57:02.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:57:02 14:57:02.268 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:02 14:57:02.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:02 14:57:02.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest
10:57:02 open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest)  Time elapsed: 0.586 s
10:57:02 Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest
10:57:02 14:57:02.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
10:57:02 14:57:02.301 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
10:57:02 14:57:02.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
10:57:02 14:57:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8)
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:02 14:57:02.303 INFO [WorkbenchTestable][AbstractButton] Click button OK
10:57:02 14:57:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:02 14:57:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:02 14:57:02.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:02 14:57:02.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:02 14:57:02.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
10:57:02 14:57:02.344 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
10:57:02 14:57:02.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:57:02 14:57:02.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:02 14:57:02.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
10:57:02 14:57:02.390 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
10:57:02 14:57:02.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
10:57:02 14:57:02.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:02 14:57:02.391 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:02 14:57:02.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:02 14:57:02.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:02 14:57:02.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:02 14:57:02.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:02 14:57:02.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available....
10:57:02 14:57:02.445 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
10:57:02 14:57:02.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:57:02 14:57:02.446 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:02 14:57:02.447 INFO [WorkbenchTestable][AbstractText] Text set to: something
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8)
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:02 14:57:02.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:02 14:57:02.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:02 14:57:02.450 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:02 14:57:02.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:02 14:57:02.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:02 14:57:02.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:02 14:57:02.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:02 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest
10:57:02 inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.045 s
10:57:02 inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.031 s
10:57:02 inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.069 s
10:57:02 inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest)  Time elapsed: 0.041 s
10:57:02 Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest
10:57:02 14:57:02.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking 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"]
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:02 14:57:02.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform'
10:57:02 14:57:02.467 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:02 14:57:02.467 DEBUG [main][MenuItemLookup] Item match:File
10:57:02 14:57:02.468 DEBUG [main][MenuItemLookup] Found menu:'New	Shift+Alt+N'
10:57:02 14:57:02.468 DEBUG [main][MenuItemLookup] Item match:New	Shift+Alt+N
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:'Project...'
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:''
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:'Folder'
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:'File'
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File'
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:''
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Found menu:'Other...	Ctrl+N'
10:57:02 14:57:02.470 DEBUG [main][MenuItemLookup] Item match:Other...	Ctrl+N
10:57:02 14:57:02.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other...	Ctrl+N"
10:57:02 14:57:02.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other...	Ctrl+N
10:57:02 14:57:02.470 INFO [main][MenuItemHandler] Select menu item: &Other...	Ctrl+N
10:57:02 14:57:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available....
10:57:02 14:57:02.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully
10:57:02 14:57:02.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard
10:57:02 14:57:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:02 14:57:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:02 14:57:02.546 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:02 14:57:02.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:02 14:57:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified
10:57:02 14:57:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:02 14:57:02.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:02 14:57:02.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:02 14:57:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:02 14:57:02.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:02 14:57:02.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:57:02 14:57:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:57:02 14:57:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children...
10:57:02 14:57:02.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:02 14:57:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:03 14:57:03.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:03 14:57:03.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:03 14:57:03.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully
10:57:03 14:57:03.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category
10:57:03 14:57:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:03 14:57:03.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed
10:57:03 14:57:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:03 14:57:03.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category
10:57:03 14:57:03.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard
10:57:03 14:57:03.052 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard
10:57:03 14:57:03.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection
10:57:03 14:57:03.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard
10:57:03 14:57:03.053 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed
10:57:03 14:57:03.053 INFO [WorkbenchTestable][NewWizard] Go to next wizard page
10:57:03 14:57:03.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8)
10:57:03 14:57:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.054 INFO [WorkbenchTestable][AbstractButton] Click button &Next >
10:57:03 14:57:03.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard']
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available....
10:57:03 14:57:03.059 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
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:03 14:57:03.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:03 14:57:03.060 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.060 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....
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.060 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
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:03 14:57:03.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:03 14:57:03.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard
10:57:03 14:57:03.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:03 14:57:03.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:03 14:57:03.061 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed
10:57:03 14:57:03.061 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard
10:57:03 14:57:03.061 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)
10:57:03 14:57:03.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.062 INFO [WorkbenchTestable][AbstractButton] Click button Cancel
10:57:03 14:57:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running...
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Compacting resource model' is a system job, skipped
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][JobIsRunning]   job 'Workbench Auto-Save Job' is a system job, skipped
10:57:03 14:57:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully
10:57:03 14:57:03.075 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....
10:57:03 14:57:03.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.112 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
10:57:03 14:57:03.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog
10:57:03 14:57:03.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:03 14:57:03.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:03 14:57:03.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.113 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.114 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.114 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.114 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.114 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.114 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:03 14:57:03.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:03 14:57:03.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.117 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message
10:57:03 14:57:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.119 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.119 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.120 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.120 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.120 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.120 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite 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")
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:03 14:57:03.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.122 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message
10:57:03 14:57:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.123 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.123 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.124 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.124 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.124 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.124 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message")
10:57:03 14:57:03.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:03 14:57:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:03 14:57:03.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:03 14:57:03.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.125 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.129 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.129 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.130 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.130 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.130 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.130 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message")
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:03 14:57:03.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:03 14:57:03.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.132 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message
10:57:03 14:57:03.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.133 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.133 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider")
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:03 14:57:03.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:03 14:57:03.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:03 14:57:03.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:03 14:57:03.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:03 14:57:03.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:03 14:57:03.135 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider
10:57:03 14:57:03.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:03 14:57:03.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:03 14:57:03.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:03 14:57:03.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:03 14:57:03.137 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.137 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:03 14:57:03.137 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.137 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.137 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed
10:57:03 14:57:03.143 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....
10:57:03 14:57:03.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:03 14:57:03.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:04 14:57:04.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:04 14:57:04.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:04 14:57:04.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:04 14:57:04.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:05 14:57:05.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:05 14:57:05.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:05 14:57:05.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:05 14:57:05.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:06 14:57:06.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:06 14:57:06.166 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:06 14:57:06.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:06 14:57:06.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:07 14:57:07.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:07 14:57:07.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:07 14:57:07.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:07 14:57:07.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:08 14:57:08.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:08 14:57:08.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:08 14:57:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:09 14:57:08.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:09 14:57:09.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:09 14:57:09.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:09 14:57:09.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:09 14:57:09.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:10 14:57:10.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:10 14:57:10.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:10 14:57:10.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:10 14:57:10.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:11 14:57:11.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:11 14:57:11.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:11 14:57:11.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:11 14:57:11.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:12 14:57:12.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:12 14:57:12.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:12 14:57:12.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:12 14:57:12.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:13 14:57:13.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:13 14:57:13.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:13 14:57:13.174 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
10:57:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.713 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest
10:57:13 testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 0.609 s
10:57:13 titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 0.068 s
10:57:13 testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest)  Time elapsed: 10.035 s
10:57:13 Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.182 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.183 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:13 14:57:13.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:13 14:57:13.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:13 14:57:13.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:13 14:57:13.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:13 14:57:13.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:13 14:57:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:13 14:57:13.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:13 14:57:13.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:13 14:57:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:13 14:57:13.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:13 14:57:13.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:13 14:57:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:13 14:57:13.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:13 14:57:13.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:13 14:57:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:13 14:57:13.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:13 14:57:13.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:13 14:57:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:13 14:57:13.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:13 14:57:13.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:13 14:57:13.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:13 14:57:13.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:13 14:57:13.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:13 14:57:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:13 14:57:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:13 14:57:13.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:13 14:57:13.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:13 14:57:13.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:13 14:57:13.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:13 14:57:13.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:13 14:57:13.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:13 14:57:13.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:13 14:57:13.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:13 14:57:13.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:13 14:57:13.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:13 14:57:13.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:13 14:57:13.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:13 14:57:13.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:13 14:57:13.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:13 14:57:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:13 14:57:13.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:13 14:57:13.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:13 14:57:13.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:13 14:57:13.320 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1
10:57:13 14:57:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:13 14:57:13.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:13 14:57:13.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:13 14:57:13.826 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1
10:57:13 14:57:13.826 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix
10:57:13 14:57:13.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:14 14:57:14.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:14 14:57:14.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix
10:57:14 14:57:14.332 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix
10:57:14 14:57:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:14 14:57:14.332 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed
10:57:14 14:57:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:14 14:57:14.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix
10:57:14 14:57:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:14 14:57:14.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:14 14:57:14.348 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:14 14:57:14.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:14 14:57:14.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:14 14:57:14.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:14 14:57:14.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:14 14:57:14.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:14 14:57:14.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:14 14:57:14.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:14 14:57:14.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:14 14:57:14.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:14 14:57:14.363 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:14 14:57:14.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:14 14:57:14.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:14 14:57:14.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:14 14:57:14.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:14 14:57:14.869 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:14 14:57:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:15 14:57:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:15 14:57:15.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:15 14:57:15.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:15 14:57:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:15 14:57:15.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:15 14:57:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:15 14:57:15.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:15 14:57:15.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:15 14:57:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:15 14:57:15.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:15 14:57:15.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:15 14:57:15.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:15 14:57:15.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:15 14:57:15.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:15 14:57:15.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:15 14:57:15.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:15 14:57:15.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:15 14:57:15.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:15 14:57:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:15 14:57:15.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:15 14:57:15.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:15 14:57:15.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:15 14:57:15.415 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:15 14:57:15.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:15 14:57:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:15 14:57:15.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:15 14:57:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:15 14:57:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:15 14:57:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:15 14:57:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:15 14:57:15.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:15 14:57:15.922 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:15 14:57:15.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:15 14:57:15.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:16 14:57:16.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:16 14:57:16.422 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:16 14:57:16.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:16 14:57:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:16 14:57:16.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:16 14:57:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:16 14:57:16.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:16 14:57:16.429 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1
10:57:16 14:57:16.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix
10:57:16 14:57:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:16 14:57:16.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:16 14:57:16.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix
10:57:16 14:57:16.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix
10:57:16 14:57:16.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:16 14:57:16.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed
10:57:16 14:57:16.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:16 14:57:16.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix
10:57:16 14:57:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:16 14:57:16.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:16 14:57:16.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:16 14:57:16.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:16 14:57:16.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:16 14:57:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:16 14:57:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:16 14:57:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:16 14:57:16.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:16 14:57:16.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:16 14:57:16.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:16 14:57:16.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:16 14:57:16.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:16 14:57:16.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:16 14:57:16.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:16 14:57:16.985 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:16 14:57:16.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:17 14:57:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:17 14:57:17.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:17 14:57:17.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:17 14:57:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:17 14:57:17.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:17 14:57:17.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:17 14:57:17.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:17 14:57:17.491 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:17 14:57:17.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:17 14:57:17.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:17 14:57:17.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:17 14:57:17.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:17 14:57:17.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:17 14:57:17.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:17 14:57:17.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:17 14:57:17.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:17 14:57:17.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:17 14:57:17.999 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:17 14:57:17.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:18 14:57:17.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:18 14:57:18.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:18 14:57:18.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:18 14:57:18.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:18 14:57:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:18 14:57:18.507 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:18 14:57:18.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:18 14:57:18.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:18 14:57:18.508 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:18 14:57:18.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:18 14:57:18.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:19 14:57:19.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:19 14:57:19.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:19 14:57:19.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:19 14:57:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:19 14:57:19.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:19 14:57:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:19 14:57:19.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:19 14:57:19.017 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:19 14:57:19.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:19 14:57:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:19 14:57:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:19 14:57:19.518 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:19 14:57:19.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:19 14:57:19.519 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:19 14:57:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:20 14:57:20.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:20 14:57:20.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:20 14:57:20.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:20 14:57:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:20 14:57:20.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:20 14:57:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:20 14:57:20.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:20 14:57:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:20 14:57:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:20 14:57:20.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:20 14:57:20.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:20 14:57:20.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:20 14:57:20.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:20 14:57:20.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:20 14:57:20.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:20 14:57:20.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:20 14:57:20.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:20 14:57:20.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:20 14:57:20.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:20 14:57:20.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:20 14:57:20.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:20 14:57:20.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:20 14:57:20.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:20 14:57:20.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children...
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully
10:57:20 14:57:20.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
10:57:20 14:57:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:20 14:57:20.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:20 14:57:20.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
10:57:20 14:57:20.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
10:57:20 14:57:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:20 14:57:20.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed
10:57:20 14:57:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:20 14:57:20.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
10:57:20 14:57:20.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:20 14:57:20.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:20 14:57:20.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:20 14:57:20.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:20 14:57:20.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:20 14:57:20.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:20 14:57:20.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:20 14:57:20.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:20 14:57:20.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:20 14:57:20.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:20 14:57:20.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:20 14:57:20.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:20 14:57:20.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:20 14:57:20.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:20 14:57:20.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:20 14:57:20.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:20 14:57:20.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:20 14:57:20.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:20 14:57:20.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:20 14:57:20.593 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
10:57:20 14:57:20.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:21 14:57:21.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:21 14:57:21.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
10:57:21 14:57:21.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0
10:57:21 14:57:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:21 14:57:21.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed
10:57:21 14:57:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:21 14:57:21.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0
10:57:21 14:57:21.099 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1
10:57:21 14:57:21.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00
10:57:21 14:57:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:21 14:57:21.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:21 14:57:21.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00
10:57:21 14:57:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00
10:57:21 14:57:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:21 14:57:21.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed
10:57:21 14:57:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:21 14:57:21.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00
10:57:21 14:57:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:21 14:57:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:21 14:57:21.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:21 14:57:21.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:21 14:57:21.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:21 14:57:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:21 14:57:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:21 14:57:21.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:21 14:57:21.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:21 14:57:21.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:21 14:57:21.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:21 14:57:21.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:21 14:57:21.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:21 14:57:21.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:21 14:57:21.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:21 14:57:21.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:21 14:57:21.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:21 14:57:21.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:21 14:57:21.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:21 14:57:21.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:21 14:57:21.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:21 14:57:21.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:21 14:57:21.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:21 14:57:21.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:21 14:57:21.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:21 14:57:21.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:21 14:57:21.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:21 14:57:21.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:21 14:57:21.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:21 14:57:21.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:21 14:57:21.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:21 14:57:21.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:21 14:57:21.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:21 14:57:21.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:21 14:57:21.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified
10:57:21 14:57:21.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:21 14:57:21.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:21 14:57:21.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:21 14:57:21.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:21 14:57:21.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found
10:57:21 14:57:21.676 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:21 14:57:21.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:21 14:57:21.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:22 14:57:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:22 14:57:22.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:22 14:57:22.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:22 14:57:22.181 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:22 14:57:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:22 14:57:22.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:22 14:57:22.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:22 14:57:22.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x
10:57:22 14:57:22.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:22 14:57:22.688 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed
10:57:22 14:57:22.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:22 14:57:22.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x
10:57:22 14:57:22.688 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:22 14:57:22.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:22 14:57:22.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:23 14:57:23.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:23 14:57:23.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:23 14:57:23.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:23 14:57:23.196 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:23 14:57:23.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:23 14:57:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:23 14:57:23.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:23 14:57:23.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:23 14:57:23.705 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:23 14:57:23.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:24 14:57:24.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:24 14:57:24.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:24 14:57:24.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:24 14:57:24.207 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:24 14:57:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:24 14:57:24.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:24 14:57:24.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:24 14:57:24.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix
10:57:24 14:57:24.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification...
10:57:24 14:57:24.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed
10:57:24 14:57:24.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully
10:57:24 14:57:24.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix
10:57:24 14:57:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:24 14:57:24.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:24 14:57:24.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:24 14:57:24.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:24 14:57:24.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:24 14:57:24.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 14:57:24.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)
10:57:24 14:57:24.718 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:24 14:57:24.718 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:24 14:57:24.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:24 14:57:24.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.537 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest
10:57:24 getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.053 s
10:57:24 getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.042 s
10:57:24 getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.069 s
10:57:24 getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.049 s
10:57:24 getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.55 s
10:57:24 getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 3.081 s
10:57:24 getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.55 s
10:57:24 testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 1.032 s
10:57:24 getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 0.035 s
10:57:24 getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest)  Time elapsed: 3.07 s
10:57:24 Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.723 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.724 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:57:24 14:57:24.724 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:24 14:57:24.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.724 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:24 14:57:24.724 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:24 14:57:24.725 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:24 14:57:24.725 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:24 
10:57:24 (Eclipse:1618): Gtk-CRITICAL **: 14:57:24.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
10:57:24 14:57:24.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified
10:57:24 14:57:24.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:24 14:57:24.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 14:57:24.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent
10:57:24 14:57:24.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:24 14:57:24.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:24 14:57:24.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:24 14:57:24.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:24 14:57:24.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:24 14:57:24.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found
10:57:24 14:57:24.760 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Notify Table with event 13
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Wait for synchronization
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Notify Table with event 3
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Wait for synchronization
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Notify Table with event 4
10:57:24 14:57:24.763 TRACE [main][WidgetHandler] Wait for synchronization
10:57:24 14:57:24.772 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
10:57:24 14:57:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:24 14:57:24.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:24 14:57:24.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:24 14:57:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:24 14:57:24.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found
10:57:24 14:57:24.772 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text
10:57:24 14:57:24.772 INFO [WorkbenchTestable][AbstractText] Text set to: abc
10:57:24 14:57:24.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16
10:57:24 14:57:24.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:24 14:57:24.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available....
10:57:24 14:57:24.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully
10:57:24 14:57:24.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell
10:57:24 14:57:24.776 DEBUG [main][AbstractWait] Waiting until shell is active...
10:57:24 14:57:24.776 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully
10:57:24 14:57:24.776 INFO [main][AbstractShell] Close shell Testing shell
10:57:24 14:57:24.776 INFO [main][ShellHandler] Closing shell 'Testing shell'
10:57:24 14:57:24.779 DEBUG [main][AbstractWait] Waiting while shell is available...
10:57:24 14:57:24.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully
10:57:24 14:57:24.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:24 14:57:24.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:24 14:57:24.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 14:57:24.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)
10:57:24 14:57:24.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 14:57:24.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:24 14:57:24.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:24 14:57:24.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest
10:57:24 tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest)  Time elapsed: 0.058 s
10:57:24 Running org.eclipse.reddeer.jface.test.window.WindowTest
10:57:24 14:57:24.788 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"]
10:57:24 14:57:24.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:24 14:57:24.788 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"]
10:57:24 14:57:24.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:24 14:57:24.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:24 14:57:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:24 14:57:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:24 14:57:24.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:24 14:57:24.821 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")
10:57:24 14:57:24.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:24 14:57:24.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:24 14:57:24.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:24 14:57:24.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:24 14:57:24.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:24 14:57:24.825 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:24 14:57:24.826 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:24 14:57:24.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:24 14:57:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
10:57:24 14:57:24.839 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
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:24 14:57:24.839 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:24 14:57:24.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:24 14:57:24.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
10:57:24 14:57:24.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:24 14:57:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:24 14:57:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:24 14:57:24.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:57:24 14:57:24.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:24 14:57:24.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:24 14:57:24.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:25 14:57:25.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:25 14:57:25.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:25 14:57:25.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:25 14:57:25.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:25 14:57:25.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:57:25 14:57:25.842 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:57:25 14:57:25.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:57:25 14:57:25.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:25 14:57:25.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:25 14:57:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:25 14:57:25.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:25 14:57:25.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:25 14:57:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:25 14:57:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:25 14:57:25.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:25 14:57:25.856 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")
10:57:25 14:57:25.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:25 14:57:25.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:25 14:57:25.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:25 14:57:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:25 14:57:25.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:25 14:57:25.860 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:25 14:57:25.860 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:25 14:57:25.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:25 14:57:25.869 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"]
10:57:25 14:57:25.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:25 14:57:25.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:25 14:57:25.870 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:25 14:57:25.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:25 14:57:25.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:57:25 14:57:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:25 14:57:25.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:25 14:57:25.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:26 14:57:26.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:26 14:57:26.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:26 14:57:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:57:26 14:57:26.873 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:57:26 14:57:26.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:57:26 14:57:26.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:26 14:57:26.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:26 14:57:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:26 14:57:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:26 14:57:26.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:26 14:57:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:26 14:57:26.886 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")
10:57:26 14:57:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:26 14:57:26.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:26 14:57:26.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:26 14:57:26.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:26 14:57:26.889 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:26 14:57:26.889 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:26 14:57:26.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:26 14:57:26.905 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....
10:57:26 14:57:26.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.905 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
10:57:26 14:57:26.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.906 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
10:57:26 14:57:26.906 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
10:57:26 14:57:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:26 14:57:26.918 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")
10:57:26 14:57:26.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:26 14:57:26.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:26 14:57:26.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:26 14:57:26.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:26 14:57:26.922 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:26 14:57:26.922 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:26 14:57:26.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:26 14:57:26.937 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....
10:57:26 14:57:26.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.937 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
10:57:26 14:57:26.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.938 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
10:57:26 14:57:26.938 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
10:57:26 14:57:26.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:57:26 14:57:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:57:26 14:57:26.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:26 14:57:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:26 14:57:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:26 14:57:26.951 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"]
10:57:26 14:57:26.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.952 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"]
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:26 14:57:26.952 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")
10:57:26 14:57:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:26 14:57:26.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:26 14:57:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:26 14:57:26.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:26 14:57:26.956 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:26 14:57:26.956 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:26 14:57:26.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:26 14:57:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
10:57:26 14:57:26.973 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
10:57:26 14:57:26.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.973 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
10:57:26 14:57:26.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:26 14:57:26.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:26 14:57:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.974 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window
10:57:26 14:57:26.974 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window'
10:57:26 14:57:26.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available...
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:26 14:57:26.981 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")
10:57:26 14:57:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:26 14:57:26.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:26 14:57:26.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:26 14:57:26.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:26 14:57:26.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:26 14:57:26.984 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:26 14:57:26.984 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:26 14:57:26.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:27 14:57:27.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available....
10:57:27 14:57:27.000 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
10:57:27 14:57:27.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:27 14:57:27.001 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:27 14:57:27.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:27 14:57:27.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:57:27 14:57:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:27 14:57:27.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:27 14:57:27.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:27 14:57:27.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:27 14:57:27.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:28 14:57:28.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:28 14:57:28.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:28 14:57:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:57:28 14:57:28.003 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:57:28 14:57:28.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:57:28 14:57:28.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:28 14:57:28.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:28 14:57:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:28 14:57:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:28 14:57:28.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform'
10:57:28 14:57:28.017 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")
10:57:28 14:57:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:28 14:57:28.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:28 14:57:28.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:28 14:57:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:28 14:57:28.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found
10:57:28 14:57:28.020 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip
10:57:28 14:57:28.020 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13
10:57:28 14:57:28.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:28 14:57:28.036 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"]
10:57:28 14:57:28.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:28 14:57:28.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:28 14:57:28.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:28 14:57:28.037 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:28 14:57:28.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:28 14:57:28.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel")
10:57:28 14:57:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:28 14:57:28.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:28 14:57:28.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:28 14:57:28.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:28 14:57:28.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:29 14:57:29.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found
10:57:29 14:57:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown
10:57:29 14:57:29.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found
10:57:29 14:57:29.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21
10:57:29 14:57:29.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:29 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.259 s - in org.eclipse.reddeer.jface.test.window.WindowTest
10:57:29 openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.068 s
10:57:29 openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0.001 s
10:57:29 openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.029 s
10:57:29 openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0.001 s
10:57:29 eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 0.065 s
10:57:29 openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.065 s
10:57:29 openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest)  Time elapsed: 1.03 s
10:57:29 Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.050 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.051 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:29 14:57:29.051 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never'
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements
10:57:29 14:57:29.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt
10:57:29 14:57:29.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt
10:57:29 14:57:29.053 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....
10:57:29 14:57:29.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:29 14:57:29.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data
10:57:29 14:57:29.092 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
10:57:29 14:57:29.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences
10:57:29 14:57:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:29 14:57:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:29 14:57:29.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.093 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")
10:57:29 14:57:29.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:29 14:57:29.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid")
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:29 14:57:29.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully
10:57:29 14:57:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:29 14:57:29.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:29 14:57:29.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:29 14:57:29.095 INFO [WorkbenchTestable][AbstractButton] Click button make valid
10:57:29 14:57:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:29 14:57:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:29 14:57:29.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:29 14:57:29.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:29 14:57:29.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.096 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")
10:57:29 14:57:29.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:29 14:57:29.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:29 14:57:29.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:29 14:57:29.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.098 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")
10:57:29 14:57:29.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found...
10:57:29 14:57:29.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers
10:57:29 14:57:29.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found
10:57:29 14:57:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully
10:57:29 14:57:29.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found
10:57:29 14:57:29.099 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close
10:57:29 14:57:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled...
10:57:29 14:57:29.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully
10:57:29 14:57:29.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13
10:57:29 14:57:29.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available...
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active...
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:29 14:57:29.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:29 14:57:29.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:29 14:57:29.110 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)
10:57:29 14:57:29.111 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 14:57:29.111 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt
10:57:29 14:57:29.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells...
10:57:29 14:57:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists...
10:57:29 14:57:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully
10:57:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest
10:57:29 testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest)  Time elapsed: 0.058 s
10:57:29 
10:57:29 Results:
10:57:29 
10:57:29 Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
10:57:29 
10:57:29 [INFO] All tests passed!
10:57:29 [INFO] 
10:57:29 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test ---
10:57:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec
10:57:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes
10:57:30 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes
10:57:30 [INFO] 
10:57:30 [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------
10:57:30 [INFO] Building RedDeer Integration and Eclipse Installation Tests 4.7.0-SNAPSHOT [36/58]
10:57:30 [INFO]   from tests/org.eclipse.reddeer.integration.test/pom.xml
10:57:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:57:30 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:57:30 [INFO] 
10:57:30 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] 
10:57:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:57:30 [INFO] 
10:57:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] 
10:57:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] 
10:57:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] 
10:57:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] Resolving class path of RedDeer Integration and Eclipse Installation Tests...
10:57:30 [INFO] 
10:57:30 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.integration.test ---
10:57:30 [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/**/*
10:57:30 [INFO] 
10:57:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:57:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/resources
10:57:30 [INFO] 
10:57:30 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.integration.test ---
10:57:30 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/bin
10:57:31 [INFO] 
10:57:31 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test ---
10:57:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:57:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/src/test/resources
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.integration.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test ---
10:57:31 [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
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test ---
10:57:31 [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
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.integration.test ---
10:57:31 [INFO] Skipping tests
10:57:31 [INFO] 
10:57:31 [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.integration.test ---
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes
10:57:31 [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes
10:57:31 [INFO] 
10:57:31 [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >--------
10:57:31 [INFO] Building RedDeer Eclipse Tests 4.7.0-SNAPSHOT                    [37/58]
10:57:31 [INFO]   from tests/org.eclipse.reddeer.eclipse.test/pom.xml
10:57:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
10:57:31 [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)'
10:57:31 [INFO] 
10:57:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] The project's OSGi version is 4.7.0.v20230824-1442
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] Resolving class path of RedDeer Eclipse Tests...
10:57:31 [INFO] 
10:57:31 [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [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/**/*
10:57:31 [INFO] 
10:57:31 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:57:31 [INFO] Copying 12 resources
10:57:31 [INFO] 
10:57:31 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test ---
10:57:31 [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin
10:57:32 [INFO] 
10:57:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test ---
10:57:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:57:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources
10:57:32 [INFO] 
10:57:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test ---
10:57:32 [INFO] 
10:57:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test ---
10:57:32 [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
10:57:32 [INFO] 
10:57:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test ---
10:57:32 [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
10:57:32 [INFO] 
10:57:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test ---
10:57:32 [INFO] 
10:57:32 [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test ---
10:57:36 [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar
10:57:37 [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
10:57:37 [INFO] 
10:57:37 [INFO] --- download:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test ---
10:57:43 Downloading: https://repo1.maven.org/maven2/com/h2database/h2/1.4.199/h2-1.4.199.jar
10:57:43 16/2127K
32/2127K
48/2127K
64/2127K
80/2127K
96/2127K
112/2127K
128/2127K
144/2127K
160/2127K
176/2127K
192/2127K
208/2127K
224/2127K
240/2127K
256/2127K
272/2127K
288/2127K
304/2127K
320/2127K
336/2127K
352/2127K
368/2127K
384/2127K
400/2127K
416/2127K
432/2127K
448/2127K
464/2127K
480/2127K
496/2127K
512/2127K
528/2127K
544/2127K
560/2127K
571/2127K
587/2127K
603/2127K
619/2127K
635/2127K
651/2127K
667/2127K
683/2127K
699/2127K
715/2127K
731/2127K
747/2127K
763/2127K
779/2127K
795/2127K
811/2127K
827/2127K
843/2127K
859/2127K
875/2127K
891/2127K
907/2127K
923/2127K
939/2127K
955/2127K
971/2127K
987/2127K
1003/2127K
1019/2127K
1035/2127K
1051/2127K
1067/2127K
1083/2127K
1099/2127K
1115/2127K
1131/2127K
1142/2127K
1158/2127K
1174/2127K
1190/2127K
1206/2127K
1222/2127K
1238/2127K
1254/2127K
1270/2127K
1286/2127K
1302/2127K
1318/2127K
1334/2127K
1350/2127K
1366/2127K
1382/2127K
1398/2127K
1414/2127K
1430/2127K
1446/2127K
1462/2127K
1478/2127K
1494/2127K
1510/2127K
1526/2127K
1542/2127K
1558/2127K
1574/2127K
1590/2127K
1606/2127K
1622/2127K
1638/2127K
1654/2127K
1670/2127K
1686/2127K
1702/2127K
1713/2127K
1729/2127K
1745/2127K
1761/2127K
1777/2127K
1793/2127K
1809/2127K
1825/2127K
1841/2127K
1857/2127K
1873/2127K
1889/2127K
1905/2127K
1921/2127K
1937/2127K
1953/2127K
1969/2127K
1985/2127K
2001/2127K
2017/2127K
2033/2127K
2049/2127K
2065/2127K
2081/2127K
2097/2127K
2113/2127K
2127/2127K
2127K downloaded
10:57:43 [INFO] 
10:57:43 [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test ---
10:57:46 [INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (31.71kB)
10:57:46 [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (249kB)
10:57:46 [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)
10:57:46 [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.92MB)
10:57:46 [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (2.82MB)
10:57:46 [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (3.53MB)
10:57:47 [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (478.08kB)
10:57:47 [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (302.99kB)
10:57:47 [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (77.95kB)
10:57:47 [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)
10:57:47 [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)
10:57:47 [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (62.56kB)
10:57:47 [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)
10:57:47 [INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (106.86kB)
10:57:47 [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (24.45kB)
10:57:47 [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)
10:57:47 [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (15.03kB)
10:57:47 [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)
10:57:47 [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)
10:57:47 [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (1.02MB)
10:57:47 [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)
10:57:47 [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)
10:57:47 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (293.71kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (254.52kB)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.help.base_4.4.100.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (440.51kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (25.39kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (398.67kB)
10:57:48 [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.79kB)
10:57:48 [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (133.18kB)
10:57:48 [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (67.72kB)
10:57:48 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (26.38kB)
10:57:48 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (52.52kB)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (36.25kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (96.2kB)
10:57:48 [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (84.37kB)
10:57:48 [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (66.69kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (93.64kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (14.66kB)
10:57:48 [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (196.8kB)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:48 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [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)
10:57:49 [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (56.39kB)
10:57:49 [ERROR] All attempts to read artifact osgi.bundle,org.eclipse.jetty.jndi,10.0.15 failed:
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [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:
10:57:49 [ERROR]       Retry another mirror:
10:57:49 [ERROR]          Problems downloading artifact: osgi.bundle,org.eclipse.jetty.jndi,10.0.15.:
10:57:49 [ERROR]             MD5 hash is not as expected. Expected: 785f479c6433717bee8e9bb94df56c11 and found 8f2d6b1e2acef3285e3a12f62042890c.
10:57:49 [INFO] ------------------------------------------------------------------------
10:57:49 [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT:
10:57:49 [INFO] 
10:57:49 [INFO] RedDeer Parent POM File ............................ SUCCESS [  1.224 s]
10:57:49 [INFO] RedDeer Plugins .................................... SUCCESS [  0.004 s]
10:57:49 [INFO] RedDeer Common ..................................... SUCCESS [  4.239 s]
10:57:49 [INFO] RedDeer Workbench Core ............................. SUCCESS [  0.914 s]
10:57:49 [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [  0.460 s]
10:57:49 [INFO] RedDeer Core ....................................... SUCCESS [  1.004 s]
10:57:49 [INFO] RedDeer SWT ........................................ SUCCESS [  0.729 s]
10:57:49 [INFO] RedDeer JFace ...................................... SUCCESS [  0.315 s]
10:57:49 [INFO] RedDeer Workbench .................................. SUCCESS [  0.691 s]
10:57:49 [INFO] RedDeer E4 Workbench ............................... SUCCESS [  0.295 s]
10:57:49 [INFO] RedDeer UIForms .................................... SUCCESS [  0.396 s]
10:57:49 [INFO] RedDeer Direct ..................................... SUCCESS [  0.276 s]
10:57:49 [INFO] RedDeer JUnit ...................................... SUCCESS [  0.594 s]
10:57:49 [INFO] RedDeer Eclipse .................................... SUCCESS [  0.932 s]
10:57:49 [INFO] RedDeer GEF ........................................ SUCCESS [  0.503 s]
10:57:49 [INFO] RedDeer GEF Spy .................................... SUCCESS [  0.273 s]
10:57:49 [INFO] RedDeer Graphiti ................................... SUCCESS [  0.288 s]
10:57:49 [INFO] RedDeer JDT Junit .................................. SUCCESS [  0.161 s]
10:57:49 [INFO] RedDeer JUnit Extensions ........................... SUCCESS [  0.297 s]
10:57:49 [INFO] RedDeer Requirements ............................... SUCCESS [  0.548 s]
10:57:49 [INFO] RedDeer UI ......................................... SUCCESS [  1.073 s]
10:57:49 [INFO] RedDeer Spy ........................................ SUCCESS [  0.241 s]
10:57:49 [INFO] RedDeer Recorder ................................... SUCCESS [  0.518 s]
10:57:49 [INFO] RedDeer Go ......................................... SUCCESS [  0.310 s]
10:57:49 [INFO] RedDeer Log Parser ................................. SUCCESS [  0.300 s]
10:57:49 [INFO] RedDeer CodeGen .................................... SUCCESS [  0.460 s]
10:57:49 [INFO] RedDeer Test-Apps .................................. SUCCESS [  0.002 s]
10:57:49 [INFO] RedDeer E4 Test App ................................ SUCCESS [  0.118 s]
10:57:49 [INFO] RedDeer Tests ...................................... SUCCESS [  0.037 s]
10:57:49 [INFO] RedDeer Common Tests ............................... SUCCESS [01:19 min]
10:57:49 [INFO] RedDeer SWT Tests .................................. SUCCESS [03:22 min]
10:57:49 [INFO] RedDeer Core Tests ................................. SUCCESS [02:59 min]
10:57:49 [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:38 min]
10:57:49 [INFO] RedDeer UIForms Test ............................... SUCCESS [ 17.944 s]
10:57:49 [INFO] RedDeer JFace Tests ................................ SUCCESS [01:15 min]
10:57:49 [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [  0.770 s]
10:57:49 [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 17.697 s]
10:57:49 [INFO] RedDeer GEF Tests .................................. SKIPPED
10:57:49 [INFO] RedDeer Graphiti Tests ............................. SKIPPED
10:57:49 [INFO] RedDeer Direct Tests ............................... SKIPPED
10:57:49 [INFO] RedDeer JUnit Tests ................................ SKIPPED
10:57:49 [INFO] RedDeer Requirements Tests ......................... SKIPPED
10:57:49 [INFO] RedDeer UI Tests ................................... SKIPPED
10:57:49 [INFO] RedDeer E4 Workbench Tests ......................... SKIPPED
10:57:49 [INFO] RedDeer Features ................................... SKIPPED
10:57:49 [INFO] RedDeer E4 Feature ................................. SKIPPED
10:57:49 [INFO] RedDeer Eclipse Feature ............................ SKIPPED
10:57:49 [INFO] RedDeer GEF Spy Feature ............................ SKIPPED
10:57:49 [INFO] RedDeer SWT Feature ................................ SKIPPED
10:57:49 [INFO] RedDeer Tests Feature .............................. SKIPPED
10:57:49 [INFO] RedDeer UI Feature ................................. SKIPPED
10:57:49 [INFO] RedDeer Recorder Feature ........................... SKIPPED
10:57:49 [INFO] RedDeer GEF/Graphiti Feature ....................... SKIPPED
10:57:49 [INFO] RedDeer Spy Feature ................................ SKIPPED
10:57:49 [INFO] RedDeer Log Parser Feature ......................... SKIPPED
10:57:49 [INFO] RedDeer CodeGen Feature ............................ SKIPPED
10:57:49 [INFO] RedDeer Site ....................................... SKIPPED
10:57:49 [INFO] RedDeer Archetype .................................. SKIPPED
10:57:49 [INFO] ------------------------------------------------------------------------
10:57:49 [INFO] BUILD FAILURE
10:57:49 [INFO] ------------------------------------------------------------------------
10:57:49 [INFO] Total time:  15:20 min
10:57:49 [INFO] Finished at: 2023-08-24T14:57:49Z
10:57:49 [INFO] ------------------------------------------------------------------------
10:57:49 [WARNING] 
10:57:49 [WARNING] Plugin validation issues were detected in 13 plugin(s)
10:57:49 [WARNING] 
10:57:49 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5
10:57:49 [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.9
10:57:49 [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:2.22.2
10:57:49 [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-source-plugin:2.7.5
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-ds-plugin:2.7.5
10:57:49 [WARNING]  * com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:2.7.5
10:57:49 [WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:2.8
10:57:49 [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:2.7.5
10:57:49 [WARNING]  * org.eclipse.tycho:tycho-compiler-plugin:2.7.5
10:57:49 [WARNING] 
10:57:49 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
10:57:49 [WARNING] 
10:57:49 [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]
10:57:49 [ERROR] 
10:57:49 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
10:57:49 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
10:57:49 [ERROR] 
10:57:49 [ERROR] For more information about the errors and possible solutions, please read the following articles:
10:57:49 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
10:57:49 [ERROR] 
10:57:49 [ERROR] After correcting the problems, you can resume the build with the command
10:57:49 [ERROR]   mvn <args> -rf :org.eclipse.reddeer.eclipse.test
10:57:49 Build step 'Invoke top-level Maven targets' marked build as failure
10:57:49 Terminating xvnc.
10:58:01 Archiving artifacts
10:58:02 Recording test results
10:58:03 [Checks API] No suitable checks publisher found.
10:58:03 Sending e-mails to: odockal@redhat.com
10:58:04 Finished: FAILURE