public Method

Test.run

There's no documentation for this item.

Source Code

# File 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.