# File test/unit/testresult.rb, line 44 def add_error(error) @errors << error notify_listeners(FAULT, error) notify_listeners(CHANGED, self) end