module Test::Unit::ErrorHandler

Constants

NOT_PASS_THROUGH_EXCEPTIONS
NOT_PASS_THROUGH_EXCEPTION_NAMES
PASS_THROUGH_EXCEPTIONS
PASS_THROUGH_EXCEPTION_NAMES

Public Class Methods

included(base) click to toggle source
# File test-unit-3.3.4/lib/test/unit/error.rb, line 74
def included(base)
  base.exception_handler(:handle_all_exception)
end