method

run

v1_8_7_72 - Show latest stable - Class: Test
run()
public

No documentation available.

# File lib/test/unit/autorunner.rb, line 212
      def run
        @suite = @collector[self]
        result = @runner[self] or return false
        Dir.chdir(@workdir) if @workdir
        result.run(@suite, @output_level).passed?
      end