class Minitest::SummaryReporter

Defined in:

reporter.cr

Instance Method Summary

Instance methods inherited from class Minitest::StatisticsReporter

count : Int32 count, errors : Int32 errors, failures : Int32 failures, passed? passed?, record(result) record, report report, results : Array(Minitest::Result) results, skips : Int32 skips, start start, start_time : Time::Span start_time, total_time : Time::Span total_time

Constructor methods inherited from class Minitest::StatisticsReporter

new(options) new

Instance methods inherited from class Minitest::AbstractReporter

options : Options options, passed? passed?, pause pause, record(result) record, report report, resume resume, start start

Constructor methods inherited from class Minitest::AbstractReporter

new(options : Minitest::Options) new

Instance Method Detail

def report #

[View source]