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
14
15
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 14
def fail
end
|
17
18
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 17
def pid_file
end
|
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
|
11
12
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 11
def stop
end
|
20
21
|
# File 'lib/webrat/selenium/application_servers/external.rb', line 20
def wait
end
|