module Test::Unit::TestCaseNotificationSupport

def included(base)

def included(base)
  base.class_eval do
    include NotificationHandler
  end
end