module Test::Unit::TestResultNotificationSupport

def notification_count

recorded.
Returns the number of notifications this TestResult has
def notification_count
  @notifications.size
end