method

add_error

v1_8_7_330 - Show latest stable - Class: Test::Unit::TestCase
add_error(exception)
private

No documentation available.

# File lib/test/unit/testcase.rb, line 135
      def add_error(exception)
        @test_passed = false
        @_result.add_error(Error.new(name, exception))
      end