module Test::Unit::UI::TestRunnerUtilities

def run(suite, options={})

Creates a new TestRunner and runs the suite.
def run(suite, options={})
  return new(suite, options).start
end