method
new
v1_8_6_287 -
Show latest stable
- Class:
Test
new(standalone)public
No documentation available.
# File lib/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