Module: Test::Unit::NotificationHandler

Defined in:
lib/test/unit/notification.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



89
90
91
# File 'lib/test/unit/notification.rb', line 89

def included(base)
  base.exception_handler(:handle_notified_error)
end