class Tryouts::FileProcessor

def execute_tests(testrun)

def execute_tests(testrun)
  tex = TestExecutor.new(@file, testrun, @options, @output_manager, @translator, @global_tally)
  tex.execute
end