module Tryouts::CLI::FormatterInterface

def batch_summary(total_tests, failed_count, elapsed_time)

Summary operations
def batch_summary(total_tests, failed_count, elapsed_time)
  raise NotImplementedError, "#{self.class} must implement #batch_summary"
end