# File lib/test/unit/notification.rb, line 105
      def add_notification(notification)
        @notifications << notification
        notify_fault(notification)
        notify_changed
      end