Google

# File test/unit/testresult.rb, line 37

                        def add_failure(failure)

                                @failures << failure

                                notify_listeners(FAULT, failure)

                                notify_listeners(CHANGED, self)

                        end