Module ActionController::TestCase::Behavior
In: lib/action_controller/test_case.rb

Methods

Included Modules

ActionDispatch::TestProcess Testing ActionController::TemplateAssertions ActionDispatch::Assertions

Classes and Modules

Module ActionController::TestCase::Behavior::ClassMethods

Attributes

request  [R] 
response  [R] 

Public Instance methods

Executes a request simulating DELETE HTTP method and set/volley the response

Executes a request simulating GET HTTP method and set/volley the response

Executes a request simulating HEAD HTTP method and set/volley the response

Executes a request simulating POST HTTP method and set/volley the response

Executes a request simulating PUT HTTP method and set/volley the response

Cause the action to be rescued according to the regular rules for rescue_action when the visitor is not local

xhr(request_method, action, parameters = nil, session = nil, flash = nil)

Alias for xml_http_request

[Validate]