# ri > ActionDispatch::TestResponse

## [ActionDispatch::TestResponse](https://www.chedong.com/phpMan.php/perldoc/ActionDispatch%3A%3ATestResponse/markdown) < [ActionDispatch::Response](https://www.chedong.com/phpMan.php/perldoc/ActionDispatch%3A%3AResponse/markdown)

(from /home/chedong/.local/share/rdoc)
------------------------------------------------------------------------
Integration test methods such as
[ActionDispatch::Integration::Session](https://www.chedong.com/phpMan.php/perldoc/ActionDispatch%3A%3AIntegration%3A%3ASession/markdown)#get and
[ActionDispatch::Integration::Session](https://www.chedong.com/phpMan.php/perldoc/ActionDispatch%3A%3AIntegration%3A%3ASession/markdown)#post return objects of class
TestResponse, which represent the HTTP response results of the requested
controller actions.

See Response for more information on controller response objects.
------------------------------------------------------------------------
## Class methods:

  from_response

## Instance methods:

  parsed_body
  response_parser

