Class: Webrat::Selenium::ApplicationServers::External

Inherits:
Base
  • Object
show all
Defined in:
lib/webrat/selenium/application_servers/external.rb

Instance Method Summary collapse

Methods inherited from Base

#boot, #prepare_pid_file, #stop_at_exit, #wait_for_socket

Methods included from SilenceStream

#silence_stream

Instance Method Details

#failObject



14
15
# File 'lib/webrat/selenium/application_servers/external.rb', line 14

def fail
end

#pid_fileObject



17
18
# File 'lib/webrat/selenium/application_servers/external.rb', line 17

def pid_file
end

#startObject



7
8
9
# File 'lib/webrat/selenium/application_servers/external.rb', line 7

def start
  warn "Webrat Ignoring Start Of Application Server Due to External Mode"
end

#stopObject



11
12
# File 'lib/webrat/selenium/application_servers/external.rb', line 11

def stop
end

#waitObject



20
21
# File 'lib/webrat/selenium/application_servers/external.rb', line 20

def wait
end