class Minitest::StatisticsReporter

Direct Known Subclasses

Defined in:

reporter.cr

Constructors

Instance Method Summary

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

Constructor Detail

def self.new(options) #

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def errors : Int32 #

[View source]
def failures : Int32 #

[View source]
def passed? #

[View source]
def record(result) #

[View source]
def report #

[View source]
def results : Array(Minitest::Result) #

[View source]
def skips : Int32 #

[View source]
def start #

[View source]
def start_time : Time::Span #

[View source]
def total_time : Time::Span #

[View source]