static public Method

Test.new(standalone) { |self| ... }

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
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.