Class: KrakenMobile::Runner::KrakenRunner

Inherits:
Object
  • Object
show all
Defined in:
lib/kraken-mobile/runners/runner.rb

Direct Known Subclasses

CalabashAndroidRunner, MonkeyRunner

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ KrakenRunner

Returns a new instance of KrakenRunner.



8
9
10
11
# File 'lib/kraken-mobile/runners/runner.rb', line 8

def initialize(options)
     @options = options
	@command_helper = CommandHelper.new()
end

Instance Method Details

#run_in_parallelObject

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/kraken-mobile/runners/runner.rb', line 13

def run_in_parallel
  raise NotImplementedError.new
end