Class: ActionDispatch::PerformanceTest
- Inherits:
-
IntegrationTest
- Object
- Test::Unit::TestCase
- ActiveSupport::TestCase
- IntegrationTest
- ActionDispatch::PerformanceTest
- Includes:
- ActiveSupport::Testing::Performance
- Defined in:
- actionpack/lib/action_dispatch/testing/performance_test.rb
Overview
An integration test that runs a code profiler on your test methods. Profiling output for combinations of each test method, measurement, and output format are written to your tmp/performance directory.
Direct Known Subclasses
Constant Summary
Constants included from ActiveSupport::Testing::Performance
ActiveSupport::Testing::Performance::DEFAULTS
Constants included from Assertions
Constants inherited from ActiveSupport::TestCase
ActiveSupport::TestCase::Assertion
Method Summary
Methods included from ActiveSupport::Testing::Performance
#full_profile_options, #full_test_name
Methods included from ActiveSupport::Concern
#append_features, extended, #included
Methods inherited from IntegrationTest
app, #app, app=, #url_options
Methods included from Routing::UrlFor
#initialize, #url_for, #url_options
Methods included from Routing::PolymorphicRoutes
#polymorphic_path, #polymorphic_url
Methods included from ActionController::TemplateAssertions
#assert_template, #process, #setup_subscriptions, #teardown_subscriptions
Methods included from Integration::Runner
#app, #copy_session_variables!, #default_url_options, #default_url_options=, #method_missing, #open_session, #reset!, #respond_to?
Methods included from Assertions::TagAssertions
#assert_no_tag, #assert_tag, #find_all_tag, #find_tag, #html_document
Methods included from Assertions::SelectorAssertions
#assert_select, #assert_select_email, #assert_select_encoded, #count_description, #css_select
Methods included from Assertions::RoutingAssertions
#assert_generates, #assert_recognizes, #assert_routing, #method_missing, #with_routing
Methods included from Assertions::ResponseAssertions
#assert_redirected_to, #assert_response
Methods included from Assertions::DomAssertions
#assert_dom_equal, #assert_dom_not_equal
Methods inherited from ActiveSupport::TestCase
Methods included from ActiveSupport::Testing::Declarative
Methods included from ActiveRecord::TestFixtures
#enlist_fixture_connections, #run_in_transaction?, #setup_fixtures, #teardown_fixtures
Methods included from ActiveSupport::Testing::Pending
Methods included from ActiveSupport::Testing::Deprecation
#assert_deprecated, #assert_not_deprecated
Methods included from ActiveSupport::Testing::Assertions
#assert_blank, #assert_difference, #assert_no_difference, #assert_present
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ActionDispatch::Integration::Runner