Class: ActionMailbox::TestCase
- Inherits:
-
ActiveSupport::TestCase
- Object
- Minitest::Test
- ActiveSupport::TestCase
- ActionMailbox::TestCase
- Includes:
- TestHelper
- Defined in:
- actionmailbox/lib/action_mailbox/test_case.rb
Constant Summary
Constants inherited from ActiveSupport::TestCase
ActiveSupport::TestCase::Assertion
Constants included from ActiveSupport::Testing::Assertions
ActiveSupport::Testing::Assertions::UNTRACKED
Method Summary
Methods included from TestHelper
#create_inbound_email_from_fixture, #create_inbound_email_from_mail, #create_inbound_email_from_source, #receive_inbound_email_from_fixture, #receive_inbound_email_from_mail, #receive_inbound_email_from_source
Methods inherited from ActiveSupport::TestCase
#inspect, #parallel_worker_id, parallel_worker_id, parallel_worker_id=, parallelize, parallelize_before_fork, parallelize_setup, parallelize_teardown, #run_order, test_order, test_order=
Methods included from ActiveSupport::Testing::Declarative
Methods included from ActiveSupport::Testing::FileFixtures
Methods included from ActiveSupport::Concern
#append_features, #class_methods, extended, #included, #prepend_features, #prepended
Methods included from ActiveSupport::Testing::TimeHelpers
#after_teardown, #freeze_time, #travel, #travel_back, #travel_to
Methods included from ActiveSupport::Testing::ConstantStubbing
Methods included from ActiveSupport::Testing::Deprecation
#assert_deprecated, #assert_not_deprecated, #collect_deprecations
Methods included from ActiveSupport::Testing::NotificationAssertions
#assert_no_notifications, #assert_notification, #assert_notifications_count, #capture_notifications
Methods included from ActiveSupport::Testing::EventReporterAssertions
#assert_event_reported, #assert_events_reported, #assert_no_event_reported, #with_debug_event_reporting
Methods included from ActiveSupport::Testing::ErrorReporterAssertions
#assert_error_reported, #assert_no_error_reported, #capture_error_reports
Methods included from ActiveSupport::Testing::Assertions
#assert_changes, #assert_difference, #assert_no_changes, #assert_no_difference, #assert_not, #assert_nothing_raised, #assert_raises
Methods included from ActiveSupport::Testing::TaggedLogging
Methods included from ActiveSupport::Testing::SetupAndTeardown
#after_teardown, #before_setup, prepended