Class: Webrat::Selenium::ApplicationServers::External
- Inherits:
-
Base
- Object
- Base
- Webrat::Selenium::ApplicationServers::External
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
#silence_stream
Instance Method Details
12
13
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 12
def fail
end
|
15
16
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 15
def pid_file
end
|
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
|
9
10
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 9
def stop
end
|
18
19
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 18
def wait
end
|