Records a Test::Unit::Notification.
# File lib/test/unit/notification.rb, line 105 def add_notification(notification) @notifications << notification notify_fault(notification) notify_changed end
Returns the number of notifications this TestResult has recorded.
# File lib/test/unit/notification.rb, line 113 def notification_count @notifications.size end
Generated with the Darkfish Rdoc Generator 2.