Class: TestCentricity::Environ
- Inherits:
-
DataObject
show all
- Defined in:
- lib/testcentricity_mobile/data_objects/environment.rb
Instance Attribute Summary collapse
Attributes inherited from DataObject
#context, #current, #hash_table
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from DataObject
current, current=
Constructor Details
#initialize(data) ⇒ Environ
Returns a new instance of Environ.
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 123
def initialize(data)
@user_id = data['USER_ID']
@password = data['PASSWORD']
@app_id = data['APP_ID']
@api_key = data['API_KEY']
@option1 = data['OPTIONAL_1']
@option2 = data['OPTIONAL_2']
@option3 = data['OPTIONAL_3']
@option4 = data['OPTIONAL_4']
@dns = data['DNS']
@db_username = data['DB_USERNAME']
@db_password = data['DB_PASSWORD']
@ios_app_path = data['IOS_APP_PATH']
@ios_ipa_path = data['IOS_IPA_PATH']
@ios_bundle_id = data['IOS_BUNDLE_ID']
@ios_test_id = data['IOS_TEST_ID']
@android_apk_path = data['ANDROID_APK_PATH']
@android_app_id = data['ANDROID_APP_ID']
@android_test_id = data['ANDROID_TEST_ID']
@deep_link_prefix = data['DEEP_LINK_PREFIX']
super
end
|
Instance Attribute Details
#android_apk_path ⇒ Object
Returns the value of attribute android_apk_path.
117
118
119
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 117
def android_apk_path
@android_apk_path
end
|
#android_app_id ⇒ Object
Returns the value of attribute android_app_id.
118
119
120
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 118
def android_app_id
@android_app_id
end
|
#android_test_id ⇒ Object
Returns the value of attribute android_test_id.
119
120
121
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 119
def android_test_id
@android_test_id
end
|
Returns the value of attribute api_key.
104
105
106
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 104
def api_key
@api_key
end
|
Returns the value of attribute app_id.
103
104
105
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 103
def app_id
@app_id
end
|
#app_session_id ⇒ Object
Returns the value of attribute app_session_id.
77
78
79
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 77
def app_session_id
@app_session_id
end
|
#appium_driver ⇒ Object
Returns the value of attribute appium_driver.
89
90
91
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 89
def appium_driver
@appium_driver
end
|
#db_password ⇒ Object
Returns the value of attribute db_password.
111
112
113
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 111
def db_password
@db_password
end
|
#db_username ⇒ Object
Returns the value of attribute db_username.
110
111
112
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 110
def db_username
@db_username
end
|
#deep_link_prefix ⇒ Object
Returns the value of attribute deep_link_prefix.
121
122
123
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 121
def deep_link_prefix
@deep_link_prefix
end
|
#default_max_wait_time ⇒ Object
Returns the value of attribute default_max_wait_time.
120
121
122
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 120
def default_max_wait_time
@default_max_wait_time
end
|
Returns the value of attribute device.
79
80
81
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 79
def device
@device
end
|
#device_name ⇒ Object
Returns the value of attribute device_name.
80
81
82
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 80
def device_name
@device_name
end
|
#device_orientation ⇒ Object
Returns the value of attribute device_orientation.
84
85
86
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 84
def device_orientation
@device_orientation
end
|
#device_os ⇒ Object
Returns the value of attribute device_os.
82
83
84
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 82
def device_os
@device_os
end
|
#device_os_version ⇒ Object
Returns the value of attribute device_os_version.
83
84
85
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 83
def device_os_version
@device_os_version
end
|
#device_type ⇒ Object
Returns the value of attribute device_type.
81
82
83
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 81
def device_type
@device_type
end
|
Returns the value of attribute dns.
109
110
111
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 109
def dns
@dns
end
|
Returns the value of attribute driver.
87
88
89
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 87
def driver
@driver
end
|
#driver_name ⇒ Object
Returns the value of attribute driver_name.
88
89
90
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 88
def driver_name
@driver_name
end
|
#ios_app_path ⇒ Object
Returns the value of attribute ios_app_path.
113
114
115
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 113
def ios_app_path
@ios_app_path
end
|
#ios_bundle_id ⇒ Object
Returns the value of attribute ios_bundle_id.
115
116
117
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 115
def ios_bundle_id
@ios_bundle_id
end
|
#ios_ipa_path ⇒ Object
Returns the value of attribute ios_ipa_path.
114
115
116
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 114
def ios_ipa_path
@ios_ipa_path
end
|
#ios_test_id ⇒ Object
Returns the value of attribute ios_test_id.
116
117
118
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 116
def ios_test_id
@ios_test_id
end
|
Returns the value of attribute language.
92
93
94
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 92
def language
@language
end
|
Returns the value of attribute locale.
91
92
93
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 91
def locale
@locale
end
|
Returns the value of attribute option1.
105
106
107
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 105
def option1
@option1
end
|
Returns the value of attribute option2.
106
107
108
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 106
def option2
@option2
end
|
Returns the value of attribute option3.
107
108
109
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 107
def option3
@option3
end
|
Returns the value of attribute option4.
108
109
110
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 108
def option4
@option4
end
|
Returns the value of attribute os.
78
79
80
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 78
def os
@os
end
|
Returns the value of attribute parallel.
94
95
96
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 94
def parallel
@parallel
end
|
Returns the value of attribute password.
102
103
104
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 102
def password
@password
end
|
Returns the value of attribute platform.
86
87
88
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 86
def platform
@platform
end
|
#portal_context ⇒ Object
Returns the value of attribute portal_context.
99
100
101
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 99
def portal_context
@portal_context
end
|
#portal_status ⇒ Object
Returns the value of attribute portal_status.
98
99
100
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 98
def portal_status
@portal_status
end
|
#process_num ⇒ Object
Returns the value of attribute process_num.
95
96
97
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 95
def process_num
@process_num
end
|
#screen_size ⇒ Object
Returns the value of attribute screen_size.
85
86
87
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 85
def screen_size
@screen_size
end
|
#session_code ⇒ Object
Returns the value of attribute session_code.
76
77
78
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 76
def session_code
@session_code
end
|
#session_state ⇒ Object
Returns the value of attribute session_state.
75
76
77
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 75
def session_state
@session_state
end
|
#signed_in ⇒ Object
Returns the value of attribute signed_in.
97
98
99
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 97
def signed_in
@signed_in
end
|
#test_environment ⇒ Object
Returns the value of attribute test_environment.
74
75
76
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 74
def test_environment
@test_environment
end
|
#tunneling ⇒ Object
Returns the value of attribute tunneling.
90
91
92
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 90
def tunneling
@tunneling
end
|
Returns the value of attribute user_id.
101
102
103
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 101
def user_id
@user_id
end
|
Class Method Details
.app_session_id ⇒ Object
151
152
153
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 151
def self.app_session_id
@app_session_id
end
|
.appium_driver ⇒ Object
318
319
320
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 318
def self.appium_driver
@appium_driver
end
|
.appium_driver=(driver_instance) ⇒ Object
314
315
316
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 314
def self.appium_driver=(driver_instance)
@appium_driver = driver_instance
end
|
.default_max_wait_time ⇒ Object
199
200
201
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 199
def self.default_max_wait_time
@default_max_wait_time
end
|
.default_max_wait_time=(timeout) ⇒ Object
195
196
197
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 195
def self.default_max_wait_time=(timeout)
@default_max_wait_time = timeout
end
|
223
224
225
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 223
def self.device
@device
end
|
.device=(device) ⇒ Object
219
220
221
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 219
def self.device=(device)
@device = device
end
|
.device_name ⇒ Object
252
253
254
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 252
def self.device_name
@device_name
end
|
.device_name=(name) ⇒ Object
248
249
250
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 248
def self.device_name=(name)
@device_name = name
end
|
.device_orientation ⇒ Object
285
286
287
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 285
def self.device_orientation
@device_orientation
end
|
.device_orientation=(orientation) ⇒ Object
280
281
282
283
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 280
def self.device_orientation=(orientation)
orientation = orientation.downcase.to_sym if orientation.is_a?(String)
@device_orientation = orientation
end
|
.device_os ⇒ Object
260
261
262
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 260
def self.device_os
@device_os
end
|
.device_os=(os) ⇒ Object
256
257
258
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 256
def self.device_os=(os)
@device_os = os.downcase.to_sym
end
|
.device_os_version ⇒ Object
268
269
270
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 268
def self.device_os_version
@device_os_version
end
|
.device_os_version=(version) ⇒ Object
264
265
266
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 264
def self.device_os_version=(version)
@device_os_version = version
end
|
.device_type ⇒ Object
244
245
246
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 244
def self.device_type
@device_type
end
|
.device_type=(type) ⇒ Object
239
240
241
242
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 239
def self.device_type=(type)
type = type.downcase.to_sym if type.is_a?(String)
@device_type = type
end
|
301
302
303
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 301
def self.driver
@driver
end
|
.driver=(type) ⇒ Object
297
298
299
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 297
def self.driver=(type)
@driver = type
end
|
.driver_name ⇒ Object
310
311
312
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 310
def self.driver_name
@driver_name
end
|
.driver_name=(name) ⇒ Object
305
306
307
308
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 305
def self.driver_name=(name)
name = name.downcase.to_sym if name.is_a?(String)
@driver_name = name
end
|
.get_screen_shots ⇒ Object
390
391
392
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 390
def self.get_screen_shots
@screen_shots
end
|
.is_android? ⇒ Boolean
276
277
278
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 276
def self.is_android?
@device_os == :android
end
|
.is_device? ⇒ Boolean
227
228
229
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 227
def self.is_device?
@device == :device
end
|
.is_ios? ⇒ Boolean
272
273
274
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 272
def self.is_ios?
@device_os == :ios
end
|
.is_mobile? ⇒ Boolean
354
355
356
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 354
def self.is_mobile?
@platform == :mobile
end
|
.is_signed_in? ⇒ Boolean
362
363
364
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 362
def self.is_signed_in?
@signed_in
end
|
.is_simulator? ⇒ Boolean
231
232
233
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 231
def self.is_simulator?
@device == :simulator
end
|
.is_web? ⇒ Boolean
235
236
237
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 235
def self.is_web?
@device == :web
end
|
334
335
336
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 334
def self.language
@language
end
|
.language=(language) ⇒ Object
330
331
332
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 330
def self.language=(language)
@language = language
end
|
342
343
344
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 342
def self.locale
@locale
end
|
.locale=(locale) ⇒ Object
338
339
340
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 338
def self.locale=(locale)
@locale = locale
end
|
.new_app_session ⇒ Object
147
148
149
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 147
def self.new_app_session
@app_session_id = Time.now.strftime('%Y%m%d%H%M%S%L')
end
|
215
216
217
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 215
def self.os
@os
end
|
211
212
213
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 211
def self.os=(os)
@os = os
end
|
175
176
177
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 175
def self.parallel
@parallel
end
|
.parallel=(state) ⇒ Object
171
172
173
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 171
def self.parallel=(state)
@parallel = state
end
|
350
351
352
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 350
def self.platform
@platform
end
|
346
347
348
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 346
def self.platform=(platform)
@platform = platform
end
|
.portal_context ⇒ Object
378
379
380
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 378
def self.portal_context
@portal_context
end
|
.portal_context=(portal_context) ⇒ Object
374
375
376
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 374
def self.portal_context=(portal_context)
@portal_context = portal_context
end
|
.portal_state ⇒ Object
370
371
372
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 370
def self.portal_state
@portal_status
end
|
.portal_state=(portal_state) ⇒ Object
366
367
368
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 366
def self.portal_state=(portal_state)
@portal_status = portal_state
end
|
.process_num ⇒ Object
183
184
185
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 183
def self.process_num
@process_num
end
|
.process_num=(num) ⇒ Object
179
180
181
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 179
def self.process_num=(num)
@process_num = num
end
|
.reset_contexts ⇒ Object
394
395
396
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 394
def self.reset_contexts
@screen_shots = []
end
|
.save_screen_shot(screen_shot) ⇒ Object
386
387
388
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 386
def self.save_screen_shot(screen_shot)
@screen_shots.push(screen_shot)
end
|
.screen_size ⇒ Object
293
294
295
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 293
def self.screen_size
@screen_size
end
|
.screen_size=(size) ⇒ Object
289
290
291
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 289
def self.screen_size=(size)
@screen_size = size
end
|
.session_code ⇒ Object
155
156
157
158
159
160
161
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 155
def self.session_code
if @session_code.nil?
characters = ('a'..'z').to_a
@session_code = (0..12).map { characters.sample }.join
end
@session_code
end
|
.session_id ⇒ Object
163
164
165
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 163
def self.session_id
@session_id
end
|
.session_state ⇒ Object
207
208
209
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 207
def self.session_state
@session_state
end
|
.session_state=(session_state) ⇒ Object
203
204
205
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 203
def self.session_state=(session_state)
@session_state = session_state
end
|
.session_time_stamp ⇒ Object
167
168
169
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 167
def self.session_time_stamp
@session_time_stamp
end
|
.set_external_page(state) ⇒ Object
382
383
384
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 382
def self.set_external_page(state)
@external_page = state
end
|
.set_signed_in(signed_in) ⇒ Object
358
359
360
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 358
def self.set_signed_in(signed_in)
@signed_in = signed_in
end
|
.test_environment ⇒ Object
187
188
189
190
191
192
193
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 187
def self.test_environment
if @test_environment.blank?
nil
else
@test_environment.downcase.to_sym
end
end
|
.tunneling ⇒ Object
326
327
328
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 326
def self.tunneling
@tunneling
end
|
.tunneling=(state) ⇒ Object
322
323
324
|
# File 'lib/testcentricity_mobile/data_objects/environment.rb', line 322
def self.tunneling=(state)
@tunneling = state
end
|