testability-driver-qt-sut-plugin 1.4.4 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/testability-driver-plugins/testability-driver-qt-sut-plugin/behaviours/application.rb +15 -1
- data/lib/testability-driver-plugins/testability-driver-qt-sut-plugin/behaviours/events.rb +7 -3
- data/lib/testability-driver-plugins/testability-driver-qt-sut-plugin/behaviours/sut.rb +1 -1
- metadata +5 -5
data/lib/testability-driver-plugins/testability-driver-qt-sut-plugin/behaviours/application.rb
CHANGED
|
@@ -48,7 +48,21 @@ module MobyBehaviour
|
|
|
48
48
|
module Application
|
|
49
49
|
|
|
50
50
|
@@__multitouch_operation = false
|
|
51
|
-
|
|
51
|
+
|
|
52
|
+
# == description
|
|
53
|
+
# Method for getting the status of multitouch operation
|
|
54
|
+
#
|
|
55
|
+
# == arguments
|
|
56
|
+
#
|
|
57
|
+
#
|
|
58
|
+
# == returns
|
|
59
|
+
# Boolean
|
|
60
|
+
# description: Returns false if multitouch operation is finished
|
|
61
|
+
# example: true
|
|
62
|
+
#
|
|
63
|
+
# == exceptions
|
|
64
|
+
#
|
|
65
|
+
#
|
|
52
66
|
def multitouch_ongoing?
|
|
53
67
|
|
|
54
68
|
@@__multitouch_operation
|
|
@@ -138,10 +138,14 @@ module MobyBehaviour
|
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
# == description
|
|
141
|
-
# Gets event list occured since the enabling of events. The format of the XML string is the same as with the UI state
|
|
142
|
-
# [b]NOTE:[/b] It is highly recommended to create a StateObject with result XML and access the data through appropriate API.\n
|
|
141
|
+
# Gets event list occured since the enabling of events. The format of the XML string is the same as with the UI state.
|
|
143
142
|
# \n
|
|
144
|
-
#
|
|
143
|
+
#
|
|
144
|
+
# [b]NOTE:[/b]
|
|
145
|
+
# It is highly recommended to create a StateObject with result XML and access the data through appropriate API.
|
|
146
|
+
# \n
|
|
147
|
+
#
|
|
148
|
+
# See state_object method for more details.
|
|
145
149
|
#
|
|
146
150
|
# == returns
|
|
147
151
|
# String
|
|
@@ -712,7 +712,7 @@ module MobyBehaviour
|
|
|
712
712
|
|
|
713
713
|
# == description
|
|
714
714
|
# Does MemSpy heap dump from the given application. The dump will be
|
|
715
|
-
# saved in a file, which need to be separately fetched from the device
|
|
715
|
+
# saved in a file, which need to be separately fetched from the device.\n
|
|
716
716
|
# \n
|
|
717
717
|
# [b]NOTE:[/b] Only supported on Symbian platform.
|
|
718
718
|
#
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: testability-driver-qt-sut-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 1.
|
|
8
|
+
- 5
|
|
9
|
+
- 0
|
|
10
|
+
version: 1.5.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- TDriver team
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-02-
|
|
18
|
+
date: 2012-02-23 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|