# File frankenstein_driver.rb, line 372
  def run(*tests)
    tests.each {|test| @test_reporter.report_test_result(test, test.new.run_frankenstein_test(@host, @port))}
    @test_reporter.report
  end