module Tryouts::CLI::FormatterInterface
def batch_summary(total_tests, failed_count, elapsed_time)
def batch_summary(total_tests, failed_count, elapsed_time) raise NotImplementedError, "#{self.class} must implement #batch_summary" end
def batch_summary(total_tests, failed_count, elapsed_time) raise NotImplementedError, "#{self.class} must implement #batch_summary" end