Type:
Module
delete
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

delete(action, *args) Instance Public methods Simulate a DELETE request with

2025-01-10 15:47:30
determine_default_controller_class
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior/ActionController::TestCase::Behavior::ClassMethods

determine_default_controller_class(name) Instance Public methods

2025-01-10 15:47:30
post
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

post(action, *args) Instance Public methods Simulate a POST request with the

2025-01-10 15:47:30
get
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

get(action, *args) Instance Public methods Simulate a GET request with the given

2025-01-10 15:47:30
controller_class
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior/ActionController::TestCase::Behavior::ClassMethods

controller_class() Instance Public methods

2025-01-10 15:47:30
build_response
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

build_response(klass) Instance Public methods

2025-01-10 15:47:30
process
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

process(action, http_method = 'GET', *args) Instance Public methods

2025-01-10 15:47:30
xml_http_request
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

xml_http_request(request_method, action, parameters = nil, session = nil, flash = nil) Instance Public methods

2025-01-10 15:47:30
tests
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior/ActionController::TestCase::Behavior::ClassMethods

tests(controller_class) Instance Public methods Sets the controller class name

2025-01-10 15:47:30
paramify_values
  • References/Ruby on Rails/Rails/Classes/ActionController/ActionController::TestCase/ActionController::TestCase::Behavior

paramify_values(hash_or_array_or_value) Instance Public methods

2025-01-10 15:47:30