Method: Test::Unit::AutoRunner#run

Defined in:
lib/test/unit.rb

#runObject



836
837
838
839
840
841
# File 'lib/test/unit.rb', line 836

def run
  if @force_standalone and not process_args(@argv)
    abort @options.banner
  end
  @runner.run(@argv) || true
end