class Tryouts::CLI::OutputManager

def file_execution_start(file_path, test_count, context_mode)

def file_execution_start(file_path, test_count, context_mode)
  @formatter.file_execution_start(
    file_path,
    test_count: test_count,
    context_mode: context_mode
  )
end