Flowdock
method

add_failure

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::TestCase
add_failure(message, all_locations=caller()) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit/testcase.rb, line 129
      def add_failure(message, all_locations=caller())
        @test_passed = false
        @_result.add_failure(Failure.new(name, filter_backtrace(all_locations), message))
      end
Register or log in to add new notes.