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



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

def fail
end

#pid_fileObject



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

def pid_file
end

#startObject



5
6
7
# File 'lib/webrat/selenium/application_servers/external.rb', line 5

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

#stopObject



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

def stop
end

#waitObject



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

def wait
end