# File lib/test/unit/notification.rb, line 72
      def notify(message, &block)
        notification = Notification.new(name, filter_backtrace(caller), message)
        add_notification(notification)
      end