class
ActionController::Integration::Session
v1.1.6 -
Show latest stable
- Superclass: Object
An integration Session instance represents a set of requests and responses performed sequentially by some virtual user. Becase you can instantiate multiple sessions and run them side-by-side, you can also mimic (to some limited extent) multiple simultaneous users interacting with your system.
Typically, you will instantiate a new session using IntegrationTest#open_session, rather than instantiating Integration::Session directly.
Included modules
- ActionController::TestProcess
- Test::Unit::Assertions
Attributes
| [RW] | accept |
| [R] | controller |
| [R] | cookies |
| [R] | headers |
| [RW] | host |
| [R] | path |
| [RW] | remote_addr |
| [R] | request |
| [R] | response |
| [R] | status |
| [R] | status_message |
Files
- actionpack/lib/action_controller/integration.rb