Module: ParallelCalabash::DevicesHelper

Included in:
AdbHelper, IosHelper
Defined in:
lib/parallel_calabash/adb_helper.rb

Instance Method Summary collapse

Instance Method Details

#device_for_process(process_num) ⇒ Object



5
6
7
# File 'lib/parallel_calabash/adb_helper.rb', line 5

def device_for_process process_num
  connected_devices_with_model_info[process_num]
end

#number_of_connected_devicesObject



9
10
11
# File 'lib/parallel_calabash/adb_helper.rb', line 9

def number_of_connected_devices
  connected_devices_with_model_info.size
end