Flowdock
method

finished

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Test::Unit::UI::Console::TestRunner
finished(elapsed_time) private

No documentation

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

Hide source
# File lib/test/unit/ui/console/testrunner.rb, line 81
          def finished(elapsed_time)
            nl
            output("Finished in #{elapsed_time} seconds.")
            @faults.each_with_index do |fault, index|
              nl
              output("%3d) %s" % [index + 1, fault.long_display])
            end
            nl
            output(@result)
          end
Register or log in to add new notes.