There's no documentation for this item.
Source Code
# File test/unit/autorunner.rb, line 76 def initialize(standalone) Unit.run = true @standalone = standalone @runner = RUNNERS[:console] @collector = COLLECTORS[(standalone ? :dir : :objectspace)] @filters = [] @to_run = [] @output_level = UI::NORMAL @workdir = nil yield(self) if(block_given?) end
<code/>and<pre/>for code samples.