There's no documentation for this item.
# 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
<code/>
<pre/>
<code/>and<pre/>for code samples.