module Test::Unit::NotificationHandler

Public Class Methods

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