class TestCase
Ruby on Rails 8.1.2
Since v2.2.3No documentation comment.
Inherits from
Includes
- ActiveSupport::Testing::Assertions
- ActiveSupport::Testing::ErrorReporterAssertions
- ActiveSupport::Testing::EventReporterAssertions
- ActiveSupport::Testing::NotificationAssertions
- ActiveSupport::Testing::Deprecation
- ActiveSupport::Testing::ConstantStubbing
- ActiveSupport::Testing::TimeHelpers
- ActiveSupport::Testing::FileFixtures
Extends
Constants
Methods (defined here)
- # assert_no_match
- # assert_not_empty
- # assert_not_equal
- # assert_not_includes
- # assert_not_in_delta
- # assert_not_in_epsilon
- # assert_not_instance_of
- # assert_not_kind_of
- # assert_not_nil
- # assert_not_operator
- # assert_not_predicate
- # assert_not_respond_to
- # assert_not_same
- # parallel_worker_id
- self. fixture_paths
- self. fixture_paths=
- self. parallelize
- self. parallelize_before_fork
- self. parallelize_setup
- self. parallelize_teardown
- self. parallel_worker_id
- self. test_order
- self. test_order=
Used by
Subclasses (11)
Methods (inherited)
From ActiveSupport::Testing::Assertions (8)
From ActiveSupport::Testing::Declarative (1)
- # test
From ActiveSupport::Testing::Deprecation (3)
From ActiveSupport::Testing::FileFixtures (1)
From ActiveSupport::Testing::TimeHelpers (6)
- # after_teardown
- # freeze_time
- # travel
- # travel_back
- # travel_to
- # unfreeze_time
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended