Table of Contents - test-unit: Ruby Standard Library Documentation
Classes and Modules
- Object
 - Test
 - Test::Unit
 - Test::Unit::AssertionFailedError
 - Test::Unit::Assertions
 - Test::Unit::Assertions::AssertExceptionHelper
 - Test::Unit::Assertions::AssertExceptionHelper::WrappedException
 - Test::Unit::Assertions::AssertionMessage
 - Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - Test::Unit::Assertions::AssertionMessage::DelayedLiteral
 - Test::Unit::Assertions::AssertionMessage::HashInspector
 - Test::Unit::Assertions::AssertionMessage::Inspector
 - Test::Unit::Assertions::AssertionMessage::Literal
 - Test::Unit::Assertions::AssertionMessage::MaybeContainer
 - Test::Unit::Assertions::AssertionMessage::NumericInspector
 - Test::Unit::Assertions::AssertionMessage::Template
 - Test::Unit::Assertions::ThrowTagExtractor
 - Test::Unit::Attribute
 - Test::Unit::Attribute::BaseClassMethods
 - Test::Unit::Attribute::ClassMethods
 - Test::Unit::Attribute::StringifyKeyHash
 - Test::Unit::AttributeMatcher
 - Test::Unit::AutoRunner
 - Test::Unit::AutoRunner::StopOnFailureListener
 - Test::Unit::AutoRunnerLoader
 - Test::Unit::CodeSnippetFetcher
 - Test::Unit::Collector
 - Test::Unit::Collector::Descendant
 - Test::Unit::Collector::Dir
 - Test::Unit::Collector::Load
 - Test::Unit::Collector::ObjectSpace
 - Test::Unit::Collector::XML
 - Test::Unit::Collector::XML::Listener
 - Test::Unit::Color
 - Test::Unit::Color::Error
 - Test::Unit::Color::ParseError
 - Test::Unit::ColorScheme
 - Test::Unit::Data
 - Test::Unit::Data::ClassMethods
 - Test::Unit::Data::ClassMethods::Loader
 - Test::Unit::DataSets
 - Test::Unit::Diff
 - Test::Unit::Diff::Differ
 - Test::Unit::Diff::ReadableDiffer
 - Test::Unit::Diff::SequenceMatcher
 - Test::Unit::Diff::UTF8Line
 - Test::Unit::Diff::UnifiedDiffer
 - Test::Unit::Error
 - Test::Unit::ErrorHandler
 - Test::Unit::ExceptionHandler
 - Test::Unit::ExceptionHandler::ClassMethods
 - Test::Unit::Failure
 - Test::Unit::FailureHandler
 - Test::Unit::FaultLocationDetector
 - Test::Unit::Fixture
 - Test::Unit::Fixture::ClassMethods
 - Test::Unit::Fixture::Fixture
 - Test::Unit::Fixture::HookPoint
 - Test::Unit::MixColor
 - Test::Unit::Notification
 - Test::Unit::NotificationHandler
 - Test::Unit::NotifiedError
 - Test::Unit::NullResultContainerInitializer
 - Test::Unit::Omission
 - Test::Unit::OmissionHandler
 - Test::Unit::OmittedError
 - Test::Unit::PendedError
 - Test::Unit::Pending
 - Test::Unit::PendingHandler
 - Test::Unit::Priority
 - Test::Unit::Priority::Checker
 - Test::Unit::Priority::ClassMethods
 - Test::Unit::TestCase
 - Test::Unit::TestCase::InternalData
 - Test::Unit::TestCaseNotificationSupport
 - Test::Unit::TestCaseOmissionSupport
 - Test::Unit::TestCasePendingSupport
 - Test::Unit::TestResult
 - Test::Unit::TestResultErrorSupport
 - Test::Unit::TestResultFailureSupport
 - Test::Unit::TestResultNotificationSupport
 - Test::Unit::TestResultOmissionSupport
 - Test::Unit::TestResultPendingSupport
 - Test::Unit::TestSuite
 - Test::Unit::UI
 - Test::Unit::UI::Console
 - Test::Unit::UI::Console::ColorizedReadableDiffer
 - Test::Unit::UI::Console::OutputLevel
 - Test::Unit::UI::Console::TestRunner
 - Test::Unit::UI::Emacs
 - Test::Unit::UI::Emacs::TestRunner
 - Test::Unit::UI::TestRunner
 - Test::Unit::UI::TestRunnerMediator
 - Test::Unit::UI::TestRunnerUtilities
 - Test::Unit::UI::XML
 - Test::Unit::UI::XML::TestRunner
 - Test::Unit::Util
 - Test::Unit::Util::BacktraceFilter
 - Test::Unit::Util::MethodOwnerFinder
 - Test::Unit::Util::Observable
 - Test::Unit::Util::Output
 - Test::Unit::Util::ProcWrapper
 
Methods
- ::[] — Test::Unit::ColorScheme
 - ::[]= — Test::Unit::ColorScheme
 - ::add_method_location — Test::Unit::TestCase
 - ::all — Test::Unit::ColorScheme
 - ::at_exit — Test::Unit
 - ::at_start — Test::Unit
 - ::available_colors — Test::Unit::ColorScheme
 - ::available_priorities — Test::Unit::Priority::Checker
 - ::available_values — Test::Unit::Priority
 - ::binary_search_ranges — Test::Unit::Diff::UTF8Line
 - ::cached_new — Test::Unit::Assertions::AssertionMessage::Inspector
 - ::check — Test::Unit::AutoRunnerLoader
 - ::collector — Test::Unit::AutoRunner
 - ::convert — Test::Unit::Assertions::AssertionMessage
 - ::create — Test::Unit::Assertions::AssertionMessage::Template
 - ::default — Test::Unit::ColorScheme
 - ::default — Test::Unit::Priority
 - ::default= — Test::Unit::Priority
 - ::default_for_256_colors — Test::Unit::ColorScheme
 - ::default_for_8_colors — Test::Unit::ColorScheme
 - ::default_runner — Test::Unit::AutoRunner
 - ::default_runner= — Test::Unit::AutoRunner
 - ::delayed_diff — Test::Unit::Assertions::AssertionMessage
 - ::delayed_literal — Test::Unit::Assertions::AssertionMessage
 - ::description — Test::Unit::TestCase
 - ::diff_target_string? — Test::Unit::Assertions::AssertionMessage
 - ::disable — Test::Unit::Priority
 - ::enable — Test::Unit::Priority
 - ::enabled? — Test::Unit::Priority
 - ::ensure_diffable_string — Test::Unit::Assertions::AssertionMessage
 - ::exception_handlers — Test::Unit::ExceptionHandler
 - ::find_locations — Test::Unit::TestCase
 - ::guess_available_colors_from_colorterm_env — Test::Unit::ColorScheme
 - ::guess_available_colors_from_term_env — Test::Unit::ColorScheme
 - ::guess_available_colors_from_vte_version_env — Test::Unit::ColorScheme
 - ::have_priority? — Test::Unit::Priority::Checker
 - ::included — Test::Unit::Attribute
 - ::included — Test::Unit::Data
 - ::included — Test::Unit::ErrorHandler
 - ::included — Test::Unit::ExceptionHandler
 - ::included — Test::Unit::FailureHandler
 - ::included — Test::Unit::Fixture
 - ::included — Test::Unit::TestCaseNotificationSupport
 - ::included — Test::Unit::NotificationHandler
 - ::included — Test::Unit::TestCaseOmissionSupport
 - ::included — Test::Unit::OmissionHandler
 - ::included — Test::Unit::TestCasePendingSupport
 - ::included — Test::Unit::PendingHandler
 - ::included — Test::Unit::Priority
 - ::inspector_classes — Test::Unit::Assertions::AssertionMessage::Inspector
 - ::literal — Test::Unit::Assertions::AssertionMessage
 - ::max_diff_target_string_size — Test::Unit::Assertions::AssertionMessage
 - ::max_diff_target_string_size= — Test::Unit::Assertions::AssertionMessage
 - ::maybe_container — Test::Unit::Assertions::AssertionMessage
 - ::method_locations — Test::Unit::TestCase
 - ::name — Test::Unit::Collector::Load
 - ::need_auto_run= — Test::Unit::AutoRunner
 - ::need_auto_run? — Test::Unit::AutoRunner
 - ::need_to_run? — Test::Unit::Priority::Checker
 - ::new — Test::Unit::AssertionFailedError
 - ::new — Test::Unit::Assertions::ThrowTagExtractor
 - ::new — Test::Unit::Assertions::AssertionMessage
 - ::new — Test::Unit::Assertions::AssertionMessage::Inspector
 - ::new — Test::Unit::Assertions::AssertionMessage::NumericInspector
 - ::new — Test::Unit::Assertions::AssertionMessage::HashInspector
 - ::new — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - ::new — Test::Unit::Assertions::AssertionMessage::Literal
 - ::new — Test::Unit::Assertions::AssertionMessage::DelayedLiteral
 - ::new — Test::Unit::Assertions::AssertionMessage::MaybeContainer
 - ::new — Test::Unit::Assertions::AssertionMessage::Template
 - ::new — Test::Unit::Assertions::AssertExceptionHelper
 - ::new — Test::Unit::Assertions::AssertExceptionHelper::WrappedException
 - ::new — Test::Unit::AttributeMatcher
 - ::new — Test::Unit::AutoRunner
 - ::new — Test::Unit::CodeSnippetFetcher
 - ::new — Test::Unit::Collector::Dir
 - ::new — Test::Unit::Collector::Load
 - ::new — Test::Unit::Collector::ObjectSpace
 - ::new — Test::Unit::Collector::XML::Listener
 - ::new — Test::Unit::ColorScheme
 - ::new — Test::Unit::Color
 - ::new — Test::Unit::MixColor
 - ::new — Test::Unit::DataSets
 - ::new — Test::Unit::Data::ClassMethods::Loader
 - ::new — Test::Unit::Diff::SequenceMatcher
 - ::new — Test::Unit::Diff::Differ
 - ::new — Test::Unit::Diff::UTF8Line
 - ::new — Test::Unit::Error
 - ::new — Test::Unit::Failure
 - ::new — Test::Unit::FaultLocationDetector
 - ::new — Test::Unit::Fixture::Fixture
 - ::new — Test::Unit::Fixture::HookPoint
 - ::new — Test::Unit::Notification
 - ::new — Test::Unit::Omission
 - ::new — Test::Unit::Pending
 - ::new — Test::Unit::Priority::Checker
 - ::new — Test::Unit::TestCase
 - ::new — Test::Unit::TestCase::InternalData
 - ::new — Test::Unit::TestResult
 - ::new — Test::Unit::TestSuite
 - ::new — Test::Unit::UI::Console::TestRunner
 - ::new — Test::Unit::UI::Console::ColorizedReadableDiffer
 - ::new — Test::Unit::UI::TestRunner
 - ::new — Test::Unit::UI::TestRunnerMediator
 - ::new — Test::Unit::UI::XML::TestRunner
 - ::new — Test::Unit::Util::ProcWrapper
 - ::new — Test::Unit::Collector
 - ::parse_256_color — Test::Unit::Color
 - ::prepare — Test::Unit::AutoRunner
 - ::prepare_for_diff — Test::Unit::Assertions::AssertionMessage
 - ::priority_check_method_name — Test::Unit::Priority::Checker
 - ::register_collector — Test::Unit::AutoRunner
 - ::register_color_scheme — Test::Unit::AutoRunner
 - ::register_inspector_class — Test::Unit::Assertions::AssertionMessage::Inspector
 - ::register_runner — Test::Unit::AutoRunner
 - ::run — Test::Unit::AutoRunner
 - ::run= — Test::Unit
 - ::run? — Test::Unit
 - ::run_at_exit_hooks — Test::Unit
 - ::run_at_start_hooks — Test::Unit
 - ::run_priority_high? — Test::Unit::Priority::Checker
 - ::run_priority_important? — Test::Unit::Priority::Checker
 - ::run_priority_low? — Test::Unit::Priority::Checker
 - ::run_priority_must? — Test::Unit::Priority::Checker
 - ::run_priority_never? — Test::Unit::Priority::Checker
 - ::run_priority_normal? — Test::Unit::Priority::Checker
 - ::runner — Test::Unit::AutoRunner
 - ::setup_option — Test::Unit::AutoRunner
 - ::shutdown — Test::Unit::TestCase
 - ::standalone? — Test::Unit::AutoRunner
 - ::startup — Test::Unit::TestCase
 - ::stringify — Test::Unit::Attribute::StringifyKeyHash
 - ::sub_test_case — Test::Unit::TestCase
 - ::suite — Test::Unit::TestCase
 - ::target? — Test::Unit::Assertions::AssertionMessage::NumericInspector
 - ::target? — Test::Unit::Assertions::AssertionMessage::HashInspector
 - ::target? — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - ::target_method_locations — Test::Unit::TestCase
 - ::test — Test::Unit::TestCase
 - ::test_defined? — Test::Unit::TestCase
 - ::test_order — Test::Unit::TestCase
 - ::test_order= — Test::Unit::TestCase
 - ::unregister_inspector_class — Test::Unit::Assertions::AssertionMessage::Inspector
 - ::use_pp= — Test::Unit::Assertions
 - ::wide_character? — Test::Unit::Diff::UTF8Line
 - #+ — Test::Unit::Color
 - #+ — Test::Unit::MixColor
 - #<< — Test::Unit::DataSets
 - #<< — Test::Unit::TestSuite
 - #<=> — Test::Unit::Assertions::AssertionMessage::Inspector
 - #== — Test::Unit::Color
 - #== — Test::Unit::MixColor
 - #== — Test::Unit::DataSets
 - #== — Test::Unit::TestCase
 - #== — Test::Unit::TestSuite
 - #== — Test::Unit::Util::ProcWrapper
 - #[] — Test::Unit::Attribute::StringifyKeyHash
 - #[] — Test::Unit::ColorScheme
 - #[] — Test::Unit::Diff::UTF8Line
 - #[] — Test::Unit::Fixture::Fixture
 - #[] — Test::Unit::Attribute
 - #[]= — Test::Unit::Attribute::StringifyKeyHash
 - #[]= — Test::Unit::ColorScheme
 - #_assert_in_delta_message — Test::Unit::Assertions
 - #_assert_in_delta_validate_arguments — Test::Unit::Assertions
 - #_assert_in_epsilon_message — Test::Unit::Assertions
 - #_assert_in_epsilon_validate_arguments — Test::Unit::Assertions
 - #_assert_raise — Test::Unit::Assertions
 - #_diff_lines — Test::Unit::Diff::ReadableDiffer
 - #_ns — Test::Unit::Collector::XML::Listener
 - #_set_failed_information — Test::Unit::Assertions
 - #_wrap_assertion — Test::Unit::Assertions
 - #add — Test::Unit::DataSets
 - #add_assertion — Test::Unit::TestCase
 - #add_assertion — Test::Unit::TestResult
 - #add_assertion — Test::Unit::Assertions
 - #add_callback — Test::Unit::Fixture::HookPoint
 - #add_content — Test::Unit::UI::XML::TestRunner
 - #add_error — Test::Unit::ErrorHandler
 - #add_error — Test::Unit::TestResultErrorSupport
 - #add_failure — Test::Unit::FailureHandler
 - #add_failure — Test::Unit::TestResultFailureSupport
 - #add_fault — Test::Unit::UI::Console::TestRunner
 - #add_listener — Test::Unit::Util::Observable
 - #add_load_path — Test::Unit::Collector::Load
 - #add_location_filter — Test::Unit::AutoRunner
 - #add_notification — Test::Unit::TestCaseNotificationSupport
 - #add_notification — Test::Unit::TestResultNotificationSupport
 - #add_omission — Test::Unit::TestCaseOmissionSupport
 - #add_omission — Test::Unit::TestResultOmissionSupport
 - #add_pass — Test::Unit::TestCase
 - #add_pass — Test::Unit::TestResult
 - #add_pending — Test::Unit::TestCasePendingSupport
 - #add_pending — Test::Unit::TestResultPendingSupport
 - #add_period — Test::Unit::Assertions::AssertionMessage
 - #add_require_failed_test_suite — Test::Unit::Collector::Load
 - #add_run — Test::Unit::TestResult
 - #add_suite — Test::Unit::Collector
 - #add_test_case — Test::Unit::Collector
 - #add_test_cases — Test::Unit::Collector
 - #add_test_path — Test::Unit::AutoRunner
 - #adjust_best_info_with_junk_predicate — Test::Unit::Diff::SequenceMatcher
 - #after_append_callbacks — Test::Unit::Fixture::HookPoint
 - #after_callbacks — Test::Unit::Fixture::Fixture
 - #after_prepend_callbacks — Test::Unit::Fixture::HookPoint
 - #assert — Test::Unit::Assertions
 - #assert_alias_method — Test::Unit::Assertions
 - #assert_block — Test::Unit::Assertions
 - #assert_boolean — Test::Unit::Assertions
 - #assert_compare — Test::Unit::Assertions
 - #assert_const_defined — Test::Unit::Assertions
 - #assert_empty — Test::Unit::Assertions
 - #assert_equal — Test::Unit::Assertions
 - #assert_fail_assertion — Test::Unit::Assertions
 - #assert_false — Test::Unit::Assertions
 - #assert_in_delta — Test::Unit::Assertions
 - #assert_in_epsilon — Test::Unit::Assertions
 - #assert_include — Test::Unit::Assertions
 - #assert_includes — Test::Unit::Assertions
 - #assert_instance_of — Test::Unit::Assertions
 - #assert_kind_of — Test::Unit::Assertions
 - #assert_match — Test::Unit::Assertions
 - #assert_nil — Test::Unit::Assertions
 - #assert_no_match — Test::Unit::Assertions
 - #assert_not_const_defined — Test::Unit::Assertions
 - #assert_not_empty — Test::Unit::Assertions
 - #assert_not_equal — Test::Unit::Assertions
 - #assert_not_in_delta — Test::Unit::Assertions
 - #assert_not_in_epsilon — Test::Unit::Assertions
 - #assert_not_include — Test::Unit::Assertions
 - #assert_not_includes — Test::Unit::Assertions
 - #assert_not_instance_of — Test::Unit::Assertions
 - #assert_not_kind_of — Test::Unit::Assertions
 - #assert_not_match — Test::Unit::Assertions
 - #assert_not_nil — Test::Unit::Assertions
 - #assert_not_operator — Test::Unit::Assertions
 - #assert_not_predicate — Test::Unit::Assertions
 - #assert_not_respond_to — Test::Unit::Assertions
 - #assert_not_same — Test::Unit::Assertions
 - #assert_not_send — Test::Unit::Assertions
 - #assert_nothing_raised — Test::Unit::Assertions
 - #assert_nothing_thrown — Test::Unit::Assertions
 - #assert_operator — Test::Unit::Assertions
 - #assert_path_exist — Test::Unit::Assertions
 - #assert_path_not_exist — Test::Unit::Assertions
 - #assert_predicate — Test::Unit::Assertions
 - #assert_raise — Test::Unit::Assertions
 - #assert_raise_kind_of — Test::Unit::Assertions
 - #assert_raise_message — Test::Unit::Assertions
 - #assert_raises — Test::Unit::Assertions
 - #assert_respond_to — Test::Unit::Assertions
 - #assert_same — Test::Unit::Assertions
 - #assert_send — Test::Unit::Assertions
 - #assert_throw — Test::Unit::Assertions
 - #assert_throws — Test::Unit::Assertions
 - #assert_true — Test::Unit::Assertions
 - #assign_test_data — Test::Unit::TestCase::InternalData
 - #attach_listeners — Test::Unit::UI::TestRunner
 - #attach_to_mediator — Test::Unit::AutoRunner::StopOnFailureListener
 - #attach_to_mediator — Test::Unit::UI::Console::TestRunner
 - #attach_to_mediator — Test::Unit::UI::XML::TestRunner
 - #attribute — Test::Unit::Attribute::ClassMethods
 - #attribute_observers — Test::Unit::Attribute::ClassMethods
 - #attributes — Test::Unit::Attribute
 - #attributes — Test::Unit::Attribute::ClassMethods
 - #attributes_table — Test::Unit::Attribute::BaseClassMethods
 - #attributes_table — Test::Unit::Attribute::ClassMethods
 - #background? — Test::Unit::Color
 - #backtrace — Test::Unit::Error
 - #base= — Test::Unit::Collector::Load
 - #before_append_callbacks — Test::Unit::Fixture::HookPoint
 - #before_callbacks — Test::Unit::Fixture::Fixture
 - #before_prepend_callbacks — Test::Unit::Fixture::HookPoint
 - #blocks — Test::Unit::Diff::SequenceMatcher
 - #bold? — Test::Unit::Color
 - #build_message — Test::Unit::Assertions
 - #callback_method_name — Test::Unit::Fixture::HookPoint
 - #capture_output — Test::Unit::Util::Output
 - #categorize_fault — Test::Unit::UI::Console::TestRunner
 - #categorize_faults — Test::Unit::UI::Console::TestRunner
 - #change_output_level — Test::Unit::UI::Console::TestRunner
 - #change_work_directory — Test::Unit::AutoRunner
 - #channels — Test::Unit::Util::Observable
 - #cleanup — Test::Unit::TestCase
 - #cleanup — Test::Unit::Fixture::ClassMethods
 - #close_tag — Test::Unit::UI::XML::TestRunner
 - #collect — Test::Unit::Collector::Descendant
 - #collect — Test::Unit::Collector::Dir
 - #collect — Test::Unit::Collector::Load
 - #collect — Test::Unit::Collector::ObjectSpace
 - #collect — Test::Unit::Collector::XML
 - #collect_after_callbacks — Test::Unit::Fixture::Fixture
 - #collect_before_callbacks — Test::Unit::Fixture::Fixture
 - #collect_file — Test::Unit::Collector::Dir
 - #collect_file — Test::Unit::Collector::Load
 - #collect_recursive — Test::Unit::Collector::Load
 - #collect_target_test_cases — Test::Unit::Fixture::Fixture
 - #color — Test::Unit::UI::Console::TestRunner
 - #color — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #compute_blocks — Test::Unit::Diff::SequenceMatcher
 - #compute_diff — Test::Unit::Failure
 - #compute_matches — Test::Unit::Diff::SequenceMatcher
 - #compute_operations — Test::Unit::Diff::SequenceMatcher
 - #compute_ratio — Test::Unit::Diff::SequenceMatcher
 - #compute_width — Test::Unit::Diff::UTF8Line
 - #compute_width — Test::Unit::Diff::ReadableDiffer
 - #concatenatable — Test::Unit::Assertions::AssertionMessage::Template
 - #convert — Test::Unit::Assertions::AssertionMessage
 - #create_fixtures_runner — Test::Unit::Fixture
 - #create_result — Test::Unit::UI::TestRunnerMediator
 - #critical? — Test::Unit::Error
 - #critical? — Test::Unit::Failure
 - #critical? — Test::Unit::Notification
 - #critical? — Test::Unit::Omission
 - #critical? — Test::Unit::Pending
 - #current_attribute — Test::Unit::Attribute::ClassMethods
 - #current_attributes — Test::Unit::Attribute::ClassMethods
 - #current_path — Test::Unit::Collector::XML::Listener
 - #current_result — Test::Unit::TestCase
 - #cut_off_ratio — Test::Unit::Diff::ReadableDiffer
 - #cut_off_ratio — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #data — Test::Unit::TestCase
 - #data — Test::Unit::Data::ClassMethods
 - #data_label — Test::Unit::TestCase
 - #default_collector — Test::Unit::AutoRunner
 - #default_inspect? — Test::Unit::Assertions::AssertExceptionHelper::WrappedException
 - #default_ratio — Test::Unit::Diff::ReadableDiffer
 - #default_ratio — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #default_runner — Test::Unit::AutoRunner
 - #default_test — Test::Unit::TestCase
 - #default_test_paths= — Test::Unit::Collector::Load
 - #define_line? — Test::Unit::Diff::UnifiedDiffer
 - #delete — Test::Unit::TestSuite
 - #delete_tests — Test::Unit::TestSuite
 - #description — Test::Unit::TestCase
 - #detect_encoding — Test::Unit::CodeSnippetFetcher
 - #determine_tag — Test::Unit::Diff::SequenceMatcher
 - #diff — Test::Unit::Diff::ReadableDiffer
 - #diff — Test::Unit::Diff::UnifiedDiffer
 - #diff — Test::Unit::Failure
 - #diff — Test::Unit::Diff
 - #diff_line — Test::Unit::Diff::ReadableDiffer
 - #diff_line — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #diff_lines — Test::Unit::Diff::ReadableDiffer
 - #diff_target_string? — Test::Unit::UI::TestRunner
 - #each — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - #each — Test::Unit::ColorScheme
 - #each — Test::Unit::DataSets
 - #each — Test::Unit::Diff::UTF8Line
 - #each_pair — Test::Unit::Assertions::AssertionMessage::HashInspector
 - #each_pattern — Test::Unit::DataSets
 - #each_raw_pattern — Test::Unit::DataSets
 - #elapsed_time — Test::Unit::TestCase
 - #empty? — Test::Unit::TestSuite
 - #eql? — Test::Unit::DataSets
 - #eql? — Test::Unit::Util::ProcWrapper
 - #error_count — Test::Unit::TestResultErrorSupport
 - #error_occurred? — Test::Unit::TestResultErrorSupport
 - #error_summary — Test::Unit::TestResultErrorSupport
 - #escape_class_name — Test::Unit::Priority::Checker
 - #escape_name — Test::Unit::Priority::Checker
 - #escape_sequence — Test::Unit::Color
 - #escape_sequence — Test::Unit::MixColor
 - #escaped_method_name — Test::Unit::Priority::Checker
 - #exception_class? — Test::Unit::Assertions::AssertExceptionHelper
 - #exception_handler — Test::Unit::ExceptionHandler::ClassMethods
 - #exception_handlers — Test::Unit::ExceptionHandler::ClassMethods
 - #exception_object? — Test::Unit::Assertions::AssertExceptionHelper
 - #excluded_directory? — Test::Unit::Collector::Load
 - #excluded_file? — Test::Unit::Collector::Load
 - #expand_edge_equal_operations! — Test::Unit::Diff::SequenceMatcher
 - #expected? — Test::Unit::Assertions::AssertExceptionHelper
 - #expected_class? — Test::Unit::Assertions::AssertExceptionHelper
 - #expected_exceptions — Test::Unit::Assertions::AssertExceptionHelper
 - #expected_module? — Test::Unit::Assertions::AssertExceptionHelper
 - #expected_object? — Test::Unit::Assertions::AssertExceptionHelper
 - #extract_fault_information — Test::Unit::FaultLocationDetector
 - #extract_tag — Test::Unit::Assertions::ThrowTagExtractor
 - #failure_count — Test::Unit::TestResultFailureSupport
 - #failure_occurred? — Test::Unit::TestResultFailureSupport
 - #failure_summary — Test::Unit::TestResultFailureSupport
 - #fallback_exception_object_equal — Test::Unit::Assertions::AssertExceptionHelper
 - #fault_class_color — Test::Unit::UI::Console::TestRunner
 - #fault_class_color_name — Test::Unit::UI::Console::TestRunner
 - #fault_color — Test::Unit::UI::Console::TestRunner
 - #fault_marker_color — Test::Unit::UI::Console::TestRunner
 - #fetch — Test::Unit::CodeSnippetFetcher
 - #fetch_code_snippet — Test::Unit::UI::Console::TestRunner
 - #filter= — Test::Unit::Collector
 - #filter_backtrace — Test::Unit::Util::BacktraceFilter
 - #find — Test::Unit::Util::MethodOwnerFinder
 - #find_attribute — Test::Unit::Attribute::ClassMethods
 - #find_best_match_position — Test::Unit::Diff::SequenceMatcher
 - #find_diff_line_info — Test::Unit::Diff::ReadableDiffer
 - #find_interesting_line — Test::Unit::Diff::UnifiedDiffer
 - #find_test_cases — Test::Unit::Collector::Dir
 - #find_test_cases — Test::Unit::Collector::Load
 - #finished — Test::Unit::UI::Console::TestRunner
 - #finished — Test::Unit::UI::XML::TestRunner
 - #fixture — Test::Unit::Fixture::ClassMethods
 - #flunk — Test::Unit::Assertions
 - #fold — Test::Unit::Diff
 - #folded_readable — Test::Unit::Diff
 - #foreground? — Test::Unit::Color
 - #format_diff_point — Test::Unit::Diff::ReadableDiffer
 - #format_fault — Test::Unit::UI::Console::TestRunner
 - #format_fault — Test::Unit::UI::Emacs::TestRunner
 - #format_fault_error — Test::Unit::UI::Emacs::TestRunner
 - #format_fault_failure — Test::Unit::UI::Emacs::TestRunner
 - #format_summary — Test::Unit::Diff::UnifiedDiffer
 - #global_config_file — Test::Unit::AutoRunner
 - #grouped_operations — Test::Unit::Diff::SequenceMatcher
 - #guess_color_availability — Test::Unit::UI::Console::TestRunner
 - #guess_indent_level — Test::Unit::FaultLocationDetector
 - #guess_progress_row_max — Test::Unit::UI::Console::TestRunner
 - #guess_term_width — Test::Unit::UI::Console::TestRunner
 - #guess_term_width_from_env — Test::Unit::UI::Console::TestRunner
 - #guess_term_width_from_io — Test::Unit::UI::Console::TestRunner
 - #handle_all_exception — Test::Unit::ErrorHandler
 - #handle_assertion_failed_error — Test::Unit::FailureHandler
 - #handle_exception — Test::Unit::TestCase
 - #handle_exception — Test::Unit::TestSuite
 - #handle_notified_error — Test::Unit::NotificationHandler
 - #handle_omitted_error — Test::Unit::OmissionHandler
 - #handle_pended_error — Test::Unit::PendingHandler
 - #hash — Test::Unit::DataSets
 - #hash — Test::Unit::Util::ProcWrapper
 - #have_test_data? — Test::Unit::TestCase::InternalData
 - #include? — Test::Unit::Collector
 - #indent — Test::Unit::UI::Console::TestRunner
 - #indent — Test::Unit::UI::XML::TestRunner
 - #initialize_containers — Test::Unit::TestResultErrorSupport
 - #initialize_containers — Test::Unit::TestResultFailureSupport
 - #initialize_containers — Test::Unit::TestResultNotificationSupport
 - #initialize_containers — Test::Unit::TestResultOmissionSupport
 - #initialize_containers — Test::Unit::TestResultPendingSupport
 - #initialize_containers — Test::Unit::NullResultContainerInitializer
 - #inspect — Test::Unit::Assertions::AssertionMessage::Inspector
 - #inspect — Test::Unit::Assertions::AssertionMessage::NumericInspector
 - #inspect — Test::Unit::Assertions::AssertionMessage::HashInspector
 - #inspect — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - #inspect — Test::Unit::Assertions::AssertionMessage::Literal
 - #inspect — Test::Unit::Assertions::AssertionMessage::DelayedLiteral
 - #inspect — Test::Unit::Assertions::AssertionMessage::MaybeContainer
 - #inspect — Test::Unit::Assertions::AssertExceptionHelper::WrappedException
 - #inspect_target — Test::Unit::Assertions::AssertionMessage::Inspector
 - #intensity? — Test::Unit::Color
 - #interrupted — Test::Unit::TestCase::InternalData
 - #interrupted? — Test::Unit::TestCase
 - #interrupted? — Test::Unit::TestCase::InternalData
 - #italic? — Test::Unit::Color
 - #keep — Test::Unit::DataSets
 - #key? — Test::Unit::Attribute::StringifyKeyHash
 - #keyword_display — Test::Unit::AutoRunner
 - #label — Test::Unit::Error
 - #label — Test::Unit::Failure
 - #label — Test::Unit::Notification
 - #label — Test::Unit::Omission
 - #label — Test::Unit::Pending
 - #line_operations — Test::Unit::Diff::ReadableDiffer
 - #load — Test::Unit::Data::ClassMethods::Loader
 - #load_config — Test::Unit::AutoRunner
 - #load_csv — Test::Unit::Data::ClassMethods::Loader
 - #load_data — Test::Unit::Data::ClassMethods
 - #load_global_config — Test::Unit::AutoRunner
 - #load_tsv — Test::Unit::Data::ClassMethods::Loader
 - #local_name — Test::Unit::TestCase
 - #location — Test::Unit::Error
 - #long_display — Test::Unit::Error
 - #long_display — Test::Unit::Failure
 - #long_display — Test::Unit::Notification
 - #long_display — Test::Unit::Omission
 - #long_display — Test::Unit::Pending
 - #longest_match — Test::Unit::Diff::SequenceMatcher
 - #make_color — Test::Unit::ColorScheme
 - #match? — Test::Unit::AttributeMatcher
 - #match_test_case_name — Test::Unit::AutoRunner
 - #match_test_name — Test::Unit::AutoRunner
 - #matches — Test::Unit::Diff::SequenceMatcher
 - #max_digit — Test::Unit::UI::Console::TestRunner
 - #measure_time — Test::Unit::UI::TestRunnerMediator
 - #merge_callbacks — Test::Unit::Fixture::Fixture
 - #message — Test::Unit::Error
 - #method_added — Test::Unit::Attribute::ClassMethods
 - #method_missing — Test::Unit::Assertions::AssertExceptionHelper::WrappedException
 - #method_missing — Test::Unit::AttributeMatcher
 - #n_leading_characters — Test::Unit::Diff::ReadableDiffer
 - #name — Test::Unit::TestCase
 - #native_inspect — Test::Unit::Assertions::AssertionMessage::Inspector
 - #need_diff? — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #need_fold? — Test::Unit::Diff
 - #need_to_run? — Test::Unit::Priority::Checker
 - #next_state — Test::Unit::Collector::XML::Listener
 - #nl — Test::Unit::UI::Console::TestRunner
 - #normalize_local — Test::Unit::Collector::XML::Listener
 - #normalize_tag — Test::Unit::Assertions::ThrowTagExtractor
 - #normalize_value — Test::Unit::Data::ClassMethods::Loader
 - #notification_count — Test::Unit::TestResultNotificationSupport
 - #notification_summary — Test::Unit::TestResultNotificationSupport
 - #notify — Test::Unit::TestCaseNotificationSupport
 - #notify_changed — Test::Unit::TestResult
 - #notify_fault — Test::Unit::TestResult
 - #notify_listeners — Test::Unit::Util::Observable
 - #omission_count — Test::Unit::TestResultOmissionSupport
 - #omission_summary — Test::Unit::TestResultOmissionSupport
 - #omit — Test::Unit::TestCaseOmissionSupport
 - #omit_if — Test::Unit::TestCaseOmissionSupport
 - #omit_unless — Test::Unit::TestCaseOmissionSupport
 - #one_line_all_change? — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #open_tag — Test::Unit::UI::XML::TestRunner
 - #operations — Test::Unit::Diff::SequenceMatcher
 - #operations — Test::Unit::Diff::ReadableDiffer
 - #options — Test::Unit::AutoRunner
 - #output — Test::Unit::UI::Console::TestRunner
 - #output — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #output? — Test::Unit::UI::Console::TestRunner
 - #output_code_snippet — Test::Unit::UI::Console::TestRunner
 - #output_failure_message — Test::Unit::UI::Console::TestRunner
 - #output_fault_backtrace — Test::Unit::UI::Console::TestRunner
 - #output_fault_in_detail — Test::Unit::UI::Console::TestRunner
 - #output_fault_in_short — Test::Unit::UI::Console::TestRunner
 - #output_fault_message — Test::Unit::UI::Console::TestRunner
 - #output_faults — Test::Unit::UI::Console::TestRunner
 - #output_faults_in_detail — Test::Unit::UI::Console::TestRunner
 - #output_faults_in_short — Test::Unit::UI::Console::TestRunner
 - #output_progress — Test::Unit::UI::Console::TestRunner
 - #output_progress_in_detail — Test::Unit::UI::Console::TestRunner
 - #output_progress_in_detail_marker — Test::Unit::UI::Console::TestRunner
 - #output_setup_end — Test::Unit::UI::Console::TestRunner
 - #output_setup_end — Test::Unit::UI::Emacs::TestRunner
 - #output_single — Test::Unit::UI::Console::TestRunner
 - #output_single — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #output_started — Test::Unit::UI::Console::TestRunner
 - #output_started — Test::Unit::UI::Emacs::TestRunner
 - #output_started — Test::Unit::UI::XML::TestRunner
 - #output_statistics — Test::Unit::UI::Console::TestRunner
 - #output_summary_marker — Test::Unit::UI::Console::TestRunner
 - #output_test — Test::Unit::UI::XML::TestRunner
 - #output_test_suite — Test::Unit::UI::XML::TestRunner
 - #parent_tag — Test::Unit::Collector::XML::Listener
 - #pass_percentage — Test::Unit::TestResult
 - #pass_through_exception? — Test::Unit::ErrorHandler
 - #passed? — Test::Unit::TestCase
 - #passed? — Test::Unit::TestCase::InternalData
 - #passed? — Test::Unit::TestResult
 - #passed? — Test::Unit::TestSuite
 - #passed_file — Test::Unit::Priority::Checker
 - #pend — Test::Unit::TestCasePendingSupport
 - #pending_count — Test::Unit::TestResultPendingSupport
 - #pending_summary — Test::Unit::TestResultPendingSupport
 - #prepare — Test::Unit::AutoRunner
 - #prepare_for_diff — Test::Unit::UI::TestRunner
 - #prepare_name — Test::Unit::AutoRunner
 - #pretty_print — Test::Unit::Assertions::AssertionMessage::Inspector
 - #pretty_print — Test::Unit::Assertions::AssertionMessage::NumericInspector
 - #pretty_print — Test::Unit::Assertions::AssertionMessage::HashInspector
 - #pretty_print — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - #pretty_print_cycle — Test::Unit::Assertions::AssertionMessage::Inspector
 - #pretty_print_cycle — Test::Unit::Assertions::AssertionMessage::NumericInspector
 - #pretty_print_cycle — Test::Unit::Assertions::AssertionMessage::HashInspector
 - #pretty_print_cycle — Test::Unit::Assertions::AssertionMessage::ArrayInspector
 - #previous_test_success? — Test::Unit::Priority::Checker
 - #priority — Test::Unit::Collector::Load
 - #priority — Test::Unit::Priority::ClassMethods
 - #priority_setup — Test::Unit::Priority
 - #priority_teardown — Test::Unit::Priority
 - #problem_occurred — Test::Unit::TestCase
 - #problem_occurred — Test::Unit::TestCase::InternalData
 - #process_args — Test::Unit::AutoRunner
 - #ratio — Test::Unit::Diff::SequenceMatcher
 - #read_source — Test::Unit::CodeSnippetFetcher
 - #readable — Test::Unit::Diff
 - #realdir — Test::Unit::Collector::Dir
 - #recursive_collect — Test::Unit::Collector::Dir
 - #refute — Test::Unit::Assertions
 - #refute_empty — Test::Unit::Assertions
 - #refute_equal — Test::Unit::Assertions
 - #refute_in_delta — Test::Unit::Assertions
 - #refute_in_epsilon — Test::Unit::Assertions
 - #refute_includes — Test::Unit::Assertions
 - #refute_instance_of — Test::Unit::Assertions
 - #refute_kind_of — Test::Unit::Assertions
 - #refute_match — Test::Unit::Assertions
 - #refute_nil — Test::Unit::Assertions
 - #refute_operator — Test::Unit::Assertions
 - #refute_predicate — Test::Unit::Assertions
 - #refute_respond_to — Test::Unit::Assertions
 - #refute_same — Test::Unit::Assertions
 - #register — Test::Unit::Fixture::HookPoint
 - #register_attribute_observer — Test::Unit::Attribute::ClassMethods
 - #register_fixture — Test::Unit::Fixture::ClassMethods
 - #remove_listener — Test::Unit::Util::Observable
 - #resolve_path — Test::Unit::Collector::Load
 - #result — Test::Unit::Assertions::AssertionMessage::Template
 - #result_dir — Test::Unit::Priority::Checker
 - #result_fault — Test::Unit::UI::XML::TestRunner
 - #result_pass_assertion — Test::Unit::UI::XML::TestRunner
 - #ruby_2_0_or_later? — Test::Unit::UI::Console::TestRunner
 - #run — Test::Unit::AutoRunner
 - #run — Test::Unit::TestCase
 - #run — Test::Unit::TestSuite
 - #run — Test::Unit::UI::TestRunnerMediator
 - #run — Test::Unit::UI::TestRunnerUtilities
 - #run_cleanup — Test::Unit::Fixture
 - #run_fixture — Test::Unit::Fixture
 - #run_fixture_callback — Test::Unit::Fixture
 - #run_setup — Test::Unit::Fixture
 - #run_shutdown — Test::Unit::TestSuite
 - #run_startup — Test::Unit::TestSuite
 - #run_suite — Test::Unit::UI::TestRunnerMediator
 - #run_teardown — Test::Unit::Fixture
 - #run_test — Object
 - #run_test — Test::Unit::TestCase
 - #run_test — Test::Unit::TestSuite
 - #same_content? — Test::Unit::Diff::UnifiedDiffer
 - #sequence — Test::Unit::Color
 - #sequence — Test::Unit::MixColor
 - #set_attributes — Test::Unit::Attribute::ClassMethods
 - #set_test_data — Test::Unit::Data::ClassMethods::Loader
 - #setup — Test::Unit::Priority::Checker
 - #setup — Test::Unit::TestCase
 - #setup — Test::Unit::Fixture::ClassMethods
 - #setup_mediator — Test::Unit::UI::Console::TestRunner
 - #setup_mediator — Test::Unit::UI::TestRunner
 - #short_display — Test::Unit::Error
 - #short_display — Test::Unit::Failure
 - #short_display — Test::Unit::Notification
 - #short_display — Test::Unit::Omission
 - #short_display — Test::Unit::Pending
 - #single_character_display — Test::Unit::Error
 - #single_character_display — Test::Unit::Failure
 - #single_character_display — Test::Unit::Notification
 - #single_character_display — Test::Unit::Omission
 - #single_character_display — Test::Unit::Pending
 - #size — Test::Unit::Diff::UTF8Line
 - #size — Test::Unit::TestCase
 - #size — Test::Unit::TestSuite
 - #sort — Test::Unit::Collector
 - #source — Test::Unit::CodeSnippetFetcher
 - #space_character? — Test::Unit::Diff::ReadableDiffer
 - #split_backtrace_entry — Test::Unit::FaultLocationDetector
 - #split_expected_exceptions — Test::Unit::Assertions::AssertExceptionHelper
 - #split_name — Test::Unit::Collector::XML::Listener
 - #start — Test::Unit::UI::TestRunner
 - #start_command_line_test — Test::Unit::UI::TestRunnerUtilities
 - #start_mediator — Test::Unit::UI::TestRunner
 - #start_time — Test::Unit::TestCase
 - #started — Test::Unit::UI::Console::TestRunner
 - #started — Test::Unit::UI::XML::TestRunner
 - #status — Test::Unit::TestResult
 - #stop — Test::Unit::TestResult
 - #stop_on_failure? — Test::Unit::AutoRunner
 - #suite_name — Test::Unit::UI::Console::TestRunner
 - #summary — Test::Unit::TestResult
 - #summary_marker_color — Test::Unit::UI::Console::TestRunner
 - #tag — Test::Unit::Diff::Differ
 - #tag — Test::Unit::Diff::ReadableDiffer
 - #tag — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #tag_deleted — Test::Unit::Diff::ReadableDiffer
 - #tag_deleted — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #tag_difference — Test::Unit::Diff::ReadableDiffer
 - #tag_difference — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #tag_end — Test::Unit::Collector::XML::Listener
 - #tag_equal — Test::Unit::Diff::ReadableDiffer
 - #tag_equal — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #tag_inserted — Test::Unit::Diff::ReadableDiffer
 - #tag_inserted — Test::Unit::UI::Console::ColorizedReadableDiffer
 - #tag_start — Test::Unit::Collector::XML::Listener
 - #target? — Test::Unit::FaultLocationDetector
 - #target_method? — Test::Unit::FaultLocationDetector
 - #target_source_location? — Test::Unit::FaultLocationDetector
 - #target_test_cases — Test::Unit::Fixture::Fixture
 - #teardown — Test::Unit::Priority::Checker
 - #teardown — Test::Unit::TestCase
 - #teardown — Test::Unit::Fixture::ClassMethods
 - #template — Test::Unit::Assertions::AssertionMessage
 - #test_case_end — Test::Unit::Collector::XML::Listener
 - #test_end — Test::Unit::Collector::XML::Listener
 - #test_finished — Test::Unit::TestCase::InternalData
 - #test_finished — Test::Unit::UI::Console::TestRunner
 - #test_finished — Test::Unit::UI::XML::TestRunner
 - #test_started — Test::Unit::TestCase::InternalData
 - #test_started — Test::Unit::UI::Console::TestRunner
 - #test_started — Test::Unit::UI::XML::TestRunner
 - #test_suite_end — Test::Unit::Collector::XML::Listener
 - #test_suite_finished — Test::Unit::UI::Console::TestRunner
 - #test_suite_finished — Test::Unit::UI::XML::TestRunner
 - #test_suite_started — Test::Unit::UI::Console::TestRunner
 - #test_suite_started — Test::Unit::UI::XML::TestRunner
 - #text — Test::Unit::Collector::XML::Listener
 - #to_hash — Test::Unit::ColorScheme
 - #to_proc — Test::Unit::Util::ProcWrapper
 - #to_s — Test::Unit::Assertions::AssertionMessage
 - #to_s — Test::Unit::Diff::UTF8Line
 - #to_s — Test::Unit::Error
 - #to_s — Test::Unit::Failure
 - #to_s — Test::Unit::Notification
 - #to_s — Test::Unit::Omission
 - #to_s — Test::Unit::Pending
 - #to_s — Test::Unit::TestCase
 - #to_s — Test::Unit::TestResult
 - #to_s — Test::Unit::TestSuite
 - #underline? — Test::Unit::Color
 - #unified — Test::Unit::Diff
 - #unregister — Test::Unit::Fixture::HookPoint
 - #unregister_cleanup — Test::Unit::Fixture::ClassMethods
 - #unregister_exception_handler — Test::Unit::ExceptionHandler::ClassMethods
 - #unregister_fixture — Test::Unit::Fixture::ClassMethods
 - #unregister_setup — Test::Unit::Fixture::ClassMethods
 - #unregister_teardown — Test::Unit::Fixture::ClassMethods
 - #update_to_indexes — Test::Unit::Diff::SequenceMatcher
 - #user_message — Test::Unit::Assertions::AssertionMessage
 - #valid_register_options? — Test::Unit::Fixture::HookPoint
 - #windows? — Test::Unit::UI::Console::TestRunner
 - #with_listener — Test::Unit::UI::TestRunnerMediator