module Test::Unit::ErrorHandler
Constants
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